2023-11-20 23:01:30 +01:00
|
|
|
#: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"
|
|
|
|
|
2024-08-30 13:56:18 +02:00
|
|
|
version = "1.8.152~ynh1"
|
2023-11-20 23:01:30 +01:00
|
|
|
|
2024-03-19 17:39:04 +01:00
|
|
|
maintainers = []
|
2023-11-20 23:01:30 +01:00
|
|
|
|
|
|
|
[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]
|
2024-08-30 13:56:18 +02:00
|
|
|
url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.152.tar.gz"
|
|
|
|
sha256 = "dc45c851d421b82c181c5c2455c7214dad8f9f7e182a251219dadd0abff520ad"
|
2023-11-20 23:01:30 +01:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-11-20 23:17:23 +01:00
|
|
|
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"
|
2023-11-20 23:01:30 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|