mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
63 lines
1.4 KiB
TOML
63 lines
1.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "psitransfer"
|
|
name = "PsiTransfer"
|
|
description.en = "Simple file sharing solution"
|
|
description.fr = "Solution simple de partage de fichiers"
|
|
|
|
version = "2.1.2~ynh3"
|
|
|
|
maintainers = [""]
|
|
|
|
[upstream]
|
|
license = "BSD-2-Clause"
|
|
website = "https://psi.cx/tags/PsiTransfer"
|
|
admindoc = "https://github.com/psi-4ward/psitransfer/tree/master/docs"
|
|
code = "https://github.com/psi-4ward/psitransfer"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "1000M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/psitransfer"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.password]
|
|
help.en = "The password is used to allow access to uploads and admin panel."
|
|
help.fr = "Le mot de passe est utilisé pour autoriser l'accès aux téléchargements et au panneau d'administration."
|
|
type = "password"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/psi-4ward/psitransfer/archive/refs/tags/v2.1.2.tar.gz"
|
|
sha256 = "0c66374d91b1ce00454f368f7426b46bc09ec33622da71201915091ebc60f709"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|