mirror of
https://github.com/YunoHost-Apps/documize_ynh.git
synced 2024-09-03 18:26:19 +02:00
71 lines
2 KiB
TOML
71 lines
2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "documize"
|
|
name = "Documize"
|
|
description.en = "Modern Confluence alternative designed for internal & external docs"
|
|
description.fr = "Alternative à Confluence conçue pour les documents internes et externes"
|
|
|
|
version = "5.7.0~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "https://www.documize.com"
|
|
demo = "https://docs.documize.com/"
|
|
admindoc = "https://docs.documize.com"
|
|
code = "https://github.com/documize/community"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.19"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "350M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
full_domain = true
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/documize/community/releases/download/v5.7.0/documize-community-linux-amd64"
|
|
amd64.sha256 = "b0a139b25e8e0650b0ca961d79034efafa7da464eb888277ec90ffab6622fa67"
|
|
arm64.url = "https://github.com/documize/community/releases/download/v5.7.0/documize-community-linux-arm64"
|
|
arm64.sha256 = "16db247cb74f81f9ae86664f67c0f07ecbb9a42914438a3537885de067554394"
|
|
armhf.url = "https://github.com/documize/community/releases/download/v5.7.0/documize-community-linux-arm"
|
|
armhf.sha256 = "6c35960b3ec74674d33574086d083b918e519cfca80e0dafbdeb9b960bace483"
|
|
extract = false
|
|
in_subdir = false
|
|
rename = "documize"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.amd64 = "^documize-community-linux-amd64$"
|
|
autoupdate.asset.arm64 = "^documize-community-linux-arm64$"
|
|
autoupdate.asset.armhf = "^documize-community-linux-arm$"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|