1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

Merge pull request #46 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-02-11 22:37:27 +01:00 committed by GitHub
commit e8207214d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Noalyss is an accounting server intended to be hosted on the Internet in order to contain the accounting of an unlimited number of companies and users who do not know each other. Each company has its own accounting files, its own users, and cannot interfere with the accounting of others, unless expressly authorized to do so.
**Shipped version:** 9.1.0.7~ynh1
**Shipped version:** 9.1.0.7~ynh2
**Demo:** http://demo.noalyss.eu/index.php

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Noalyss est un serveur de comptabilité destiné à être hébergé sur Internet afin de contenir la comptabilité dun nombre illimité de sociétés et dutilisateurs ne se connaissant pas. Chaque société a ses propres dossiers comptables, ses propres utilisateurs, et ne peut pas interférer avec la comptabilité des autres, à moins dy être expressément autorisé.
**Version incluse :** 9.1.0.7~ynh1
**Version incluse :** 9.1.0.7~ynh2
**Démo :** http://demo.noalyss.eu/index.php

View file

@ -1,4 +1,4 @@
To conclude, please open the admin configuration page of your NOALYSS domain: https://__DOMAIN____PATH__install.php
To conclude, please open the admin configuration page of your NOALYSS domain: https://__DOMAIN____PATH__/install.php
You will have to:
1. Select the language you want and click on "Continuer" (FR) / "Continue" (EN).
2. Scroll the page down and click on the button "Commencer la mise à jour ou l'installation ?" (FR) / "Start the update or the installation ?\" (EN)

View file

@ -1,4 +1,4 @@
Pour conclure l'installation, veuillez ouvrir la page de configuration admin de votre domaine NOALYSS : https://__DOMAIN____PATH__install.php
Pour conclure l'installation, veuillez ouvrir la page de configuration admin de votre domaine NOALYSS : https://__DOMAIN____PATH__/install.php
1. Sélectionnez la langue souhaitée et cliquez sur "Continuer" (FR) / "Continuer" (EN).
2. Faites défiler la page vers le bas et cliquez sur le bouton "Commencer la mise à jour ou l'installation ?" (FR) / "Lancer la mise à jour ou l'installation ?\" (EN)

View file

@ -5,7 +5,7 @@ name = "Noalyss"
description.en = "Accounting free software (Belgian and French accounting)"
description.fr = "Logiciel libre de comptabilité (comptabilité Belge et Française)"
version = "9.1.0.7~ynh1"
version = "9.1.0.7~ynh2"
maintainers = ["datatierce"]
@ -19,8 +19,11 @@ admindoc = "https://wiki.noalyss.eu/doku.php"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "1000M"
ram.runtime = "50M"