mirror of
https://github.com/YunoHost-Apps/filepizza_ynh.git
synced 2024-09-03 18:36:01 +02:00
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "filepizza"
|
|
name = "FilePizza"
|
|
description.en = "Peer-to-peer file transfers in your browser"
|
|
description.fr = "Transferts de fichiers pair-à-pair dans votre navigateur"
|
|
|
|
version = "1.1.0~ynh7"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "BSD-3-Clause"
|
|
website = "https://file.pizza/"
|
|
demo = "https://file.pizza/"
|
|
code = "https://github.com/kern/filepizza"
|
|
|
|
[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/kern/filepizza/archive/e4fb3431fb5f3b3e5593e44df3837017ffc10f86.tar.gz"
|
|
sha256 = "41afd7f607490db9263ea8a4a6a179cbc700f18cbf7670334a6d92fed413d7bf"
|
|
autoupdate.upstream = "https://github.com/kern/filepizza"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.ports]
|
|
turn.default = 3478
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|