Update README.md

This commit is contained in:
Alexandre
2022-07-23 15:00:11 +02:00
committed by GitHub
parent 85f98a3c2e
commit 82d3a49e60

View File

@@ -50,12 +50,21 @@ comparison to installing any other Hass.io add-on.
- Username: changeme@email.com - Username: changeme@email.com
- Password: MyPassword - Password: MyPassword
Options can be configured through two ways :
- Addon options
```yaml ```yaml
ssl: true/false ssl: true/false
certfile: fullchain.pem #ssl certificate, must be located in /ssl certfile: fullchain.pem #ssl certificate, must be located in /ssl
keyfile: privkey.pem #sslkeyfile, must be located in /ssl keyfile: privkey.pem #sslkeyfile, must be located in /ssl
``` ```
- Config.yaml
Additional options can be configured using the config.yaml file found in /config/addons_config/mealie/config.yaml
The complete list of options can be seen here : https://nightly.mealie.io/documentation/getting-started/installation/backend-config/
## Support ## Support
If you have in issue with your installation, please be sure to checkout github. If you have in issue with your installation, please be sure to checkout github.