mirror of
https://github.com/YunoHost-Apps/documize_ynh.git
synced 2024-09-03 18:26:19 +02:00
commit
6d77db8b56
3 changed files with 10 additions and 8 deletions
|
@ -24,7 +24,7 @@ Documize Community is an open source modern, lightweight alternative to Confluen
|
|||
- Designed to unify both customer-facing and internal documentation
|
||||
- Organization through labels, spaces and categories
|
||||
|
||||
**Shipped version:** 5.5.0~ynh2
|
||||
**Shipped version:** 5.5.0~ynh3
|
||||
|
||||
**Demo:** https://docs.documize.com/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Documize Community is an open source modern, lightweight alternative to Confluen
|
|||
- Designed to unify both customer-facing and internal documentation
|
||||
- Organization through labels, spaces and categories
|
||||
|
||||
**Version incluse :** 5.5.0~ynh2
|
||||
**Version incluse :** 5.5.0~ynh3
|
||||
|
||||
**Démo :** https://docs.documize.com/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ 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.5.0~ynh2"
|
||||
version = "5.5.0~ynh3"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -17,13 +17,13 @@ admindoc = "https://docs.documize.com"
|
|||
code = "https://github.com/documize/community"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.16"
|
||||
architectures = ["amd64", "arm64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "350M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
@ -42,17 +42,19 @@ ram.runtime = "50M"
|
|||
[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"
|
||||
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue