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

72 lines
2 KiB
TOML
Raw Normal View History

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-05-15 23:00:18 +02:00
version = "5.7.0~ynh1"
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-05-15 23:02:07 +02:00
yunohost = ">= 11.1.19"
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"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-03-11 22:20:04 +01:00
[resources.sources]
[resources.sources.main]
2023-05-15 23:02:07 +02:00
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"
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-02-07 08:56:27 +01:00
[resources.apt]
packages = "postgresql"
2023-03-11 22:27:38 +01:00
[resources.database]
type = "postgresql"