💄♻️ Update homepage background & re-enable somecronjobs
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
Jo 2025-04-25 01:54:02 +02:00
parent 41537aa196
commit 632d473951
12 changed files with 77 additions and 71 deletions

View file

@ -40,6 +40,9 @@ in {
"/var/lib/containers/homepage/images:/app/public/images:rw"
"/var/run/docker.sock:/var/run/docker.sock:ro" # Optional, used for docker integration.
];
environment = {
"HOMEPAGE_ALLOWED_HOSTS" = "home.thevoid.cafe";
};
extraOptions = ["--network=proxy"];
};
};