fix(caddy): switch dns provider from hetzner to cloudflare across all services
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
./flaresolverr.nix
|
||||
# # ./games
|
||||
# ./gitea.nix
|
||||
# ./homepage.nix
|
||||
./homepage.nix
|
||||
# # ./llama.nix
|
||||
# # ./monitoring.nix
|
||||
# # ./nextcloud.nix
|
||||
# # ./paperless.nix
|
||||
./prowlarr.nix
|
||||
# ./resolved.nix
|
||||
# ./searxng.nix
|
||||
./searxng.nix
|
||||
# ./headscale.nix
|
||||
# ./shitpost.nix
|
||||
./atuin.nix
|
||||
|
||||
@@ -86,13 +86,13 @@
|
||||
href = "https://cloud.darksailor.dev";
|
||||
};
|
||||
}
|
||||
{
|
||||
"Open WebUI" = {
|
||||
icon = "open-webui.png";
|
||||
description = "Open WebUI for self hosted llms";
|
||||
href = "https://llama.darksailor.dev";
|
||||
};
|
||||
}
|
||||
# {
|
||||
# "Open WebUI" = {
|
||||
# icon = "open-webui.png";
|
||||
# description = "Open WebUI for self hosted llms";
|
||||
# href = "https://llama.darksailor.dev";
|
||||
# };
|
||||
# }
|
||||
{
|
||||
"Immich" = {
|
||||
icon = "immich.png";
|
||||
@@ -159,7 +159,7 @@
|
||||
};
|
||||
caddy = {
|
||||
virtualHosts."dashboard.darksailor.dev".extraConfig = ''
|
||||
import auth
|
||||
# import auth
|
||||
reverse_proxy localhost:${builtins.toString config.services.homepage-dashboard.listenPort}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user