This commit is contained in:
Alexandre
2025-08-01 22:21:33 +02:00
parent 988f7b6c52
commit ca03e5ac7b
13 changed files with 385 additions and 137 deletions

View File

@@ -39,14 +39,25 @@ comparison to installing any other Hass.io add-on.
## Configuration
Webui can be found at <http://homeassistant:80>.
Create the db in /data/...
Webui can be found at <http://homeassistant:80> or through the sidebar using Ingress.
Configurations can be done through the app webUI, except for the following options.
### Options
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `PGID` | int | `0` | Group ID for file permissions |
| `PUID` | int | `0` | User ID for file permissions |
### Example Configuration
```yaml
PGID: user, can't be 0
GPID: user, can't be 0
PGID: 1000
PUID: 1000
```
**Note**: Create the database in `/data/` directory as needed by the application.
## Support
Create an issue on github