mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: glance test
This commit is contained in:
parent
76aa17f2fb
commit
1fdf9e3d5e
2 changed files with 9 additions and 9 deletions
|
@ -32,15 +32,15 @@ in
|
||||||
value = dnsConfig;
|
value = dnsConfig;
|
||||||
})
|
})
|
||||||
[
|
[
|
||||||
"jellyfin"
|
|
||||||
"minecraft"
|
|
||||||
"ollama"
|
|
||||||
"nextcloud"
|
|
||||||
"syncthing"
|
|
||||||
"searx"
|
|
||||||
"vaultwarden"
|
|
||||||
"audiobookshelf"
|
"audiobookshelf"
|
||||||
"glance"
|
"glance"
|
||||||
|
"jellyfin"
|
||||||
|
"minecraft"
|
||||||
|
"nextcloud"
|
||||||
|
"ollama"
|
||||||
|
"searx"
|
||||||
|
"syncthing"
|
||||||
|
"vaultwarden"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
++ (map
|
++ (map
|
||||||
|
@ -49,9 +49,9 @@ in
|
||||||
value = dnsConfig;
|
value = dnsConfig;
|
||||||
})
|
})
|
||||||
[
|
[
|
||||||
"peertube"
|
|
||||||
"forgejo"
|
"forgejo"
|
||||||
"mastodon"
|
"mastodon"
|
||||||
|
"peertube"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
++ (map
|
++ (map
|
||||||
|
|
|
@ -9,7 +9,7 @@ let
|
||||||
configHelpers = {
|
configHelpers = {
|
||||||
service = glance;
|
service = glance;
|
||||||
hostname = config.networking.hostName;
|
hostname = config.networking.hostName;
|
||||||
localhost = web.localhost.address0;
|
localhost = web.localhost.address1;
|
||||||
host = configHelpers.service.domains.url0;
|
host = configHelpers.service.domains.url0;
|
||||||
};
|
};
|
||||||
configPath = ./config;
|
configPath = ./config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue