config: enable internal HTTPS in Caddyfile and add documentation screenshots
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m14s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m11s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m52s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m42s
- Enabled `tls internal` in `Caddyfile` for secure communication behind the proxy. - Added new screenshots to `docs/ScreenShots` for deployment, application settings, and error diagnosis. Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
|
|
@ -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
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 38 KiB |
BIN
docs/ScreenShots/pangolin-ressourcen_2026-03-12_14-16.png
Normal file
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 62 KiB |
BIN
docs/ScreenShots/prod-deploy-erfolgreich_2026-03-12_14-14.png
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
docs/ScreenShots/prod-deploy-script_2026-03-12_14-12.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
docs/ScreenShots/prod-docker-logs-webapp_2026-03-12_14-54.png
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
docs/ScreenShots/prod_web-app_2026-03-12_14-41.png
Normal file
|
After Width: | Height: | Size: 84 KiB |