refactor: abstracting out bookmark info

This commit is contained in:
Nick 2025-07-07 18:57:55 -05:00
parent 85117d2dca
commit 77a31e9688
19 changed files with 114 additions and 64 deletions

View file

@ -57,6 +57,7 @@ let
label = stringType;
name = stringType;
hostname = stringType;
tags = listType;
domains = genOptions stringType "url";
dns = genOptions stringType "provider";
localhost = genOptions stringType "address";
@ -241,6 +242,7 @@ in
sopsPath = "/var/lib/secrets";
sslPath = "/var/lib/acme";
varLib = "/var/lib";
synologyName = "synology";
dummy = "";
};