mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
f5685f8c0c
* Auto-update README * Bullseye (#95) * Upgrade to bullseye * Auto-update README * Auto-update README * Update check_process * Update manifest.json Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.json * Update upgrade * Auto-update README * Version 2 (#99) * Update install * v2 * Auto-update README * v2 * fix * Auto-update README * Delete updater.sh * fix * fix * Update restore * fix * Update manifest.toml * add sudirs * Update install * cleaning * Update upgrade * Update tests.toml * Update manifest.toml * Update manifest.toml * cleaning * Auto-update README * cleaning * fix --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update manifest.toml * Auto-update README * Update upgrade * Update tests.toml * Fix upgrade script for old versions (#102) We moved from /home/yunohost.transmission to /home/yunohost.app/transmission. Dangling symlinks might exist in the $MEDIA_DIRECTORY... Removing this before ynh_multimedia_build_main_dir will fix this, and the symlinks will be recreated after by ynh_multimedia_addfolder. Also, we're using rm and not ynh_secure_remove because of https://github.com/YunoHost/issues/issues/2253 --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Salamandar <6552989+Salamandar@users.noreply.github.com>
64 lines
1.3 KiB
TOML
64 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "transmission"
|
|
name = "Transmission"
|
|
description.en = "Fast, Easy, and Free BitTorrent Client"
|
|
description.fr = "Client BitTorrent libre et rapide"
|
|
|
|
version = "3.00~ynh2"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
website = "https://www.transmissionbt.com"
|
|
admindoc = "https://github.com/transmission/transmission/wiki"
|
|
code = "https://github.com/transmission/transmission"
|
|
cpe = "cpe:2.3:a:transmissionbt:transmission"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/torrent"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.ports]
|
|
main.default = 9091
|
|
main.exposed = "TCP"
|
|
peer.default = 51413
|
|
peer.exposed = "Both"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = [ "progress", "completed", "watched" ]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
rpc.url = "/transmission/rpc"
|
|
rpc.allowed = "visitors"
|
|
rpc.show_tile = false
|
|
rpc.protected = true
|
|
|
|
[resources.apt]
|
|
packages = "transmission-daemon, transmission-cli, transmission-common, acl"
|