Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Hinkle
2c71ce5e9d Bump HA to 2023.6.3 2023-06-27 07:35:06 -04:00
Jacob Hinkle
00422d924d Disable signups on vaultwarden 2023-06-27 07:25:46 -04:00
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 = true; SIGNUPS_ALLOWED = false;
}; };
}; };

View File

@ -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"
#]; #];