feat: gitea and woodpecker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user