Files
Unchained ed9561a460 feat: production-ready dashboard with proper auth persistence
- Add dashboard UI showing connection status, webhooks, and email config
- Fix FileAPL to use fileName param for persistent /data volume storage
- Configure production domains and webhooks
- Add dev tunnel script for local testing
- Update Dockerfile and build config for K3s deployment

The app is now successfully installed and running at:
https://core-extensions.manoonoils.com
2026-03-27 20:13:38 +02:00

670 B

Configuration Checklist

Environment Variables (Required)

File System

  • /data is a persistent volume (PVC mounted)
  • nextjs user (uid 1001) has write access to /data
  • FileAPL configured to use AUTH_DATA_FILE_PATH

Networking

  • Ingress: core-extensions.manoonoils.com
  • Service exposes port 3000
  • Container runs as nextjs user (not root)