diff --git a/manifest.toml b/manifest.toml index 4e666c9..5cd618e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,6 +39,12 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.radarr_domain] + 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 = "domain" + optional = true + [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" @@ -46,6 +52,12 @@ ram.runtime = "50M" default = false optional = true + [install.sonarr_domain] + 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 = "domain" + 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" @@ -53,6 +65,12 @@ ram.runtime = "50M" default = false optional = true + [install.jellyfin_domain] + 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 = "domain" + 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"