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

@ -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
{