Initial commit: iOS OTA app store

This commit is contained in:
trey
2026-04-11 11:40:44 -05:00
commit ad2850d664
16 changed files with 1232 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Web UI password
ADMIN_PASSWORD=changeme
# API upload token (use for CLI/automation uploads)
API_TOKEN=changeme-generate-a-real-token
# Session secret
SESSION_SECRET=changeme-random-string
# Base URL (your domain with https)
BASE_URL=https://appstore.example.com
# Port
PORT=3000