From 9c77651692468ba68f631e03b22a6227b5759240 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 12 Dec 2021 22:20:10 +0100 Subject: [PATCH] Last batch of custom services refacto. --- docs/configuration.md | 1 - docs/customservices.md | 2 - src/components/services/AdGuardHome.vue | 3 - src/components/services/Radarr.vue | 137 ++++++++--------------- src/components/services/Sonarr.vue | 140 +++++++++--------------- 5 files changed, 97 insertions(+), 186 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e2b5506..552b22a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -29,7 +29,6 @@ connectivityCheck: true # whether you want to display a message when the apps ar # Optional: Proxy / hosting option proxy: - # NOT All custom services implements this new option YET. Support will be extended very soon. useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. # Optional theming diff --git a/docs/customservices.md b/docs/customservices.md index 3b3320d..6850bbb 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -18,8 +18,6 @@ If you experiencing any issue, please have a look to the [troubleshooting](troub type: "" ``` -⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon). - ## PiHole Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. diff --git a/src/components/services/AdGuardHome.vue b/src/components/services/AdGuardHome.vue index b01f0f4..4c53398 100644 --- a/src/components/services/AdGuardHome.vue +++ b/src/components/services/AdGuardHome.vue @@ -76,9 +76,6 @@ export default { diff --git a/src/components/services/Sonarr.vue b/src/components/services/Sonarr.vue index 0270255..f8dd0d1 100644 --- a/src/components/services/Sonarr.vue +++ b/src/components/services/Sonarr.vue @@ -1,62 +1,41 @@ -- 2.41.0