1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/qbittorrent_ynh.git synced 2024-09-03 20:16:10 +02:00
qbittorrent_ynh/manifest.toml

69 lines
1.7 KiB
TOML
Raw Normal View History

2023-02-26 22:48:57 +01:00
packaging_format = 2
2023-02-26 22:48:15 +01:00
id = "qbittorrent"
name = "qBittorrent"
description.en = "A bittorrent client that aims to be a good alternative to all other bittorrent clients."
description.fr = ""
2023-02-26 22:48:57 +01:00
2023-03-02 15:39:16 +01:00
version = "4.2.5~ynh1"
2023-02-26 22:48:57 +01:00
2023-02-26 22:48:15 +01:00
maintainers = ["kay0u"]
2023-02-26 22:48:57 +01:00
[upstream]
2023-02-26 22:48:15 +01:00
license = "GPL-3.0-or-later"
website = "hhttps://www.qbittorrent.org"
admindoc = "https://github.com/qbittorrent/qBittorrent/wiki"
code = "https://github.com/qbittorrent/qBittorrent"
cpe = "cpe:2.3:a:qbittorrent:qbittorrent"
2023-02-26 22:48:57 +01:00
[integration]
2023-02-26 22:48:15 +01:00
yunohost = ">= 11.1.10"
2023-02-26 22:48:57 +01:00
architectures = "all"
multi_instance = true
2023-02-26 22:48:15 +01:00
ldap = false
sso = false
2023-02-26 22:48:57 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
2023-02-26 22:48:15 +01:00
default = "/qbittorrent"
2023-02-26 22:48:57 +01:00
[install.admin]
type = "user"
2023-03-02 18:55:33 +01:00
[install.init_main_permission]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
type = "group"
default = "admins"
2023-02-26 22:48:57 +01:00
2023-02-26 22:48:15 +01:00
#[install.password]
## this is a generic question - ask strings are automatically handled by YunoHost's core
## Note that user-provided passwords questions are not automatically saved as setting
#help.en = "Use the help field to add an information for the admin about this question."
#help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
#type = "password"
2023-02-26 22:48:57 +01:00
2023-02-26 22:48:15 +01:00
[resources]
2023-02-26 22:48:57 +01:00
[resources.system_user]
[resources.install_dir]
2023-03-02 15:27:11 +01:00
[resources.data_dir]
2023-02-26 22:48:57 +01:00
[resources.permissions]
main.url = "/"
2023-03-02 17:47:09 +01:00
main.protected = true
2023-02-26 22:48:57 +01:00
[resources.ports]
2023-02-26 22:48:15 +01:00
main.default = 30000
2023-02-26 22:48:57 +01:00
[resources.apt]
2023-02-26 22:48:15 +01:00
packages = "qbittorrent-nox"