Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 553 Bytes

My shlink instance

My shlink instance deployed with docker compose.

What is shlink?

shlink is a self-hosted URL shortener that can be used to serve shortened URLs under your own domain.

How-to

  • Clone the repository
git clone https://github.com/CristianCantoro/my-shlink.git
cd my-shlink
  • Copy .env.sample to .env and customize the values

  • Copy shlink-web-client/servers.sample.json to shlink-web-client/servers.json and customize the values

  • Deploy wit docker-compose up