mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Added paperless service with documentation
This commit is contained in:
parent
996011956b
commit
24229b5411
2 changed files with 94 additions and 0 deletions
|
|
@ -167,3 +167,16 @@ In order to easily generate all required icon preset for the PWA to work, a tool
|
|||
```bash
|
||||
npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
|
||||
```
|
||||
|
||||
### Supported services
|
||||
|
||||
Currently the following services are supported for showing quick infos on the card. They can be used by setting the type to one of the following values at the item.
|
||||
|
||||
- PiHole
|
||||
- AdGuardHome
|
||||
- PaperlessNG
|
||||
|
||||
### Additional configuration
|
||||
|
||||
#### Paperless
|
||||
For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue