2023-04-27 11:08:37 +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"
|
|
|
|
|
|
2024-06-18 08:45:46 +02:00
|
|
|
|
version = "2.5.4~ynh1"
|
2023-04-27 11:08:37 +02:00
|
|
|
|
|
2024-02-14 11:14:09 +01:00
|
|
|
|
maintainers = []
|
2023-04-27 11:08:37 +02:00
|
|
|
|
|
|
|
|
|
[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-08-18 11:27:18 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-04-27 11:08:37 +02:00
|
|
|
|
architectures = ["amd64"]
|
|
|
|
|
multi_instance = false
|
2023-12-24 14:31:21 +01:00
|
|
|
|
|
2023-04-27 11:08:37 +02:00
|
|
|
|
ldap = true
|
2023-12-24 14:31:21 +01:00
|
|
|
|
|
2023-04-27 11:08:37 +02:00
|
|
|
|
sso = true
|
2023-12-24 14:31:21 +01:00
|
|
|
|
|
2023-04-27 11:08:37 +02:00
|
|
|
|
disk = "50M"
|
2023-12-26 13:03:54 +01:00
|
|
|
|
ram.build = "4G"
|
2023-04-27 11:08:37 +02:00
|
|
|
|
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]
|
2024-06-18 08:48:34 +02:00
|
|
|
|
url = "https://github.com/hackmdio/codimd/archive/refs/tags/2.5.4.tar.gz"
|
|
|
|
|
sha256 = "1bd556e617188bd82fe40460a16eaeead495a87b2dd1417b12d2b8b6319ff131"
|
2023-04-27 11:08:37 +02:00
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-09-12 12:52:46 +02:00
|
|
|
|
packages = "postgresql, libssl-dev"
|
2023-04-27 11:08:37 +02:00
|
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
|
type = "postgresql"
|