mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Final update v10 yunohost
This commit is contained in:
parent
ccce75e2e3
commit
e6d4cb9942
3 changed files with 5 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"app": "moncycle.app",
|
||||
"version": "10.0~ynh1",
|
||||
"build": "2024-02-20",
|
||||
"commit": "31f2dd5"
|
||||
"build": "2024-02-21",
|
||||
"commit": "6e19865"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue