diff --git a/config/docker/caddy/web-app/Caddyfile b/config/docker/caddy/web-app/Caddyfile index 7e0f9eaf..c15a37e2 100644 --- a/config/docker/caddy/web-app/Caddyfile +++ b/config/docker/caddy/web-app/Caddyfile @@ -1,6 +1,5 @@ { # Global Options -# Enable Prometheus metrics servers { metrics } @@ -10,6 +9,9 @@ # Root directory for static files root * /usr/share/caddy +# Enable internal-only HTTPS for secure communication behind the proxy + tls internal + # Access Logs (JSON format for Docker) log { output stdout diff --git a/docs/ScreenShots/inkognito-browser_app-error_2026-03-12_14-23.png b/docs/ScreenShots/inkognito-browser_app-error_2026-03-12_14-23.png new file mode 100644 index 00000000..2ed9de71 Binary files /dev/null and b/docs/ScreenShots/inkognito-browser_app-error_2026-03-12_14-23.png differ diff --git a/docs/ScreenShots/pangolin-ressourcen_2026-03-12_14-16.png b/docs/ScreenShots/pangolin-ressourcen_2026-03-12_14-16.png new file mode 100644 index 00000000..033e1a50 Binary files /dev/null and b/docs/ScreenShots/pangolin-ressourcen_2026-03-12_14-16.png differ diff --git a/docs/ScreenShots/pangolin-web-app-einstellungen_v01_2026-03-12_14-18.png b/docs/ScreenShots/pangolin-web-app-einstellungen_v01_2026-03-12_14-18.png new file mode 100644 index 00000000..f5b96d1a Binary files /dev/null and b/docs/ScreenShots/pangolin-web-app-einstellungen_v01_2026-03-12_14-18.png differ diff --git a/docs/ScreenShots/pangolin-web-app-einstellungen_v02_2026-03-12_14-18.png b/docs/ScreenShots/pangolin-web-app-einstellungen_v02_2026-03-12_14-18.png new file mode 100644 index 00000000..f3d59b7b Binary files /dev/null and b/docs/ScreenShots/pangolin-web-app-einstellungen_v02_2026-03-12_14-18.png differ diff --git a/docs/ScreenShots/prod-deploy-erfolgreich_2026-03-12_14-14.png b/docs/ScreenShots/prod-deploy-erfolgreich_2026-03-12_14-14.png new file mode 100644 index 00000000..1163eb75 Binary files /dev/null and b/docs/ScreenShots/prod-deploy-erfolgreich_2026-03-12_14-14.png differ diff --git a/docs/ScreenShots/prod-deploy-script_2026-03-12_14-12.png b/docs/ScreenShots/prod-deploy-script_2026-03-12_14-12.png new file mode 100644 index 00000000..d42e02e3 Binary files /dev/null and b/docs/ScreenShots/prod-deploy-script_2026-03-12_14-12.png differ diff --git a/docs/ScreenShots/prod-docker-logs-webapp_2026-03-12_14-54.png b/docs/ScreenShots/prod-docker-logs-webapp_2026-03-12_14-54.png new file mode 100644 index 00000000..aa5d86e0 Binary files /dev/null and b/docs/ScreenShots/prod-docker-logs-webapp_2026-03-12_14-54.png differ diff --git a/docs/ScreenShots/prod_web-app_2026-03-12_14-41.png b/docs/ScreenShots/prod_web-app_2026-03-12_14-41.png new file mode 100644 index 00000000..eaf40914 Binary files /dev/null and b/docs/ScreenShots/prod_web-app_2026-03-12_14-41.png differ