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

70 lines
1.8 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-03-12 08:57:22 +01:00
version = "5.5.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-03-11 22:20:34 +01:00
yunohost = ">= 11.1.15"
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]
amd64.url = "https://github.com/documize/community/releases/download/v5.5.0/documize-community-linux-amd64"
amd64.sha256 = "906ddd69c94a58d743f2818169670aa46ff9101d6270ea671556dabccc157f25"
arm64.url = "https://github.com/documize/community/releases/download/v5.5.0/documize-community-linux-arm64"
arm64.sha256 = "0c9efb78a85f6cbce35abae2356ab91498f8ec3f6786d69cf82ff25ef71cdcd8"
armhf.url = "https://github.com/documize/community/releases/download/v5.5.0/documize-community-linux-arm"
armhf.sha256 = "6d78614742147f8eeb13db7baf5f7c654c457974e351752ac12942d2d138688f"
extract = false
in_subdir = false
rename = "documize"
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"