gitea-pages/Caddyfile

10 lines
243 B
Caddyfile
Raw Normal View History

2024-06-23 13:55:53 +02:00
{
order gitea before file_server
}
:3003
gitea {
token {$GITEA_ACCESS_TOKEN} # Settings > Applications > Generate Token
server {$GITEA_HOST} # https://yourgitea.yourdomain.com
domain {$PAGES_DOMAIN} # pages.yourdomain.com
}