refactor: changed url path convention

This commit is contained in:
Nick 2025-06-10 15:54:00 -05:00
parent a35076c0fe
commit 0c1d86e494
25 changed files with 67 additions and 11 deletions

View file

@ -8,6 +8,7 @@ let
syncthingLabel = "Syncthing";
syncthingName = "syncthing";
syncthingDomain = "${syncthingName}.${domain0}";
in
{
label = syncthingLabel;
@ -15,6 +16,9 @@ in
sops = {
path0 = "${sopsPath}/${syncthingName}";
};
domains = {
url0 = syncthingDomain;
};
subdomain = syncthingName;
ports = {
port0 = 8388; # Syncthing (WebUI)