mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-11 09:14:21 +01:00
* configurator: Removed direct access from add-on * configurator: Extended list of default ingored patterns * configurator: Simplified run.sh * configurator: Bump version to 4.0 * configurator: Use the default Ingress port
27 lines
670 B
Plaintext
27 lines
670 B
Plaintext
{
|
|
"LISTENIP": "0.0.0.0",
|
|
"PORT": 8099,
|
|
"GIT": true,
|
|
"BASEPATH": "/config",
|
|
"ENFORCE_BASEPATH": true,
|
|
"SSL_CERTIFICATE": null,
|
|
"SSL_KEY": null,
|
|
"IGNORE_SSL": false,
|
|
"HASS_API": "http://hassio/homeassistant/api/",
|
|
"HASS_WS_API": null,
|
|
"HASS_API_PASSWORD": null,
|
|
"USERNAME": null,
|
|
"PASSWORD": null,
|
|
"ALLOWED_NETWORKS": ["172.30.32.2"],
|
|
"ALLOWED_DOMAINS": [],
|
|
"BANNED_IPS": [],
|
|
"BANLIMIT": 0,
|
|
"IGNORE_PATTERN": [],
|
|
"DIRSFIRST": false,
|
|
"SESAME": null,
|
|
"SESAME_TOTP_SECRET": null,
|
|
"VERIFY_HOSTNAME": null,
|
|
"ENV_PREFIX": "HC_",
|
|
"NOTIFY_SERVICE": "persistent_notification.create"
|
|
}
|