mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-07 16:46:18 +02:00
Add Gitea custom service
This commit is contained in:
committed by
Bastien Wirtz
parent
a8629ba80c
commit
496f9083b2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user