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

Add autoupdate, add toml schemas

This commit is contained in:
Salamandar 2024-01-18 00:25:16 +01:00
parent b5b1b4a3ae
commit 697f01aa88
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "wikijs"
@ -5,7 +7,7 @@ name = "Wiki.js"
description.en = "Open source powerful wiki app built on Node.js, Git and Markdown"
description.fr = "Wiki open source propulsé par Node.js, Git et Markdown"
version = "2.5.298~ynh1"
version = "2.5.298~ynh2"
maintainers = ["yalh76"]
@ -43,6 +45,9 @@ ram.runtime = "50M"
sha256 = "3bb290d77e3387dba5958c906629a6c5f751c17787903f1a021cbfa51cc88f1a"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "wiki-js.tar.gz"
[resources.ports]
[resources.system_user]

View file

@ -1,7 +1,9 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
# ------------