mirror of
https://github.com/YunoHost-Apps/bazarr_ynh.git
synced 2024-09-03 18:06:27 +02:00
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "bazarr"
|
|
name = "Bazarr"
|
|
description.en = "Automated subtitle downloading for Sonarr and Radarr"
|
|
description.fr = "Téléchargement automatique de sous-titres pour Sonarr et Radarr"
|
|
|
|
version = "1.3.1~ynh1"
|
|
|
|
maintainers = ["tituspijean"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
website = "https://bazarr.media"
|
|
admindoc = "https://wiki.bazarr.media"
|
|
code = "https://github.com/morpheus65535/bazarr"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/bazarr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/morpheus65535/bazarr/releases/download/v1.2.2/bazarr.zip"
|
|
sha256 = "8076da46a504c137d81b8909dc1371686ef81032d6ee485fbc293a7644402edf"
|
|
in_subdir = false
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages = "libxml2-dev, libxslt1-dev, unrar-free, ffmpeg, libatlas-base-dev"
|