1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/manifest.toml
Éric Gaspar 6825d563ab v2
2023-04-01 15:16:12 +02:00

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.0.2.5~ynh4"
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.15"
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-90/noalyss-9025.tar.gz"
sha256 = "bead66fc92f6551e2cb0e7c0978e593211bb73131ece115543eb278092106448"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql libgd-dev php-php-gettext php8.0-pgsql php8.0-zip php8.0-mbstring php8.0-bcmath php8.0-xml php8.0-gmp php8.0-gd"
[resources.database]
type = "postgresql"