mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-31 02:10:32 +02:00
Update README.md
This commit is contained in:
@@ -52,9 +52,13 @@ Options can be configured through two ways :
|
|||||||
- Addon options
|
- Addon options
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
ssl: true/false
|
"BASE_URL": Optional, external base url
|
||||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
"PGID": user ID
|
||||||
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
|
"PUID": "group ID
|
||||||
|
"certfile": fullchain.pem #ssl certificate, must be located in /ssl
|
||||||
|
"keyfile": privkey.pem #sslkeyfile, must be located in /ssl
|
||||||
|
"ssl": ssl: true/false
|
||||||
|
"ALLOW_SIGNUP": Allow signup of users
|
||||||
```
|
```
|
||||||
|
|
||||||
- Config.yaml
|
- Config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user