1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00
endi_ynh/manifest.toml
2024-07-15 03:31:20 +02:00

89 lines
2.1 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "caerp"
name = "CAERP"
description.en = "Comptability software for CAE companies (french Communauté d'Activité et d'Emploi), the software behind enDi and MoOGLI"
description.fr = "Progiciel de gestion comptable à l'usage des CAE (Communauté d'Activité et d'Emploi), le logiciel de enDi et MoOGLI"
version = "2024.07.12~ynh1"
maintainers = ["Salamandar"]
[upstream]
license = "AGPL-3.0"
website = "https://endi.coop"
demo = "https://demo.endi.coop"
userdoc = "https://doc.endi.coop"
code = "https://framagit.org/caerp/caerp"
[integration]
yunohost = ">= 11.2.12"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://framagit.org/caerp/caerp/-/archive/1eb8228d977cf6f5790e2d1953c61599a6c0b1df/caerp-1eb8228d977cf6f5790e2d1953c61599a6c0b1df.tar.bz2"
sha256 = "87436aa0925ec860569464e329cdd435997e0f90699efea7a2dd590868d83c4b"
autoupdate.strategy = "latest_gitlab_commit"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
admin.url = "/admin"
[resources.apt]
packages = [
"mariadb-server",
"mariadb-client",
# "redis-server",
"build-essential",
"fonts-open-sans",
"libcairo2",
"libfreetype6-dev",
"libfreetype6",
"libgdk-pixbuf-2.0-0",
"libglib2.0-dev",
"libjpeg-dev",
"libmariadb-dev",
"libmariadb-dev-compat",
"libpango-1.0-0",
"libpangocairo-1.0-0",
"libssl-dev",
"libxml2-dev",
"libxslt1-dev",
"python3-mysqldb",
"python3-pip",
"python3-venv",
"zlib1g-dev",
]
[resources.database]
type = "mysql"