mirror of
https://github.com/YunoHost-Apps/itflow_ynh.git
synced 2024-09-03 19:26:24 +02:00
8400db9102
[autopatch] Automatic patch attempt for helpers 2.1
69 lines
1.6 KiB
TOML
69 lines
1.6 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "itflow"
|
|
name = "ITFlow"
|
|
description.en = "IT documentation, ticketing and accounting system for small MSPs"
|
|
description.fr = "Système de documentation, de billetterie et de comptabilité pour les petits MSP"
|
|
|
|
version = "2024.08.29~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
website = "https://itflow.org/"
|
|
demo = "https://demo.itflow.org/"
|
|
admindoc = "https://docs.itflow.org/installation"
|
|
code = "https://github.com/itflow-org/itflow"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.29"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/itflow"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/itflow-org/itflow/archive/8ddb450f6f4a2721870a72caa094a0dbeacbd5da.tar.gz"
|
|
sha256 = "1338986ad63ad37830455c3e3921403353bd71911cac550eefe306cf4e964c9f"
|
|
autoupdate.upstream = "https://github.com/itflow-org/itflow"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.2-intl, php8.2-imap, php8.2-mailparse, php8.2-mysqli, php8.2-curl, mariadb-server"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|