1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
lufi_ynh/manifest.toml
Éric Gaspar 27ed0d5684
Testing (#83)
* Small fixs

* Auto-update README

* Version 2 (#79)

* v2

* Auto-update README

* v2

* Auto-update README

* fix

* Update install

* Update systemd.service

* fix

* fix

* fix

* fix

* Update manifest.toml

* cleaning

* Update config_panel.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Delete check_process

* Update manifest.toml

* Update tests.toml

* fix(upgrade): missing use_ldap in upgrade (#82)

* fix(upgrade): missing use_ldap loading in upgrade

* style: tabs

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Hugo Poissonnet <hugo@poissonnet.fr>
2023-07-18 18:36:37 +02:00

70 lines
1.7 KiB
TOML

packaging_format = 2
id = "lufi"
name = "Lufi"
description.en = "Files and sharing anonymous application"
description.fr = "Application de partage de fichiers anonyme"
version = "0.05.21~ynh2"
maintainers = ["frju365, cyp"]
[upstream]
license = "AGPL-3.0-or-later"
demo = "https://demo.lufi.io/"
admindoc = "https://framagit.org/luc/lufi/wikis/home"
code = "https://framagit.org/fiat-tux/hat-softwares/lufi"
website = "https://git.framasoft.org/luc/lufi"
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "550M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/lufi"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.use_ldap]
ask.en = "Install Lufi with LDAP configuration?"
ask.fr = "Installer Lufi avec la configuration LDAP ?"
help.en = "Lufi with LDAP enabled will allow only YunoHost users to upload."
help.fr = "Lufi avec LDAP activé autorisera seulement les utilisateurs YunoHost à téléverser."
type = "boolean"
default = false
[resources]
[resources.sources.main]
url = "https://framagit.org/fiat-tux/hat-softwares/lufi/-/archive/0.05.21/lufi-0.05.21.tar.gz"
sha256 = "a1da42688d82239a9441355ad0e1d773e24d0225edcdc463b425a5032133765a"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = "upload"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql carton"
[resources.database]
type = "postgresql"