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

@@ -71,6 +71,11 @@ in {
handle @pingvin-share {
reverse_proxy pingvin-share:3000
}
@dufs host files.tbmrs.nl
handle @dufs {
reverse_proxy dufs:5000
}
}
*.local.tbmrs.nl {
@@ -93,6 +98,16 @@ in {
handle @beszel {
reverse_proxy beszel:8090
}
@syncthing host syncthing.local.tbmrs.nl
handle @syncthing {
reverse_proxy syncthing:8384
}
@homeassistant host home-assistant.local.tbmrs.nl
handle @homeassistant {
reverse_proxy homeassistant:8123
}
}
'';
};