1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

autoupdate.strategy = "latest_gitlab_release"

This commit is contained in:
OniriCorpe 2024-02-12 23:03:37 +01:00
parent 95527a81cf
commit 97951e0554

View file

@ -7,7 +7,7 @@ description.fr = "Application de partage de fichiers anonyme"
version = "0.05.21~ynh2" version = "0.05.21~ynh2"
maintainers = ["frju365, cyp"] maintainers = [ "frju365, cyp" ]
[upstream] [upstream]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
@ -47,24 +47,25 @@ ram.runtime = "50M"
default = false default = false
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://framagit.org/fiat-tux/hat-softwares/lufi/-/archive/0.05.21/lufi-0.05.21.tar.gz" url = "https://framagit.org/fiat-tux/hat-softwares/lufi/-/archive/0.05.21/lufi-0.05.21.tar.gz"
sha256 = "a1da42688d82239a9441355ad0e1d773e24d0225edcdc463b425a5032133765a" sha256 = "a1da42688d82239a9441355ad0e1d773e24d0225edcdc463b425a5032133765a"
autoupdate.strategy = "latest_gitlab_release"
[resources.ports] [resources.ports]
[resources.system_user] [resources.system_user]
[resources.install_dir] [resources.install_dir]
[resources.data_dir] [resources.data_dir]
subdirs = ["upload"] subdirs = [ "upload" ]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql carton" packages = "build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql carton"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"