thrall: Migrate mail and web server from jakalx.net
This commit is contained in:
parent
ceba9e0883
commit
ae1983ab82
1 changed files with 17 additions and 1 deletions
|
|
@ -197,6 +197,16 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
"www.jakalx.net" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/srv/www/jakalx.net";
|
||||
serverAliases = [ "jakalx.net" ];
|
||||
extraConfig = ''
|
||||
add_header X-Frame-Options 'SAMEORIGIN';
|
||||
'';
|
||||
};
|
||||
|
||||
# gitea
|
||||
"git.failco.de" = {
|
||||
forceSSL = true;
|
||||
|
|
@ -293,7 +303,13 @@ in {
|
|||
|
||||
aliases = [ "lx@failco.de" "alex@failco.de" ];
|
||||
|
||||
catchAll = [ "failco.de" "jakalx.net" ];
|
||||
catchAll = [ "failco.de" ];
|
||||
};
|
||||
|
||||
"alex@jakalx.net" = {
|
||||
hashedPasswordFile = config.age.secrets.mailPass.path;
|
||||
|
||||
catchAll = [ "jakalx.net" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue