diff --git a/README.md b/README.md index b88d5d9..1b663ca 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** v1.15.2~ynh1 +**Shipped version:** 1.15.5~ynh1 **Demo:** diff --git a/manifest.toml b/manifest.toml index b03c8dd..6f3b2be 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ name = "Gancio" 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" -version = "v1.15.5~ynh1" +version = "1.15.5~ynh1" maintainers = ["Lapineige"] @@ -57,9 +57,9 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://framagit.org/les/gancio/-/archive/v1.15.5/gancio-v1.15.5.tar.gz" - sha256 = "eb540bed176218dff9d47ddc2f61221d5482454f4fe65b302f170704067f2e2a" - autoupdate.strategy = "latest_gitlab_release" + url = "https://framagit.org/les/gancio/-/releases/v1.15.5/downloads/gancio.tgz" + sha256 = "34090ca1a132f983529fb7582dae9d9f707256c005721933c90ad1386fe238f0" + #autoupdate.strategy = "latest_gitlab_release" [resources.system_user] allow_email = true diff --git a/scripts/_common.sh b/scripts/_common.sh index b818f0f..9195d57 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=18 #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index d9ce7a5..9f32779 100644 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,7 @@ ynh_script_progression --message="Installing app dependencies and creating admin pushd $install_dir 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 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 popd