mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
61 lines
1.6 KiB
TOML
61 lines
1.6 KiB
TOML
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"
|
||
|
||
version = "2.5.4~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[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]
|
||
yunohost = ">= 11.2"
|
||
architectures = ["amd64"]
|
||
multi_instance = false
|
||
|
||
ldap = true
|
||
|
||
sso = true
|
||
|
||
disk = "50M"
|
||
ram.build = "4G"
|
||
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.5.4.tar.gz"
|
||
sha256 = "1bd556e617188bd82fe40460a16eaeead495a87b2dd1417b12d2b8b6319ff131"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql, libssl-dev"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|