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
|
|
@ -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`)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
client = {
|
||||
enable = true;
|
||||
settings = {
|
||||
uri = "https://auth.lyes.eu";
|
||||
uri = "https://auth.minish.link";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
let
|
||||
hostname = "auth.${config.networking.domain}";
|
||||
hostname = "auth.minish.link";
|
||||
port = "44300";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue