mew
This commit is contained in:
parent
9c9a3fe8ad
commit
86953ea925
17 changed files with 1110 additions and 606 deletions
|
|
@ -66,6 +66,7 @@
|
|||
logFormat = "level INFO";
|
||||
enable = true;
|
||||
globalConfig = ''
|
||||
email ssl@xyno.systems
|
||||
acme_dns desec {
|
||||
token "{$TOKEN}"
|
||||
}
|
||||
|
|
@ -75,10 +76,6 @@
|
|||
handle @8081 {
|
||||
reverse_proxy http://[::1]:8081
|
||||
}
|
||||
@lolpizza host lolpizza.ragon.xyz
|
||||
handle @lolpizza {
|
||||
reverse_proxy http://[::1]${config.services.lolpizza2.listen}
|
||||
}
|
||||
@files host files.ragon.xyz
|
||||
handle @files {
|
||||
encode zstd gzip
|
||||
|
|
@ -159,7 +156,7 @@
|
|||
}
|
||||
@sso host sso.xyno.systems
|
||||
handle @sso {
|
||||
reverse_proxy http://127.0.0.1:${toString config.services.authelia.instances.main.settings.server.port}
|
||||
reverse_proxy http://127.0.0.1:9091
|
||||
}
|
||||
@git host git.xyno.systems
|
||||
handle @git {
|
||||
|
|
@ -177,9 +174,6 @@
|
|||
virtualHosts."xyno.systems".extraConfig = ''
|
||||
redir https://xyno.space{uri}
|
||||
'';
|
||||
virtualHosts."czi.dating".extraConfig = ''
|
||||
redir https://foss-ag.de{uri}
|
||||
'';
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue