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
|
# 44300
|
||||||
"auth.lyes.eu" = {
|
"auth.minish.link" = {
|
||||||
|
serverAliases = [ "auth.lyes.eu" ];
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
@ -57,7 +58,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# 44302
|
# 44302
|
||||||
"manga.lyes.eu" = {
|
"manga.minish.link" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
@ -66,7 +67,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# 44312
|
# 44312
|
||||||
"dl.manga.lyes.eu" = {
|
"dl.manga.minish.link" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://${config.networking.vpn-netns.vethIP}:${toString config.services.suwayomi-server.settings.server.port}";
|
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}";
|
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||||
};
|
};
|
||||||
# 8096
|
# 8096
|
||||||
"media.lyes.eu" = {
|
"media.minish.link" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
|
@ -101,7 +102,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# 44304
|
# 44304
|
||||||
"torrent.lyes.eu" = {
|
"torrent.minish.link" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
@ -109,7 +110,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# 44305
|
# 44305
|
||||||
"files.lyes.eu" = {
|
"files.minish.link" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@
|
||||||
- `kaepora` : PostgreSQL
|
- `kaepora` : PostgreSQL
|
||||||
- `kalif` : Factorio (`factorio.lyes.eu`)
|
- `kalif` : Factorio (`factorio.lyes.eu`)
|
||||||
- `lanayru` : Suwayomi (`dl.manga.lyes.eu`)
|
- `lanayru` : Suwayomi (`dl.manga.lyes.eu`)
|
||||||
- `link` : Kanidm (`auth.lyes.eu`)
|
- `link` : Kanidm (`auth.minish.link`)
|
||||||
- `maistro` : Incus
|
- `maistro` : Incus
|
||||||
- `mikau` : Jellyfin (`media.lyes.eu`)
|
- `mikau` : Jellyfin (`media.minish.link`)
|
||||||
- `midona` : Gate Minecraft Server Proxy
|
- `midona` : Gate Minecraft Server Proxy
|
||||||
- `mogma` : VPN NetNS Configuration
|
- `mogma` : VPN NetNS Configuration
|
||||||
- `nayru` : Komga/Manga (`manga.lyes.eu`)
|
- `nayru` : Komga/Manga (`manga.lyes.eu`)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
# General options
|
# General options
|
||||||
ed = true; # See hidden files (starting with a dot)
|
ed = true; # See hidden files (starting with a dot)
|
||||||
name = "zora"; # Server name
|
name = "zora"; # Server name
|
||||||
name-url = "https://files.lyes.eu"; # Server URL
|
name-url = "https://files.minish.link"; # Server URL
|
||||||
j = 4; # Max jobs (CPU usage)
|
j = 4; # Max jobs (CPU usage)
|
||||||
|
|
||||||
# Network options
|
# Network options
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
client = {
|
client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
uri = "https://auth.lyes.eu";
|
uri = "https://auth.minish.link";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
hostname = "auth.${config.networking.domain}";
|
hostname = "auth.minish.link";
|
||||||
port = "44300";
|
port = "44300";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue