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

66 lines
1.4 KiB
TOML
Raw Normal View History

2023-04-01 15:05:36 +02:00
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)"
2024-02-11 22:36:21 +01:00
version = "9.1.0.7~ynh2"
2023-04-01 15:05:36 +02:00
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]
2023-11-07 18:36:04 +01:00
yunohost = ">= 11.2"
2023-04-01 15:16:12 +02:00
architectures = "all"
2023-04-01 15:05:36 +02:00
multi_instance = false
2024-02-11 22:36:21 +01:00
2023-04-01 15:16:12 +02:00
ldap = false
2024-02-11 22:36:21 +01:00
2023-04-01 15:16:12 +02:00
sso = false
2024-02-11 22:36:21 +01:00
2023-04-01 15:16:12 +02:00
disk = "50M"
2023-06-03 21:45:08 +02:00
ram.build = "1000M"
2023-04-01 15:16:12 +02:00
ram.runtime = "50M"
2023-04-01 15:05:36 +02:00
[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]
2023-11-07 18:36:04 +01:00
url = "https://download.noalyss.eu/noalyss-package/version-91/noalyss-9107.tar.gz"
sha256 = "566f013e1be63326c1c557128145f5c8b9694c0e66bf66a2015e9f7eeeec2b4c"
2023-04-01 15:05:36 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-01 15:16:12 +02:00
[resources.apt]
2023-11-07 18:36:04 +01:00
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"
2023-04-01 15:16:12 +02:00
2023-04-01 15:05:36 +02:00
[resources.database]
type = "postgresql"