From e6d4cb9942a96a36f2608258c9c6447df57755c4 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 17:49:06 +0700 Subject: [PATCH] Final update v10 yunohost --- conf/version.json | 4 ++-- doc/POST_INSTALL.md | 2 +- manifest.toml | 7 ++----- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/conf/version.json b/conf/version.json index 38a35cc..83ce69b 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", "version": "10.0~ynh1", - "build": "2024-02-20", - "commit": "31f2dd5" + "build": "2024-02-21", + "commit": "6e19865" } diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index f268c09..9f0e131 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,4 +1,4 @@ * After installing, you can create your own user using the form -* Once done, you can (if you want) set the account creation to false in the config panel +* Once done, you can (if you want) set the account creation to false in `/var/www/moncycle/config.php` * If you want to use the app in PWA mode, be sure to be connected to your account first * After upgrading from 7.0 to 9.0, you may experience issues if you don't clean your browser cache diff --git a/manifest.toml b/manifest.toml index 4bfda05..b01bc00 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,8 +34,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/31f2dd5272d617de30ee58e79052b3af7ae5b5d4.zip" - sha256 = "7f8fd2f7b28c16a308a67f476b34f2797b10a8f6285c36aa71b6876b845baf80" + url = "https://github.com/jean-io/moncycle.app/archive/6e198655d54370f782f9c74a7361724a87090f13.zip" + sha256 = "9bc1ee0890ee649c0ee16f56de2165778f398be450201be9329c25675ca457e8" [resources.system_user] @@ -49,6 +49,3 @@ ram.runtime = "50M" [resources.database] type = "mysql" - - [main.main.CREATION_COMPTE] - CREATION_COMPTE="true"