1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freescout_ynh.git synced 2024-09-03 18:36:23 +02:00
freescout_ynh/manifest.toml
2024-08-30 13:56:18 +02:00

68 lines
1.5 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "freescout"
name = "FreeScout"
description.en = "Help desk & shared mailbox"
description.fr = "Service d'assistance et boîte aux lettres partagée"
version = "1.8.152~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-only"
website = "https://freescout.net/"
demo = "https://demo.freescout.net/login"
admindoc = "https://github.com/freescout-helpdesk/freescout/wiki/Installation-Guide"
code = "https://github.com/freescout-helpdesk/freescout"
[integration]
yunohost = ">= 11.2"
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]
[resources.sources.main]
url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.152.tar.gz"
sha256 = "dc45c851d421b82c181c5c2455c7214dad8f9f7e182a251219dadd0abff520ad"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-mysql, php8.2-mbstring, php8.2-xml, php8.2-imap, php8.2-zip, php8.2-gd, php8.2-curl, php8.2-intl"
[resources.database]
type = "mysql"