feat: Initial commit, no webserver yet.

This commit is contained in:
2025-03-20 14:53:02 -04:00
parent 48a373d38f
commit 3c7abc1e5c
2 changed files with 68 additions and 0 deletions

22
example.env Normal file
View File

@@ -0,0 +1,22 @@
# Shlink variables
DEFAULT_DOMAIN=l.housh.dev
IS_HTTPS_ENABLED=true
GEOLITE_LICENSE_KEY="super-secret-key"
DB_DRIVER=postgres
# Database variables
DB_HOST=shlink_postgres
DB_NAME=shlink
DB_USER=shlink
DB_PASSWORD="super-secret"
DB_PORT=5432
# Set these to owner of the database volume.
# These also need to be in /etc/passwd of the host for
# postgres to startup correctly.
DB_USER_UID=1000
DB_USER_GID=1000
# Other custom variables.
SHLINK_PORT=8880
DB_LOCATION=":/var/nfs/shared/<mnt>"
NFS_ADDR=nas.local