change intranet domain

This commit is contained in:
xunuwu 2025-06-05 09:38:08 +02:00
parent 8f4729f286
commit 5f1ed3c492
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
8 changed files with 15 additions and 49 deletions

View file

@ -8,7 +8,7 @@
in {
services.homepage-dashboard = {
enable = true;
allowedHosts = "dash.hopper.xun.host";
allowedHosts = "dash.hopper.priv.${domain}";
widgets = [
{
resources = {
@ -27,7 +27,7 @@ in {
"Downloading" = [
{
"transmission" = {
href = "http://transmission.hopper.xun.host";
href = "https://transmission.hopper.priv.${domain}";
icon = "transmission";
widget = {
type = "transmission";
@ -37,7 +37,7 @@ in {
}
{
"slskd" = {
href = "http://slskd.hopper.xun.host";
href = "https://slskd.hopper.priv.${domain}";
icon = "slskd";
};
}
@ -59,7 +59,7 @@ in {
}
{
"prometheus" = {
href = "http://prometheus.hopper.xun.host";
href = "https://prometheus.hopper.priv.${domain}";
icon = "prometheus";
widget = {
type = "prometheus";
@ -69,7 +69,7 @@ in {
}
{
"glances" = {
href = "http://glances.hopper.xun.host";
href = "https://glances.hopper.priv.${domain}";
icon = "glances";
};
}