Initial commit: all TrueNAS docker compose stacks

This commit is contained in:
Paccoco
2026-04-15 18:19:24 -05:00
commit 462edb32b1
25 changed files with 1242 additions and 0 deletions

16
home/.env.example Normal file
View 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