mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Merge pull request #87 from YunoHost-Apps/testing
autoupdate.strategy = "latest_gitlab_release"
This commit is contained in:
commit
d10a63065c
1 changed files with 25 additions and 24 deletions
|
@ -7,7 +7,7 @@ description.fr = "Application de partage de fichiers anonyme"
|
|||
|
||||
version = "0.05.21~ynh2"
|
||||
|
||||
maintainers = ["frju365, cyp"]
|
||||
maintainers = [ "frju365, cyp" ]
|
||||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
@ -47,33 +47,34 @@ ram.runtime = "50M"
|
|||
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.sources.main]
|
||||
url = "https://framagit.org/fiat-tux/hat-softwares/lufi/-/archive/0.05.21/lufi-0.05.21.tar.gz"
|
||||
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]
|
||||
subdirs = ["upload"]
|
||||
[resources.data_dir]
|
||||
subdirs = [ "upload" ]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"build-essential",
|
||||
"libssl-dev",
|
||||
"zlib1g-dev",
|
||||
"libpq-dev",
|
||||
"libio-socket-ssl-perl",
|
||||
"liblwp-protocol-https-perl",
|
||||
"carton",
|
||||
"postgresql",
|
||||
]
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"build-essential",
|
||||
"libssl-dev",
|
||||
"zlib1g-dev",
|
||||
"libpq-dev",
|
||||
"libio-socket-ssl-perl",
|
||||
"liblwp-protocol-https-perl",
|
||||
"carton",
|
||||
"postgresql",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Reference in a new issue