mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
Update README.md
This commit is contained in:
@@ -31,9 +31,11 @@ comparison to installing any other Hass.io add-on.
|
||||
## Configuration
|
||||
|
||||
Default login is admin:admin via the webui, accessible at http://SERVERIP:PORT
|
||||
|
||||
Webui can be found at `<your-ip>:8000`.
|
||||
|
||||
Options can be configured through two ways :
|
||||
|
||||
- Addon options
|
||||
```yaml
|
||||
GUID: user
|
||||
GPID: user
|
||||
@@ -44,6 +46,11 @@ cifsusername: "username" # smb username (optional)
|
||||
cifspassword: "password" # smb password (optional)
|
||||
```
|
||||
|
||||
- Config.yaml
|
||||
Custom env variables can be added to the config.yaml file referenced in the addon options.
|
||||
Full env variables can be found here : https://papermerge.readthedocs.io/en/v1.4.2/settings.html.
|
||||
It must be entered in a valid yaml format, that will be verified at launch of the addon.
|
||||
|
||||
[repository]: https://github.com/alexbelgium/hassio-addons
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
||||
Reference in New Issue
Block a user