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
2023-08-17 22:22:08 +02:00

50 lines
899 B
TOML

packaging_format = 2
id = "deluge"
name = "Deluge"
description.en = "Lightweight BitTorrent client"
description.fr = "Client BitTorrent léger"
version = "2.0.3~ynh2"
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-or-later"
website = "https://www.deluge-torrent.org/"
admindoc = "https://deluge.readthedocs.io/en/latest/"
code = "https://git.deluge-torrent.org/deluge"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/deluge"
[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"