From 66d4cc36b58b8173d166dccbfbc1919463642e52 Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Fri, 20 Dec 2024 21:57:03 -0800 Subject: [PATCH] add Docuseal smart card Fixes #847 Requires #850 --- docs/customservices.md | 12 ++++ dummy-data/docuseal/version | 1 + src/components/services/Docuseal.vue | 87 ++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 dummy-data/docuseal/version create mode 100644 src/components/services/Docuseal.vue diff --git a/docs/customservices.md b/docs/customservices.md index d3078e4..b5ef46e 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -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. diff --git a/dummy-data/docuseal/version b/dummy-data/docuseal/version new file mode 100644 index 0000000..1912e3b --- /dev/null +++ b/dummy-data/docuseal/version @@ -0,0 +1 @@ +1.8.3a diff --git a/src/components/services/Docuseal.vue b/src/components/services/Docuseal.vue new file mode 100644 index 0000000..f2b79c8 --- /dev/null +++ b/src/components/services/Docuseal.vue @@ -0,0 +1,87 @@ + + + + +