mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-15 22:50:34 +02:00
- README: replace zesticai-non-prod vault name and bigbox hostname with generic placeholders; replace hardcoded Tailscale IP with descriptive text - deploy-to-bigbox.sh: make BIGBOX and TAILSCALE_IP configurable via env vars (auto-detect via tailscale ip -4); replace op_zesticai_non_prod.sh with op_credentials.sh - Caddyfile: remove bigbox hostname from comment - RESEARCH doc: remove hardcoded S3 access key and secret key values from the secrets table; replace with generic op:// reference format - docker-compose_kitchen_sink.yml: replace hardcoded S3 credentials with CHANGE_ME placeholders Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
463 B
Caddyfile
16 lines
463 B
Caddyfile
# Caddyfile for gitea-stack
|
|
# This adds Gitea to the existing Caddy instance on your server
|
|
# 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
|
|
}
|
|
}
|