diff --git a/docs/customservices.md b/docs/customservices.md index 9ea161b..9dbae0d 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -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 diff --git a/src/components/services/Gitea.vue b/src/components/services/Gitea.vue new file mode 100644 index 0000000..f4f2160 --- /dev/null +++ b/src/components/services/Gitea.vue @@ -0,0 +1,89 @@ + + + + +