Add Rackpad compose stacks
This commit is contained in:
49
rackpad-truenas.env.example
Normal file
49
rackpad-truenas.env.example
Normal file
@@ -0,0 +1,49 @@
|
||||
# Rackpad TrueNAS environment example for Wheelz's HomeLab.
|
||||
# Copy to rackpad-truenas.env on TrueNAS/Portainer and fill runtime-only values there.
|
||||
# Do not commit real secrets.
|
||||
|
||||
RACKPAD_IMAGE=ghcr.io/kobii-git/rackpad
|
||||
RACKPAD_TAG=1.6.1
|
||||
RACKPAD_PORT=3002
|
||||
TZ=America/Chicago
|
||||
|
||||
# Wheelz TrueNAS Docker directory pattern.
|
||||
TRUENAS_DOCKER_ROOT=/mnt/HomeStorage02/Docker
|
||||
PUID=568
|
||||
PGID=568
|
||||
|
||||
MONITOR_INTERVAL_MS=300000
|
||||
|
||||
# Reverse proxy settings. For LAN-only testing leave these disabled/blank.
|
||||
TRUST_PROXY=0
|
||||
TRUSTED_HOSTS=
|
||||
TRUSTED_ORIGINS=
|
||||
APP_URL=
|
||||
|
||||
# Optional OIDC. Do not commit real client secrets.
|
||||
OIDC_ENABLED=0
|
||||
OIDC_ISSUER_URL=
|
||||
OIDC_CLIENT_ID=
|
||||
OIDC_CLIENT_SECRET=
|
||||
OIDC_REDIRECT_URI=
|
||||
OIDC_LABEL=OIDC
|
||||
OIDC_DEFAULT_ROLE=viewer
|
||||
OIDC_DEBUG=0
|
||||
OIDC_ADMIN_USERS=
|
||||
OIDC_EDITOR_USERS=
|
||||
OIDC_VIEWER_USERS=
|
||||
OIDC_ADMIN_GROUPS=
|
||||
OIDC_EDITOR_GROUPS=
|
||||
OIDC_VIEWER_GROUPS=
|
||||
|
||||
# Discovery / MAC vendor lookup.
|
||||
OUI_AUTO_UPDATE=1
|
||||
DISCOVERY_MAC_SCAN_MODE=auto
|
||||
|
||||
# SNMP. RACKPAD_SECRET_KEY is required before storing shared SNMPv3 credentials.
|
||||
# Generate on the deployment host with: openssl rand -hex 32
|
||||
RACKPAD_SECRET_KEY=
|
||||
SNMP_INVENTORY_SYNC=0
|
||||
SNMP_TRAP_ENABLED=1
|
||||
SNMP_TRAP_PORT=1162
|
||||
SNMP_TRAP_BIND=0.0.0.0
|
||||
Reference in New Issue
Block a user