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

55 lines
979 B
TOML
Raw Normal View History

2023-08-06 15:59:27 +02:00
packaging_format = 2
id = "deluge"
name = "Deluge"
description.en = "Lightweight BitTorrent client"
description.fr = "Client BitTorrent léger"
2023-08-18 16:01:10 +02:00
version = "2.0.3~ynh3"
2023-08-06 15:59:27 +02:00
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-or-later"
2023-08-06 16:29:09 +02:00
website = "https://www.deluge-torrent.org/"
2023-08-06 16:14:37 +02:00
admindoc = "https://deluge.readthedocs.io/en/latest/"
2023-08-06 15:59:27 +02:00
code = "https://git.deluge-torrent.org/deluge"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
2023-08-06 16:14:37 +02:00
ram.build = "100M"
2023-08-06 15:59:27 +02:00
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/deluge"
2023-08-18 15:13:51 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-08-06 15:59:27 +02:00
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8112
[resources.apt]
packages = "deluge deluged deluge-console deluge-web"