1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pairdrop_ynh.git synced 2024-09-03 19:56:16 +02:00
pairdrop_ynh/manifest.toml
Éric Gaspar 44d62498ed fix
2023-10-08 14:21:09 +02:00

64 lines
1.4 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "pairdrop"
name = "PairDrop"
description.en = "Local file sharing in your browser"
description.fr = "Partage de fichiers locaux dans votre navigateur"
version = "1.8.2~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "AGPL-3.0-only"
website = "https://pairdrop.net/"
demo = "https://pairdrop.net/"
admindoc = "https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md"
code = "https://github.com/schlagmichdoch/PairDrop"
fund = "https://www.buymeacoffee.com/pairdrop"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/schlagmichdoch/PairDrop/archive/refs/tags/v1.8.2.tar.gz"
sha256 = "901196644912db06dd732357dd0f8088c75bd17589fcbfcb64a139a989225d14"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
turnserver.default = 1194
turnserver.exposed = "Both"
[resources.apt]
packages = "coturn"