mirror of
https://github.com/Noratrieb/vps.git
synced 2026-07-12 08:17:45 +02:00
gaming
This commit is contained in:
parent
8479644fc4
commit
70d8a0e941
53 changed files with 273 additions and 168 deletions
|
|
@ -97,10 +97,15 @@ let
|
|||
infra.subdomains = hostsToDns;
|
||||
|
||||
# --- internal stuff
|
||||
internal.subdomains = {
|
||||
immich = minipc;
|
||||
paperless = minipc;
|
||||
};
|
||||
internal.subdomains = builtins.listToAttrs (builtins.map
|
||||
(name: {
|
||||
inherit name;
|
||||
value = minipc // {
|
||||
subdomains = {
|
||||
_acme-challenge.CNAME = [ (cname "_acme-challenge.${name}.internal.noratrieb-acme-delegate.dev.") ];
|
||||
};
|
||||
};
|
||||
}) [ "immich" "paperless" "home-assistant" ]);
|
||||
|
||||
# --- other verification
|
||||
_discord.TXT = [ "dh=e0f7e99c70c4ce17f7afcce3be8bfda9cd363843" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue