mirror of
https://github.com/YunoHost-Apps/reiverr_ynh.git
synced 2024-09-03 20:16:14 +02:00
fix
This commit is contained in:
parent
c6984001d7
commit
8bcb104f17
1 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue