Have a Shlink instance up and running in no time with automatic TLS certificate from Let's Encrypt
-
Setup the project
git clone https://github.com/7PH/shlink-self-hosted.git cd shlink-self-hosted bash script/setup.sh
-
Modify .env with values that fit your use-case. Do not forget to set up BASIC_AUTH, otherwise anyone with knowledge of the client URL can get the API key of your server.
nano .env
-
Run your instance
bash script/start.sh