Go to file
2023-12-05 11:45:30 +01:00
nginx-conf intial commit 2023-11-26 17:20:07 +01:00
php-conf intial commit 2023-11-26 17:20:07 +01:00
.env.sample intial commit 2023-11-26 17:20:07 +01:00
.gitignore intial commit 2023-11-26 17:20:07 +01:00
create_config intial commit 2023-11-26 17:20:07 +01:00
docker-compose.yml changed version 2023-12-05 11:44:22 +01:00
init intial commit 2023-11-26 17:20:07 +01:00
LICENSE intial commit 2023-11-26 17:20:07 +01:00
README.md intial commit 2023-11-26 17:20:07 +01:00

traefik yourls

get started

you will need a .env file

sample .env:

# .env

MYSQL_ROOT_PASSWORD=PASSWORD

MYSQL_DATABASE=yourls
MYSQL_USER=DATABASEUSER
MYSQL_PASSWORD=DATABASEPASSWORD

PROJECT_URL=yourls.localhost
PROJECT_NAME=sample

TRAEFIK_NETWORK=traefik_net

PROJECT_DATA=./data

ADMIN_PASSWORD=admin
ADMIN_USERNAME=admin

then execute init with

./init

now the yourls backend is accessable: https://${PROJECT_URL}/admin if you use the sample .env: https://yourls.localhost/admin