Files
app-catalog-felhom.eu/customers/pi-customer-1.yaml
T
2026-02-11 20:27:53 +01:00

39 lines
1.0 KiB
YAML

# Customer: Pi Test Customer #1 (Raspberry Pi)
# Hardware: Raspberry Pi 4/5, 4-8GB RAM, SD/USB + External HDD
# Network: Local only (.local domain with self-signed cert)
customer_id: pi-customer-1
domain: pi-customer-1.local
gitea_repo: customers/pi-customer-1-stacks
hardware: rpi
notes: "Test customer on Raspberry Pi — lightweight apps only"
# Apps to deploy on this node (Pi-compatible only)
apps:
- actualbudget
- filebrowser
- mealie
- stirling-pdf
- vaultwarden
# Per-customer overrides
overrides: {}
# mealie_version: "v3.10.2" # Pin if needed
# auto_update: false
# Portainer env vars to set (reference only)
env_vars_reference:
vaultwarden:
ADMIN_TOKEN: "generate with: openssl rand -hex 32"
SIGNUPS_ALLOWED: "true (set to false after account creation)"
# Backup considerations
backup_notes:
databases: [] # No database containers — all apps use SQLite/file storage
file_volumes:
- "actualbudget_data"
- "filebrowser_data"
- "mealie_data"
- "stirling_data"
- "vaultwarden_data"