mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-16 00:00:32 +02:00
Automated fix from pre-commit hooks (trailing-whitespace, end-of-file-fixer). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
468 B
Caddyfile
16 lines
468 B
Caddyfile
# Caddyfile for gitea-stack on bigbox
|
|
# This adds Gitea to the existing Caddy instance on bigbox
|
|
# Copy this snippet to the existing Caddy configuration at /etc/caddy/Caddyfile
|
|
# or use 'caddy reload' to add this route to the running Caddy instance
|
|
|
|
# Gitea Web Interface - Public via terraphim.cloud domain
|
|
git.terraphim.cloud {
|
|
reverse_proxy localhost:3000
|
|
|
|
# Logging
|
|
log {
|
|
output file /var/log/caddy/gitea-access.log
|
|
format json
|
|
}
|
|
}
|