Compare commits
2 Commits
276cd1ae5d
...
2c71ce5e9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c71ce5e9d | ||
|
|
00422d924d |
@ -192,7 +192,7 @@
|
|||||||
DOMAIN = "https://vault.jhink.org";
|
DOMAIN = "https://vault.jhink.org";
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
SIGNUPS_ALLOWED = true;
|
SIGNUPS_ALLOWED = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
serverIP :
|
serverIP :
|
||||||
{
|
{
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2023.06.0";
|
image = "ghcr.io/home-assistant/home-assistant:2023.6.3";
|
||||||
#ports = [
|
#ports = [
|
||||||
#"8123:8123"
|
#"8123:8123"
|
||||||
#];
|
#];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user