Update config.json

This commit is contained in:
Alexandre
2023-08-17 08:27:02 +02:00
committed by GitHub
parent 9267b21465
commit 9564e54384

View File

@@ -65,7 +65,11 @@
"LANG": "en-US",
"PORT": "80",
"PRETTY_URLS": "1",
"WEBTREES_HOME": "/data/webtrees"
"WEBTREES_HOME": "/data/webtrees",
"WT_EMAIL": "me@example.com",
"WT_NAME": "Full Name",
"WT_PASS": "mybadpassword",
"WT_USER": "admin"
},
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
"init": false,
@@ -115,6 +119,6 @@
],
"slug": "webtrees",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.17-test",
"version": "2.1.17-test2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}