feat: gitea and woodpecker

This commit is contained in:
SauravDhakal
2026-04-01 12:25:04 +05:45
parent 32b90be079
commit c03b9eed6c
3 changed files with 68 additions and 0 deletions

View File

@@ -73,6 +73,29 @@ uptime.sauravdhakal.com.np {
reverse_proxy localhost:3001
}
# Gitea — VPN only, it's your private git server
gitea.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:3000
}
# Woodpecker CI — VPN only
ci.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:8000
}
# Your site — public, with caching
# sauravdhakal.com.np {
# root * /home/saurav/site/public
#
# # This is where you learn caching
# header Cache-Control "public, max-age=3600" # cache 1 hour by default
# header /static/* Cache-Control "public, max-age=31536000, immutable" # assets forever
#
# file_server
# encode gzip
# }
# dozzle.sauravdhakal.com.np {
# bind 100.81.85.182
# reverse_proxy localhost:8888