mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 05:44:38 -05:00
refactor: changed url path convention
This commit is contained in:
parent
a35076c0fe
commit
0c1d86e494
25 changed files with 67 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue