mirror of
https://github.com/YunoHost-Apps/reiverr_ynh.git
synced 2024-09-03 20:16:14 +02:00
99 lines
2.7 KiB
TOML
99 lines
2.7 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||
|
||
packaging_format = 2
|
||
|
||
id = "reiverr"
|
||
name = "Reiverr"
|
||
description.en = "Clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr"
|
||
description.fr = "Interface claire combinée pour Jellyfin, TMDB, Radarr et Sonarr, en plus d’être un remplaçant d’Overseerr"
|
||
|
||
version = "0.8.0~ynh1"
|
||
|
||
maintainers = ["Thovi98"]
|
||
|
||
[upstream]
|
||
license = "GPL-3.0"
|
||
code = "https://github.com/aleksilassila/reiverr"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.4"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = "not_relevant"
|
||
sso = "not_relevant"
|
||
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/example"
|
||
|
||
[install.init_main_permission]
|
||
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"
|
||
type = "string"
|
||
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"
|
||
type = "string"
|
||
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"
|
||
type = "string"
|
||
default = false
|
||
optional = true
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/aleksilassila/reiverr/archive/refs/tags/v0.8.0.tar.gz"
|
||
sha256 = "768e8fffdf44f0eaef69512d000993499c8bc363a4af5c7dc5fb4616eaa36322"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.ports]
|
||
main.default = 9494
|
||
|