Part 1 of lyes.eu -> minish.link migration
This commit is contained in:
parent
1db440bd1d
commit
c48870c14c
6 changed files with 12 additions and 11 deletions
|
|
@ -40,7 +40,8 @@
|
|||
'';
|
||||
};
|
||||
# 44300
|
||||
"auth.lyes.eu" = {
|
||||
"auth.minish.link" = {
|
||||
serverAliases = [ "auth.lyes.eu" ];
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
};
|
||||
};
|
||||
# 44302
|
||||
"manga.lyes.eu" = {
|
||||
"manga.minish.link" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
@ -66,7 +67,7 @@
|
|||
};
|
||||
};
|
||||
# 44312
|
||||
"dl.manga.lyes.eu" = {
|
||||
"dl.manga.minish.link" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://${config.networking.vpn-netns.vethIP}:${toString config.services.suwayomi-server.settings.server.port}";
|
||||
|
|
@ -81,7 +82,7 @@
|
|||
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||
};
|
||||
# 8096
|
||||
"media.lyes.eu" = {
|
||||
"media.minish.link" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
|
|
@ -101,7 +102,7 @@
|
|||
};
|
||||
};
|
||||
# 44304
|
||||
"torrent.lyes.eu" = {
|
||||
"torrent.minish.link" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
@ -109,7 +110,7 @@
|
|||
};
|
||||
};
|
||||
# 44305
|
||||
"files.lyes.eu" = {
|
||||
"files.minish.link" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue