Compare commits

..

No commits in common. "2c71ce5e9db48a263f5cfc83eb4a5c659e606d3a" and "276cd1ae5da72107d97794794c12a953676652c3" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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 = false; SIGNUPS_ALLOWED = true;
}; };
}; };

View File

@ -1,6 +1,6 @@
serverIP : serverIP :
{ {
image = "ghcr.io/home-assistant/home-assistant:2023.6.3"; image = "ghcr.io/home-assistant/home-assistant:2023.06.0";
#ports = [ #ports = [
#"8123:8123" #"8123:8123"
#]; #];