1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00
bazarr_ynh/manifest.toml

61 lines
1.4 KiB
TOML
Raw Normal View History

2024-04-11 12:34:39 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-10-27 15:10:20 +02:00
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.4.2~ynh1"
2023-10-27 15:10:20 +02:00
maintainers = ["tituspijean"]
[upstream]
license = "GPL-3.0"
website = "https://bazarr.media"
admindoc = "https://wiki.bazarr.media"
code = "https://github.com/morpheus65535/bazarr"
[integration]
2023-10-27 15:17:28 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-27 15:10:20 +02:00
multi_instance = true
2023-10-27 15:17:28 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-27 15:10:20 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/bazarr"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
2024-02-23 04:36:15 +01:00
url = "https://github.com/morpheus65535/bazarr/releases/download/v1.4.2/bazarr.zip"
sha256 = "d4ea9b0b2426037dd9bf2084d75652c95c04832ca6d18d045faab1de0ef59674"
in_subdir = false
2024-02-15 17:48:21 +01:00
autoupdate.strategy = "latest_github_release"
2024-02-23 04:36:15 +01:00
autoupdate.asset = "^bazarr.zip$"
2023-10-27 15:10:20 +02:00
[resources.system_user]
[resources.install_dir]
2023-10-27 15:17:28 +02:00
[resources.ports]
2023-10-27 15:10:20 +02:00
[resources.permissions]
main.url = "/"
2023-10-27 15:17:28 +02:00
main.allowed = "admins"
[resources.apt]
2023-10-28 18:42:35 +02:00
packages = "libxml2-dev, libxslt1-dev, unrar-free, ffmpeg, libatlas-base-dev, python3-venv"