1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
headphones_ynh/manifest.toml

59 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2023-05-25 13:10:35 +02:00
packaging_format = 2
id = "headphones"
name = "Headphones"
description.en = "Automated music downloader for NZB and Torrent"
2023-05-25 13:17:47 +02:00
description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent"
2023-05-25 13:10:35 +02:00
2024-06-29 15:59:28 +02:00
version = "0.6.3~ynh2"
2023-05-25 13:10:35 +02:00
maintainers = []
[upstream]
license = "GPL-3.0-or-later"
userdoc = "https://github.com/rembo10/headphones/wiki/Usage-guide"
code = "https://github.com/rembo10/headphones"
[integration]
2023-05-25 13:16:24 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-05-25 19:33:29 +02:00
multi_instance = false
2023-05-25 13:16:24 +02:00
ldap = false
sso = false
disk = "50M"
2023-05-26 08:49:59 +02:00
ram.build = "900M"
2023-05-25 13:16:24 +02:00
ram.runtime = "50M"
2023-05-25 13:10:35 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/headphones"
[install.init_main_permission]
type = "group"
2023-05-25 19:45:17 +02:00
default = "visitors"
2023-05-25 13:10:35 +02:00
[resources]
[resources.sources.main]
2024-05-27 03:36:30 +02:00
url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.3.tar.gz"
sha256 = "98e5c7bc2c09c689d03d92e6faff697e9cdfb48850a816d8ebdf464e60017cec"
2023-05-25 13:16:24 +02:00
autoupdate.strategy = "latest_github_tag"
2023-05-25 13:10:35 +02:00
2023-05-25 13:16:24 +02:00
[resources.ports]
2023-05-25 13:10:35 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-05-25 18:47:33 +02:00
subdirs = ["cache"]
2023-05-25 13:10:35 +02:00
[resources.permissions]
main.url = "/"
2023-05-25 13:16:24 +02:00
[resources.apt]
packages ="python3 python3-venv"