15 lines
437 B
Caddyfile
15 lines
437 B
Caddyfile
# caddy-gitea-pages: Serve mkdocs output from gh-pages branch.
|
|
# SSL wird von Traefik terminiert, Caddy hört nur auf HTTP :80.
|
|
:80 {
|
|
gitea {
|
|
server {$GITEA_SERVER}
|
|
token {$GITEA_TOKEN}
|
|
domain gwoe-docs.toppyr.de
|
|
# Default-Repo für Requests ohne Owner/Repo im Pfad:
|
|
# Alle Requests auf / gehen an tobias/gwoe-antragspruefer gh-pages.
|
|
default_owner tobias
|
|
default_repo gwoe-antragspruefer
|
|
default_branch gh-pages
|
|
}
|
|
}
|