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