AI given structure

This commit is contained in:
1jamesthompson1
2026-03-23 16:06:42 +13:00
commit 716baafbc1
35 changed files with 1570 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# homelab-infra/.env
# Global environment variables shared across all services
# Copy to .env and fill in real values. NEVER commit .env.
# Storage
STORAGE_PATH=/mnt/storage/docker-data
MEDIA_PATH=/mnt/storage
# User
USER_UID=1000
USER_GID=1000
# Domain
DOMAIN=sjhl.nz
# Timezone
TZ=Pacific/Auckland