1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00
This commit is contained in:
Thomas 2023-10-08 19:13:27 +02:00 committed by GitHub
parent c6984001d7
commit 8bcb104f17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,12 @@ ram.runtime = "50M"
type = "group" type = "group"
default = "visitors" 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] [install.radarr_api]
ask.en = "(Optional) Insert here the api key from your Radarr instance" 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" ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Radarr"
@ -46,6 +52,12 @@ ram.runtime = "50M"
default = false default = false
optional = true 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] [install.sonarr_api]
ask.en = "(Optional) Insert here the api key from your Sonarr instance" 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" ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Sonarr"
@ -53,6 +65,12 @@ ram.runtime = "50M"
default = false default = false
optional = true 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] [install.jellyin_api]
ask.en = "(Optional) Insert here the api key from your Jellyfin instance" 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" ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Jellyfin"