1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/documize_ynh.git synced 2024-09-03 18:26:19 +02:00
documize_ynh/manifest.toml
2023-08-21 20:15:52 +02:00

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.9.0~ynh2"
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.2"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "350M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-amd64"
amd64.sha256 = "800a08917a2f14c15ac07eb3db7b71af8f33fd7a7bcf7df780b235c53d38268e"
arm64.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-arm64"
arm64.sha256 = "819c6d8032c1feadd4307e7bede20f16d8a2e0e966059951ba81fc8d6db5f720"
armhf.url = "https://github.com/documize/community/releases/download/v5.9.0/documize-community-linux-arm"
armhf.sha256 = "3ba383e6b0a5b560aa09682b64e86a96423175aadd13d19890b284ca87252f05"
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 = "/"
main.auth_header = false
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"