mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
parent
cd25756fd0
commit
58b718c2a9
2 changed files with 116 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ within Homer:
|
|||
- [OctoPrint](#octoprint)
|
||||
- [Tdarr](#tdarr)
|
||||
- [PiAlert](#pialert)
|
||||
- [Nextcloud](#nextcloud)
|
||||
- [Immich](#immich)
|
||||
- [OpenHAB](#openhab)
|
||||
- [Jellystat](#jellystat)
|
||||
|
|
@ -432,6 +433,20 @@ for transcoding on your Tdarr instance as well as the number of errored items.
|
|||
checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts
|
||||
```
|
||||
|
||||
## Nextcloud
|
||||
|
||||
This service displays a version string instead of a subtitle. The indicator
|
||||
shows if Nextcloud is online, offline, or in [maintenance
|
||||
mode](https://docs.nextcloud.com/server/stable/admin_manual/maintenance/upgrade.html#maintenance-mode).
|
||||
Example configuration:
|
||||
|
||||
```yaml
|
||||
- name: Nextcloud
|
||||
type: Nextcloud
|
||||
logo: assets/tools/sample.png
|
||||
url: http://nextcloud.example.com
|
||||
```
|
||||
|
||||
## PiAlert
|
||||
|
||||
The PiAlert service displays stats from your PiAlert server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue