Shlink

URL shortener with REST API and command line interface. Includes official progressive web application and docker images.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  shlink:
    image: shlinkio/shlink:stable
    container_name: my_shlink
    ports:
      - 8080:8080
    environment:
      - DEFAULT_DOMAIN=s.test
      - IS_HTTPS_ENABLED=true
      - GEOLITE_LICENSE_KEY=kjh23ljkbndskj345
    restart: always

Resources

Website: https://shlink.io/

GitHub: https://github.com/shlinkio/shlink

Docker Hub: https://hub.docker.com/r/shlinkio/shlink

Configuration: https://shlink.io/documentation/install-docker-image/