1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00

Bump rev, add autoupdate

This commit is contained in:
Salamandar 2024-01-30 10:40:47 +01:00
parent 30a2f47b51
commit 70dfff4b45

View file

@ -7,7 +7,7 @@ name = "Teampass"
description.en = "Passwords Manager"
description.fr = "Gestionnaire de mots de passes"
version = "3.0.0.23~ynh1"
version = "3.0.0.23~ynh2"
maintainers = []
@ -46,9 +46,11 @@ ram.runtime = "50M"
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.23.tar.gz"
sha256 = "b010d1ea2cf0ace9fbeef30b448e864e3bc767f9f6e5beac79f0bf7e359005e7"
[resources.sources.main]
url = "https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.23.tar.gz"
sha256 = "b010d1ea2cf0ace9fbeef30b448e864e3bc767f9f6e5beac79f0bf7e359005e7"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -58,7 +60,17 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-mbstring, php8.2-bcmath, php8.2-iconv, php8.2-xml, php8.2-gd, php8.2-curl, php8.2-mysqli, python3-bcrypt"
packages = [
"mariadb-server",
"php8.2-mbstring",
"php8.2-bcmath",
"php8.2-iconv",
"php8.2-xml",
"php8.2-gd",
"php8.2-curl",
"php8.2-mysqli",
"python3-bcrypt",
]
[resources.database]
type = "mysql"