mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
62 lines
1.4 KiB
TOML
62 lines
1.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "noalyss"
|
|
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"
|
|
|
|
maintainers = ["datatierce"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "http://noalyss.eu"
|
|
demo = "http://demo.noalyss.eu/index.php"
|
|
admindoc = "https://wiki.noalyss.eu/doku.php"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.19"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/noalyss"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = false
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://download.noalyss.eu/noalyss-package/version-91/noalyss-9100.tar.gz"
|
|
sha256 = "cc8a6e2c7e7fe2fc5201288091cbf7d90ed997cf71a76369384ba2affd830544"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
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"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|