An open API service indexing awesome lists of open source software.

https://github.com/7ph/shlink-self-hosted

Ready to use containerized self-hosted shlink instance including database and auto-TLS certificate generation
https://github.com/7ph/shlink-self-hosted

docker docker-compose shlink shlink-extension traefik

Last synced: about 1 month ago
JSON representation

Ready to use containerized self-hosted shlink instance including database and auto-TLS certificate generation

Awesome Lists containing this project

README

          

# Self-hosted Shlink

Have a [Shlink](https://github.com/shlinkio/shlink) instance up and running in no time with automatic TLS certificate from [Let's Encrypt](https://letsencrypt.org/)

## Install

1. Setup the project

```bash
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.
```bash
nano .env
```
3. Run your instance
```
bash script/start.sh
```