bagg-app/.env.example
bagg-builder 1adf88d195 phase0: wallabag-compat API + PWA frontend
- Wallabag v2 API compatible (OAuth2, entries CRUD, tags)
- Express + SQLite (better-sqlite3), zero extra deps
- Gated web UI with session auth
- PWA: service worker, manifest, offline support
- Mobile-first design, dark mode, FAB + modal
2026-05-02 22:35:27 +00:00

16 lines
435 B
Plaintext

PORT=3000
DATABASE_PATH=./data/bagg.sqlite
# Initial admin user (created on first run if not exists)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=changeme
# OAuth2 client credentials for iOS/Safari Wallabag app
# Set these in the iOS app settings:
# Server URL: https://your-domain
# Username/Password: your credentials above
# Client ID: bagg_ios
# Client Secret: bagg_secret
ADMIN_CLIENT_ID=bagg_ios
ADMIN_CLIENT_SECRET=bagg_secret