ubuntu-8gb-claude | Test / Dev Environment | Last updated: 2026-03-21
/opt/n8n/
├── .env # secrets (chmod 600)
├── docker-compose.yml # all services
├── Caddyfile # reverse proxy config
├── n8n_data/ # n8n persistent data
├── postgres_data/ # PostgreSQL data
├── caddy_data/ # Caddy TLS certs
├── caddy_config/ # Caddy config
├── site/ # placeholder site
└── logs_site/ # this status page
This page is served by Caddy from /opt/n8n/logs_site/. No secrets are exposed.