Added storage and home assistant

This commit is contained in:
2025-05-02 16:43:49 +02:00
parent bde66ffbe2
commit 86bf66c817
6 changed files with 98 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ in {
"%h/containers/homepage/config/docker.yaml:/app/config/docker.yaml"
"/run/user/1000/podman/podman.sock:/var/run/podman.sock:ro"
];
userNS = "keep-id";
environment = {
HOMEPAGE_ALLOWED_HOSTS = "home.tbmrs.nl";
};