Set up Forgejo role and migrate Gitea to Forgejo 11

This commit is contained in:
Jef Roosens 2026-04-07 16:08:00 +02:00
parent 1c9721f0b2
commit 300358fa98
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 319 additions and 19 deletions

View file

@ -0,0 +1,5 @@
{{ forgejo_domain }} {
reverse_proxy localhost:{{ forgejo_http_port }} {
header_down +X-Robots-Tag "none"
}
}