Added forgejo(git server)
This commit is contained in:
parent
2028769f92
commit
4143768c45
3 changed files with 49 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
|||
# }
|
||||
reverse_proxy 127.0.0.1:8081
|
||||
'';
|
||||
|
||||
# Forgejo — no Authelia forward-auth, since it would break git over HTTPS
|
||||
# and the API. Forgejo handles its own logins.
|
||||
virtualHosts."git.srazka.com".extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:14921
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue