mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Add Gitea custom service
This commit is contained in:
parent
a8629ba80c
commit
496f9083b2
2 changed files with 101 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ within Homer:
|
|||
- [CopyToClipboard](#copy-to-clipboard)
|
||||
- [Emby / Jellyfin](#emby--jellyfin)
|
||||
- [FreshRSS](#freshrss)
|
||||
- [Gitea / Forgejo](#gitea--forgejo)
|
||||
- [Gotify](#gotify)
|
||||
- [Healthchecks](#healthchecks)
|
||||
- [Home Assistant](#home-assistant)
|
||||
|
|
@ -116,6 +117,17 @@ The FreshRSS service displays unread and subscriptions counts from your FreshRSS
|
|||
updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats
|
||||
```
|
||||
|
||||
## Gitea / Forgejo
|
||||
|
||||
This service displays a version string instead of a subtitle. Example configuration:
|
||||
|
||||
```yaml
|
||||
- name: Forgejo
|
||||
type: Gitea
|
||||
logo: assets/tools/sample.png
|
||||
url: http://git.example.com
|
||||
```
|
||||
|
||||
## Gotify
|
||||
|
||||
The Gotify service will show the number of currently oustanding messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue