mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
regroup service documentation
This commit is contained in:
parent
c06c0cdf9b
commit
92d899bd48
3 changed files with 14 additions and 21 deletions
|
|
@ -167,16 +167,3 @@ 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`.
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
# Custom Services
|
||||
|
||||
Here is an overview of all custom services that are available within Homer.
|
||||
Some service can use a specific a component that provides some extra features by adding a `type` key to the service yaml
|
||||
configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available
|
||||
within Homer.
|
||||
|
||||
## PiHole
|
||||
|
||||
|
|
@ -39,3 +41,13 @@ apikey: "01234deb70424befb1f4ef6a23456789"
|
|||
```
|
||||
The url must be the root url of Radarr/Sonarr application.
|
||||
The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API.
|
||||
|
||||
|
||||
## PaperlessNG
|
||||
|
||||
For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
|
||||
|
||||
|
||||
## Ping
|
||||
|
||||
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