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

Merge pull request #15 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-10-05 11:52:24 +02:00 committed by GitHub
commit 6a37575480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 12 deletions

View file

@ -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. 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.9.0~ynh1 **Shipped version:** 23.10.0~ynh1
## Screenshots ## Screenshots
@ -28,7 +28,6 @@ Actual is a local-first personal finance tool. It is 100% free and open-source,
* Official admin documentation: <https://actualbudget.github.io/docs/> * Official admin documentation: <https://actualbudget.github.io/docs/>
* Upstream app code repository: <https://github.com/actualbudget/actual-server> * Upstream app code repository: <https://github.com/actualbudget/actual-server>
* YunoHost documentation for this app: <https://yunohost.org/app_actual>
* Report a bug: <https://github.com/YunoHost-Apps/actual_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/actual_ynh/issues>
## Developer info ## Developer info

View file

@ -18,7 +18,7 @@ Si vous navez 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. 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.9.0~ynh1 **Version incluse :** 23.10.0~ynh1
## Captures décran ## Captures décran
@ -28,7 +28,6 @@ Actual est un outil de finances personnelles local. Il est 100% gratuit et open-
* Documentation officielle de ladmin : <https://actualbudget.github.io/docs/> * Documentation officielle de ladmin : <https://actualbudget.github.io/docs/>
* Dépôt de code officiel de lapp : <https://github.com/actualbudget/actual-server> * Dépôt de code officiel de lapp : <https://github.com/actualbudget/actual-server>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_actual>
* Signaler un bug : <https://github.com/YunoHost-Apps/actual_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/actual_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "Actual"
description.en = "Local-first personal finance tool" description.en = "Local-first personal finance tool"
description.fr = "Premier outil de finances personnelles local" description.fr = "Premier outil de finances personnelles local"
version = "23.9.0~ynh1" version = "23.10.0~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -37,8 +37,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.9.0.tar.gz" url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v23.10.0.tar.gz"
sha256 = "7b2637cae563c74a00bd857f99fa05533d91ebce78cf79fa10876779af2abd69" sha256 = "3b76c4713be3296b680b3046bcf5737dc177680ba4a20f1416e23234eca9cca9"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]

View file

@ -27,11 +27,6 @@ ynh_remove_systemd_config
ynh_remove_nginx_config ynh_remove_nginx_config
#=================================================
# REMOVE DEPENDENCIES
#=================================================
ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove NodeJS # Remove NodeJS
ynh_remove_nodejs ynh_remove_nodejs