Fix stuff
This commit is contained in:
@@ -25,8 +25,7 @@ in {
|
|||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
"${serverCfg.configPath}/openhab/conf:/openhab/conf"
|
"${serverCfg.configPath}/openhab:/openhab"
|
||||||
"${serverCfg.configPath}/openhab/userdata:/openhab/userdata"
|
|
||||||
"${serverCfg.configPath}/openhab/addons:/opt/openhab/addons"
|
"${serverCfg.configPath}/openhab/addons:/opt/openhab/addons"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
# ===== DEV =====
|
# ===== DEV =====
|
||||||
gitea.subdomain = "git";
|
gitea.subdomain = "git";
|
||||||
# ===== HOME =====
|
# ===== HOME =====
|
||||||
openhab.subdomain = "hass";
|
openhab.subdomain = "hab";
|
||||||
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
||||||
# influx.subdomain = "metrum";
|
# influx.subdomain = "metrum";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user