2023-04-27 18:37:24 +02:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "codimd"
|
|
|
|
|
name = "CodiMD"
|
|
|
|
|
description.en = "Collaborative editor to work on notes written in Markdown"
|
|
|
|
|
description.fr = "Éditeur collaboratif pour travailler sur des notes en Markdown"
|
|
|
|
|
|
2023-12-24 18:20:53 +01:00
|
|
|
|
version = "2.4.2~ynh3"
|
2023-04-27 18:37:24 +02:00
|
|
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
website = "https://hackmd.io/"
|
|
|
|
|
admindoc = "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#Administration-Guides"
|
|
|
|
|
userdoc = "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#User-Guides"
|
|
|
|
|
code = "https://github.com/hackmdio/codimd"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-12-24 18:20:53 +01:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-04-27 18:37:24 +02:00
|
|
|
|
architectures = ["amd64"]
|
|
|
|
|
multi_instance = false
|
2023-12-24 18:20:53 +01:00
|
|
|
|
|
2023-04-27 18:37:24 +02:00
|
|
|
|
ldap = true
|
2023-12-24 18:20:53 +01:00
|
|
|
|
|
2023-04-27 18:37:24 +02:00
|
|
|
|
sso = true
|
2023-12-24 18:20:53 +01:00
|
|
|
|
|
2023-04-27 18:37:24 +02:00
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
help.en = "If enabled, CodiMD will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
|
|
|
|
help.fr = "Si cette case est cochée, CodiMD sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources.main]
|
|
|
|
|
url = "https://github.com/hackmdio/codimd/archive/refs/tags/2.4.2.tar.gz"
|
|
|
|
|
sha256 = "ba471b58ac0b3307544311eddc99afc27df8dbd07cd85bf2f4f9687e80cf0730"
|
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-12-24 18:20:53 +01:00
|
|
|
|
packages = "postgresql, libssl-dev"
|
2023-04-27 18:37:24 +02:00
|
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
|
type = "postgresql"
|