mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -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
|
@ -9,6 +9,7 @@ let
|
|||
sopsPath
|
||||
;
|
||||
audiobookshelfSubdomain = "books";
|
||||
audiobookshelfDomain = "${audiobookshelfSubdomain}.${domain0}";
|
||||
in
|
||||
{
|
||||
label = audiobookshelfLabel;
|
||||
|
@ -16,6 +17,9 @@ in
|
|||
sops = {
|
||||
path0 = "${sopsPath}/${audiobookshelfName}";
|
||||
};
|
||||
domains = {
|
||||
url0 = audiobookshelfDomain;
|
||||
};
|
||||
subdomain = audiobookshelfSubdomain;
|
||||
paths = {
|
||||
path0 = "${servicePath}/${audiobookshelfLabel}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue