Part 1 of lyes.eu -> minish.link migration

This commit is contained in:
Lyes Saadi 2026-04-04 20:23:42 +02:00
parent 1db440bd1d
commit c48870c14c
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 12 additions and 11 deletions

View file

@ -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."/" = {

View file

@ -6,9 +6,9 @@
- `kaepora` : PostgreSQL
- `kalif` : Factorio (`factorio.lyes.eu`)
- `lanayru` : Suwayomi (`dl.manga.lyes.eu`)
- `link` : Kanidm (`auth.lyes.eu`)
- `link` : Kanidm (`auth.minish.link`)
- `maistro` : Incus
- `mikau` : Jellyfin (`media.lyes.eu`)
- `mikau` : Jellyfin (`media.minish.link`)
- `midona` : Gate Minecraft Server Proxy
- `mogma` : VPN NetNS Configuration
- `nayru` : Komga/Manga (`manga.lyes.eu`)

View file

@ -24,7 +24,7 @@
# General options
ed = true; # See hidden files (starting with a dot)
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)
# Network options

View file

@ -7,7 +7,7 @@
client = {
enable = true;
settings = {
uri = "https://auth.lyes.eu";
uri = "https://auth.minish.link";
};
};
};

View file

@ -1,7 +1,7 @@
{ config, ... }:
let
hostname = "auth.${config.networking.domain}";
hostname = "auth.minish.link";
port = "44300";
in
{

Binary file not shown.