Snapshot of in-progress work across local_backend, manager_dashboard, and waiter_pwa (pricing, chat, fiscal, prep zones, recovery codes, CRM, inventory, permissions), plus the nginx/docker-compose deploy fixes for the Unraid + NPM reverse-proxy setup. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
19 lines
483 B
Plaintext
19 lines
483 B
Plaintext
# Registry
|
|
REGISTRY=registry.bonamin.gr
|
|
VERSION=0.1.0
|
|
|
|
# Backend runtime secrets (get SITE_ID and SITE_KEY from the sysadmin panel)
|
|
SITE_ID=your-site-id
|
|
SITE_KEY=your-site-key
|
|
CLOUD_URL=https://xenia-admin.bonamin.gr
|
|
SECRET_KEY=generate-with-openssl-rand-hex-32
|
|
LICENSE_GRACE_HOURS=24
|
|
|
|
# Break-glass support account (leave blank to disable)
|
|
MASTER_USERNAME=
|
|
MASTER_PASSWORD=
|
|
|
|
# Volumes — absolute paths on the client machine
|
|
DATA_PATH=/opt/xenia/data
|
|
LOGO_PATH=/opt/xenia/logo.png
|