mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
f4dd6a04ab
2 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,7 @@ CodiMD is perfect for open communities, while HackMD emphasizes on permission an
|
|||
* Official user documentation: <https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#User-Guides>
|
||||
* Official admin documentation: <https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#Administration-Guides>
|
||||
* Upstream app code repository: <https://github.com/hackmdio/codimd>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_codimd>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/codimd>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/codimd_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -20,8 +20,11 @@ code = "https://github.com/hackmdio/codimd"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = false
|
||||
|
||||
ldap = true
|
||||
|
||||
sso = true
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
Loading…
Add table
Reference in a new issue