From c6984001d77a4e57869f7dc57786364852fe5ba7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:09:04 +0200 Subject: [PATCH] fix api keys --- manifest.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/manifest.toml b/manifest.toml index d3dec64..4e666c9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,6 +39,27 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.radarr_api] + ask.en = "(Optional) Insert here the api key from your Radarr instance" + ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Radarr" + type = "string" + default = false + optional = true + + [install.sonarr_api] + ask.en = "(Optional) Insert here the api key from your Sonarr instance" + ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Sonarr" + type = "string" + default = false + optional = true + + [install.jellyin_api] + ask.en = "(Optional) Insert here the api key from your Jellyfin instance" + ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Jellyfin" + type = "string" + default = false + optional = true + [resources] [resources.sources]