Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 616 Bytes

Self-hosted Shlink

Have a Shlink instance up and running in no time with automatic TLS certificate from Let's Encrypt

Install

  1. Setup the project

    git clone https://github.com/7PH/shlink-self-hosted.git
    cd shlink-self-hosted
    
    bash script/setup.sh
  2. 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
  3. Run your instance

    bash script/start.sh