From 66433349bfbcfd2e3d28cf3caf4ad628dd63fcba Mon Sep 17 00:00:00 2001 From: Jason Fischer Date: Sat, 1 Oct 2022 14:58:03 -0700 Subject: [PATCH] Minor allowed fields formatting --- Service-Widgets.md | 100 +++++++++++++++++++++++++++++++++------------ 1 file changed, 75 insertions(+), 25 deletions(-) diff --git a/Service-Widgets.md b/Service-Widgets.md index 13a07d4..c95ecc4 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -39,7 +39,9 @@ Outgoing media streaming services, these widgets display current media informati ## Emby -You can create an API key from inside Emby at `Settings > Advanced > Api Keys`. Allowed fields: no configurable fields for this widget. +You can create an API key from inside Emby at `Settings > Advanced > Api Keys`. + +Allowed fields: no configurable fields for this widget. ```yaml widget: @@ -51,7 +53,9 @@ widget: ## Jellyfin -You can create an API key from inside Jellyfin at `Settings > Advanced > Api Keys`. Allowed fields: no configurable fields for this widget. +You can create an API key from inside Jellyfin at `Settings > Advanced > Api Keys`. + +Allowed fields: no configurable fields for this widget. ```yaml widget: @@ -63,7 +67,9 @@ widget: ## Tautulli (Plex) -The Plex API is hard to work with and very segmented, to simplify integration, the Tautulli service is used instead. You can find the API key from inside Tautulli at `Settings > Web Interface > API`. Allowed fields: no configurable fields for this widget. +The Plex API is hard to work with and very segmented, to simplify integration, the Tautulli service is used instead. You can find the API key from inside Tautulli at `Settings > Web Interface > API`. + +Allowed fields: no configurable fields for this widget. ```yaml widget: @@ -79,7 +85,9 @@ This includes the `arr` range of utilities, as well as media request management ## Sonarr -Find your API key under `Settings > General`. Allowed fields: `["wanted", "queued", "series"]`. +Find your API key under `Settings > General`. + +Allowed fields: `["wanted", "queued", "series"]`. ```yaml widget: @@ -91,7 +99,9 @@ widget: ## Radarr -Find your API key under `Settings > General`. Allowed fields: `["wanted", "queued", "movies"]`. +Find your API key under `Settings > General`. + +Allowed fields: `["wanted", "queued", "movies"]`. ```yaml widget: @@ -103,7 +113,9 @@ widget: ## Readarr -Find your API key under `Settings > General`. Allowed fields: `["wanted", "queued", "books"]`. +Find your API key under `Settings > General`. + +Allowed fields: `["wanted", "queued", "books"]`. ```yaml widget: @@ -115,7 +127,9 @@ widget: ## Ombi -Find your API key under `Settings > Configuration > General`. Allowed fields: `["pending", "approved", "available"]`. +Find your API key under `Settings > Configuration > General`. + +Allowed fields: `["pending", "approved", "available"]`. ```yaml widget: @@ -127,7 +141,9 @@ widget: ## Overseerr -Find your API key under `Settings > General > API Key`. Allowed fields: `["pending", "approved", "available"]`. +Find your API key under `Settings > General > API Key`. + +Allowed fields: `["pending", "approved", "available"]`. ```yaml widget: @@ -139,7 +155,9 @@ widget: ## Jellyseerr -Find your API key under `Settings > General > API Key`. Allowed fields: `["pending", "approved", "available"]`. +Find your API key under `Settings > General > API Key`. + +Allowed fields: `["pending", "approved", "available"]`. ```yaml widget: @@ -155,7 +173,9 @@ Download clients, like Usenet and BitTorrent, as well as their utility services ## Nzbget -This widget uses the same authentication method as your browser when logging in (HTTP Basic Auth), and is often referred to as the ControlUsername and ControlPassword inside of Nzbget documentation. Allowed fields: `["rate", "remaining", "downloaded"]`. +This widget uses the same authentication method as your browser when logging in (HTTP Basic Auth), and is often referred to as the ControlUsername and ControlPassword inside of Nzbget documentation. + +Allowed fields: `["rate", "remaining", "downloaded"]`. ```yaml widget: @@ -168,7 +188,9 @@ widget: ## SABnzbd -Find your API key under `Config > General > API Key`. Allowed fields: `["rate", "queue", "timeleft"]`. +Find your API key under `Config > General > API Key`. + +Allowed fields: `["rate", "queue", "timeleft"]`. ```yaml widget: @@ -180,7 +202,9 @@ widget: ## ruTorrent -This requires the `httprpc` plugin to be installed and enabled, and is part of the default ruTorrent plugins. If you have not explicitly removed or disable this plugin, it should be available. Allowed fields: `["active", "upload", "download"]`. +This requires the `httprpc` plugin to be installed and enabled, and is part of the default ruTorrent plugins. If you have not explicitly removed or disable this plugin, it should be available. + +Allowed fields: `["active", "upload", "download"]`. ```yaml widget: @@ -193,7 +217,9 @@ widget: ## qBittorrent -Uses the same username and password used to login from the web. Allowed fields: `["leech", "download", "seed", "upload"]`. +Uses the same username and password used to login from the web. + +Allowed fields: `["leech", "download", "seed", "upload"]`. ```yaml widget: @@ -206,7 +232,9 @@ widget: ## Transmission -Uses the same username and password used to login from the web. Allowed fields: `["leech", "download", "seed", "upload"]`. +Uses the same username and password used to login from the web. + +Allowed fields: `["leech", "download", "seed", "upload"]`. ```yaml widget: @@ -223,7 +251,9 @@ Includes things like proxy managers, DNS providers and network statistics. ## PiHole -PiHole does not require any authentication for the widget to work, as it uses the data that is exposed publicly. Allowed fields: `["queries", "blocked", "gravity"]`. +PiHole does not require any authentication for the widget to work, as it uses the data that is exposed publicly. + +Allowed fields: `["queries", "blocked", "gravity"]`. ```yaml widget: @@ -235,7 +265,9 @@ widget: ## AdGuard Home -The username and password are the same as used to login to the web interface. Allowed fields: `["queries", "blocked", "filtered", "latency"]`. +The username and password are the same as used to login to the web interface. + +Allowed fields: `["queries", "blocked", "filtered", "latency"]`. ```yaml widget: @@ -248,7 +280,9 @@ widget: ## Portainer -You'll need to make sure you have the correct environment set for the integration to work properly. From the Environments section inside of Portainer, click the one you'd like to connect to and observe the ID at the end of the URL (should be), something like `#!/endpoints/1`, here `1` is the value to set as the `env` value. In order to generate an API key, please follow the steps outlined here https://docs.portainer.io/api/access. Allowed fields: `["running", "stopped", "total"]`. +You'll need to make sure you have the correct environment set for the integration to work properly. From the Environments section inside of Portainer, click the one you'd like to connect to and observe the ID at the end of the URL (should be), something like `#!/endpoints/1`, here `1` is the value to set as the `env` value. In order to generate an API key, please follow the steps outlined here https://docs.portainer.io/api/access. + +Allowed fields: `["running", "stopped", "total"]`. ```yaml widget: @@ -261,7 +295,9 @@ widget: ## Traefik -No extra configuration is required. Allowed fields: `["routers", "services", "middleware"]`. +No extra configuration is required. + +Allowed fields: `["routers", "services", "middleware"]`. ```yaml widget: @@ -272,7 +308,9 @@ widget: ## NGINX Proxy Manager -Login with the same admin username and password used to access the web UI. Allowed fields: `["enabled", "disabled", "total"]`. +Login with the same admin username and password used to access the web UI. + +Allowed fields: `["enabled", "disabled", "total"]`. ```yaml widget: @@ -285,7 +323,9 @@ widget: ## Speedtest Tracker -No extra configuration is required. Allowed fields: `["download", "upload", "ping"]`. +No extra configuration is required. + +Allowed fields: `["download", "upload", "ping"]`. ```yaml widget: @@ -296,7 +336,9 @@ widget: ## Syncthing Relay Server -Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/benphelps/homepage/pull/230#issuecomment-1253053472) for more information on configuration. Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`. +Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/benphelps/homepage/pull/230#issuecomment-1253053472) for more information on configuration. + +Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`. ```yaml widget: @@ -307,7 +349,7 @@ widget: ## Authentik -This widget reads the number of active users in the system, as well as logins for the last 24 hours. Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`. +This widget reads the number of active users in the system, as well as logins for the last 24 hours. You will need to generate an API token for an existing user. To do so follow these steps: @@ -318,6 +360,8 @@ You will need to generate an API token for an existing user. To do so follow th 5. Click the Create button on the dialog 6. Click the copy button on the far right of the newly created API Token +Allowed fields: `["users", "loginsLast24H", "failedLoginsLast24H"]`. + ```yaml widget: type: authentik @@ -331,7 +375,9 @@ System specific utilities and tools like message queues, databases, etc. ## Gotify -Get a Gotify client token from an existing client or create a new one on your Gotify admin page. Allowed fields: `["apps", "clients", "messages"]`. +Get a Gotify client token from an existing client or create a new one on your Gotify admin page. + +Allowed fields: `["apps", "clients", "messages"]`. ```yaml widget: @@ -348,7 +394,9 @@ Non service related items that display information from other sources, like stoc ## Mastodon -Use the base URL of the Mastodon instance you'd like to pull stats for. Does not require authentication as the stats are part of the public API endpoints. Allowed fields: `["user_count", "status_count", "domain_count"]`. +Use the base URL of the Mastodon instance you'd like to pull stats for. Does not require authentication as the stats are part of the public API endpoints. + +Allowed fields: `["user_count", "status_count", "domain_count"]`. ```yaml widget: @@ -358,7 +406,9 @@ widget: ## Coin Market Cap -Get your API key from your [CoinMarketCap Pro Dashboard](https://pro.coinmarketcap.com/account). Allowed fields: no configurable fields for this widget. +Get your API key from your [CoinMarketCap Pro Dashboard](https://pro.coinmarketcap.com/account). + +Allowed fields: no configurable fields for this widget. ```yaml widget: