mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
58 lines
1.2 KiB
TOML
58 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "headphones"
|
|
name = "Headphones"
|
|
description.en = "Automated music downloader for NZB and Torrent"
|
|
description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent"
|
|
|
|
version = "0.6.3~ynh2"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-or-later"
|
|
userdoc = "https://github.com/rembo10/headphones/wiki/Usage-guide"
|
|
code = "https://github.com/rembo10/headphones"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.19"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "900M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/headphones"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.3.tar.gz"
|
|
sha256 = "98e5c7bc2c09c689d03d92e6faff697e9cdfb48850a816d8ebdf464e60017cec"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["cache"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages ="python3 python3-venv"
|