mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
commit
56261e45d4
5 changed files with 9 additions and 9 deletions
|
@ -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~ynh1
|
||||
**Shipped version:** 9.1.0.7~ynh1
|
||||
|
||||
**Demo:** http://demo.noalyss.eu/index.php
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez 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é d’un nombre illimité de sociétés et d’utilisateurs 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 d’y être expressément autorisé.
|
||||
|
||||
**Version incluse :** 9.1.0~ynh1
|
||||
**Version incluse :** 9.1.0.7~ynh1
|
||||
|
||||
**Démo :** http://demo.noalyss.eu/index.php
|
||||
|
||||
|
|
|
@ -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~ynh1"
|
||||
version = "9.1.0.7~ynh1"
|
||||
|
||||
maintainers = ["datatierce"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ demo = "http://demo.noalyss.eu/index.php"
|
|||
admindoc = "https://wiki.noalyss.eu/doku.php"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
@ -45,8 +45,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://download.noalyss.eu/noalyss-package/version-91/noalyss-9100.tar.gz"
|
||||
sha256 = "cc8a6e2c7e7fe2fc5201288091cbf7d90ed997cf71a76369384ba2affd830544"
|
||||
url = "https://download.noalyss.eu/noalyss-package/version-91/noalyss-9107.tar.gz"
|
||||
sha256 = "566f013e1be63326c1c557128145f5c8b9694c0e66bf66a2015e9f7eeeec2b4c"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql libgd-dev php-php-gettext php8.2-pgsql php8.2-zip php8.2-mbstring php8.2-bcmath php8.2-xml php8.2-gmp php8.2-gd"
|
||||
packages = "postgresql, libgd-dev, php-php-gettext, php8.2-pgsql, php8.2-zip, php8.2-mbstring, php8.2-bcmath, php8.2-xml, php8.2-gmp, php8.2-gd"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -32,7 +32,7 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Configuring PHP-FPM..." --weight=3
|
||||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config --usage=low --footprint=low
|
||||
ynh_add_fpm_config
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
|
|
@ -36,7 +36,7 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
|
||||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config --usage=low --footprint=low
|
||||
ynh_add_fpm_config
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
|
Loading…
Reference in a new issue