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

fix: version and archive url

This commit is contained in:
lesion 2024-05-05 18:42:47 +02:00
parent befeda20f9
commit 5da586a8e4
4 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub. Gancio provide an online agenda open to contributions, and federated with the fediverse using ActivityPub.
**Shipped version:** v1.15.2~ynh1 **Shipped version:** 1.15.5~ynh1
**Demo:** <https://demo.gancio.org/> **Demo:** <https://demo.gancio.org/>

View file

@ -6,7 +6,7 @@ name = "Gancio"
description.en = "Shared agenda for local communities, federated with the fediverse" description.en = "Shared agenda for local communities, federated with the fediverse"
description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse" description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse"
version = "v1.15.5~ynh1" version = "1.15.5~ynh1"
maintainers = ["Lapineige"] maintainers = ["Lapineige"]
@ -57,9 +57,9 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://framagit.org/les/gancio/-/archive/v1.15.5/gancio-v1.15.5.tar.gz" url = "https://framagit.org/les/gancio/-/releases/v1.15.5/downloads/gancio.tgz"
sha256 = "eb540bed176218dff9d47ddc2f61221d5482454f4fe65b302f170704067f2e2a" sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0"
autoupdate.strategy = "latest_gitlab_release" #autoupdate.strategy = "latest_gitlab_release"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
nodejs_version=16 nodejs_version=18
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -67,7 +67,7 @@ ynh_script_progression --message="Installing app dependencies and creating admin
pushd $install_dir pushd $install_dir
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install # Install dependencies ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install # Install dependencies
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn build #ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn build
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH ./server/cli.js users create __ADMIN__ __PASSWORD__ admin --config ./config.json ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH ./server/cli.js users create __ADMIN__ __PASSWORD__ admin --config ./config.json
popd popd