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
This commit is contained in:
Unchained
2026-03-27 20:13:38 +02:00
parent 2ada5b1cc9
commit ed9561a460
10 changed files with 420 additions and 298 deletions
+1
View File
@@ -3,6 +3,7 @@ import { NextConfig } from "next";
const config: NextConfig = {
reactStrictMode: true,
output: 'standalone',
typescript: {
// Allow build to succeed even with type errors
ignoreBuildErrors: true,