drafted out paperless config
This commit is contained in:
parent
1e5eed80c1
commit
3a875e0c1f
5 changed files with 103 additions and 2 deletions
|
@ -102,8 +102,8 @@ in {
|
|||
login_attempts_threshold = 10;
|
||||
};
|
||||
homeassistant = {
|
||||
external_url = "https://home.jan-leila.com";
|
||||
internal_url = "http://192.168.1.2:8123";
|
||||
external_url = "https://${config.services.home-assistant.subdomain}.${config.host.reverse_proxy.hostname}";
|
||||
# internal_url = "http://192.168.1.2:8123";
|
||||
};
|
||||
recorder.db_url = "postgresql://@/${dbUser}";
|
||||
"automation manual" = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue