mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
parent
aba3b5eed7
commit
66d4cc36b5
3 changed files with 100 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ within Homer:
|
|||
- [Common options](#common-options)
|
||||
- [AdGuard Home](#adguard-home)
|
||||
- [CopyToClipboard](#copy-to-clipboard)
|
||||
- [Docuseal](#docuseal)
|
||||
- [Emby / Jellyfin](#emby--jellyfin)
|
||||
- [FreshRSS](#freshrss)
|
||||
- [Gitea / Forgejo](#gitea--forgejo)
|
||||
|
|
@ -100,6 +101,17 @@ Configuration example:
|
|||
clipboard: "this text will be copied to your clipboard"
|
||||
```
|
||||
|
||||
## Docuseal
|
||||
|
||||
This service displays a version string instead of a subtitle. Example configuration:
|
||||
|
||||
```yaml
|
||||
- name: Docuseal
|
||||
type: Docuseal
|
||||
logo: assets/tools/sample.png
|
||||
url: http://docuseal.example.com
|
||||
```
|
||||
|
||||
## Emby / Jellyfin
|
||||
|
||||
You need to set the type to Emby, provide an api key and choose which stats to show if the subtitle is disabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue