2023-02-07 08:44:26 +01:00
|
|
|
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"
|
|
|
|
|
2023-08-21 20:15:52 +02:00
|
|
|
version = "5.9.0~ynh2"
|
2023-02-07 08:44:26 +01:00
|
|
|
|
|
|
|
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]
|
2023-08-18 11:24:23 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-02-07 08:58:25 +01:00
|
|
|
architectures = ["amd64", "arm64", "armhf"]
|
2023-02-07 08:44:26 +01:00
|
|
|
multi_instance = true
|
2023-02-07 08:50:20 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-03-12 09:11:57 +01:00
|
|
|
ram.build = "350M"
|
2023-02-07 08:50:20 +01:00
|
|
|
ram.runtime = "50M"
|
2023-02-07 08:44:26 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-03-11 22:20:04 +01:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-08-21 20:15:52 +02:00
|
|
|
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"
|
2023-03-11 22:20:04 +01:00
|
|
|
extract = false
|
|
|
|
in_subdir = false
|
|
|
|
rename = "documize"
|
|
|
|
|
2023-04-04 17:37:38 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-04-05 16:51:15 +02:00
|
|
|
autoupdate.asset.amd64 = "^documize-community-linux-amd64$"
|
|
|
|
autoupdate.asset.arm64 = "^documize-community-linux-arm64$"
|
|
|
|
autoupdate.asset.armhf = "^documize-community-linux-arm$"
|
2023-04-04 17:37:38 +02:00
|
|
|
|
2023-02-07 08:44:26 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
2023-02-07 08:56:27 +01:00
|
|
|
[resources.ports]
|
|
|
|
|
2023-02-07 08:44:26 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-06-03 00:25:35 +02:00
|
|
|
main.auth_header = false
|
2023-02-07 08:44:26 +01:00
|
|
|
|
2023-02-07 08:56:27 +01:00
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
2023-03-11 22:27:38 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|