This commit is contained in:
soraefir
2026-06-07 02:45:11 +02:00
parent 34677df2e3
commit dcf7b0dbe6
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ let
backgroundMount = "/app/public/media/${backgroundFileName}";
settings = pkgs.writers.writeYAML "settings.yaml" {
title = "My Self-Hosted Dashboard";
title = "Home";
description = "";
startUrl = "https://${containerCfg.subdomain}.${serverCfg.domain}";
background = {

View File

@@ -53,6 +53,7 @@ in {
script = ''
${pkgs.podman}/bin/podman container prune -f
${pkgs.podman}/bin/podman image prune -f
${pkgs.podman}/bin/podman system prune -a --volumes -f
'';
startAt = "weekly";
};