Initial commit: all TrueNAS docker compose stacks
This commit is contained in:
16
home/.env.example
Normal file
16
home/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
TZ=America/Chicago
|
||||
|
||||
# KitchenOwl
|
||||
KITCHENOWL_URL=https://owl.yourdomain.com
|
||||
KITCHENOWL_JWT_SECRET=changeme
|
||||
|
||||
# DoneTick DakBoard bridge
|
||||
DONETICK_BRIDGE_TOKEN=changeme
|
||||
DONETICK_API_KEY=changeme
|
||||
DONETICK_BASE_URL=http://10.5.1.x:2021
|
||||
|
||||
# Shlink — must match databases initdb/01-create-databases.sql
|
||||
SHLINK_DOMAIN=shlink.yourdomain.com
|
||||
SHLINK_DB_NAME=shlink
|
||||
SHLINK_DB_USER=shlink
|
||||
SHLINK_DB_PASS=changeme
|
||||
Reference in New Issue
Block a user