This commit is contained in:
jpmvaz
2026-09-13 20:23:05 +01:00
commit 34900bf069
45 changed files with 4879 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Copy to .env and adjust. All values are optional.
# The URL audience phones will open when they scan the QR code.
# On a LAN, use this machine's IP, e.g. http://192.168.1.50:3000
# Behind a reverse proxy, use the public https URL.
PUBLIC_BASE_URL=
# Set a password to lock the host dashboard. Empty = open (trusted network only).
ADMIN_PASSWORD=
# Max upload size in megabytes.
MAX_UPLOAD_MB=500