From e9847a225350e600391130a7b2bae7a6b64c8750 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 3 Aug 2023 20:15:13 +0200 Subject: [PATCH 1/7] Upgrade to v23.8.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 14dff16..c461f3e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "23.7.2~ynh2" +version = "23.8.0~ynh2" maintainers = ["eric_G"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.7.2.tar.gz" - sha256 = "6492d63f773469b9933a4b5923ca91e000a3df7b5d9bc718fed84da8ea2a6a97" + url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.8.0.tar.gz" + sha256 = "088449e0cd4a4d32e45c44356b21d62c3f4c925088b26d74cfc0b5be3d2aff5e" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 0fe739ebc588198d2e2994e2ab37c410085a2287 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 3 Aug 2023 18:15:15 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5a8d52..a35007d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 23.7.2~ynh2 +**Shipped version:** 23.8.0~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 566b3ff..1e6724d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 23.7.2~ynh2 +**Version incluse :** 23.8.0~ynh2 ## Captures d’écran From 8866c8e4d9697f17a77642cba8f681c6fdf56f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:26:18 +0200 Subject: [PATCH 3/7] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c461f3e..58ea2f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "23.8.0~ynh2" +version = "23.8.0~ynh1" maintainers = ["eric_G"] @@ -15,7 +15,7 @@ admindoc = "https://actualbudget.github.io/docs/" code = "https://github.com/actualbudget/actual-server" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false From 3ef44cecab4cf085d9479511a3e345914806fc6c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 5 Aug 2023 13:26:23 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a35007d..444f2c0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 23.8.0~ynh2 +**Shipped version:** 23.8.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1e6724d..e8ce605 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 23.8.0~ynh2 +**Version incluse :** 23.8.0~ynh1 ## Captures d’écran From ed94d3e0c2d305f15a2c8fc66a6c276cdad5deba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:27:20 +0200 Subject: [PATCH 5/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 58ea2f9..7aaf0fd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - subdirs = ["user-files", "server-files"] + subdirs = ["data/user-files", "data/server-files"] [resources.permissions] main.url = "/" From 5da34af6ad73eacdbd0c171be4e85edfa7d3ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:27:39 +0200 Subject: [PATCH 6/7] Update config.json --- conf/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 0da2433..7a92077 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,5 +1,5 @@ { "port": "__PORT__", - "serverFiles": "__DATA_DIR__/server-files", - "userFiles": "__DATA_DIR__/user-files" + "serverFiles": "__DATA_DIR__/data/server-files", + "userFiles": "__DATA_DIR__/data/user-files" } \ No newline at end of file From e7d86ee1162f7bbab7e671e77acee28239a8319c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:39:03 +0200 Subject: [PATCH 7/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7aaf0fd..ef80b93 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "850M" ram.runtime = "50M" [install]