mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Update manifest.toml
This commit is contained in:
parent
6e0d05b0cd
commit
4bce726b7d
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "Discourse"
|
||||||
description.en = "Discussion platform"
|
description.en = "Discussion platform"
|
||||||
description.fr = "Plateforme de discussion"
|
description.fr = "Plateforme de discussion"
|
||||||
|
|
||||||
version = "3.1.2~ynh1"
|
version = "3.1.4~ynh1"
|
||||||
|
|
||||||
maintainers = ["JimboJoe"]
|
maintainers = ["JimboJoe"]
|
||||||
|
|
||||||
|
@ -19,8 +19,11 @@ code = "https://github.com/discourse/discourse"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
||||||
sso = true
|
sso = true
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "1G"
|
ram.runtime = "1G"
|
||||||
|
@ -48,8 +51,8 @@ ram.runtime = "1G"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/discourse/discourse/archive/v3.1.2.tar.gz"
|
url = "https://github.com/discourse/discourse/archive/v3.1.4.tar.gz"
|
||||||
sha256 = "7094df4fff5ce06a67179ee485bc7b656300e18dbfe4f1c4a07bdcbe9592f9a8"
|
sha256 = "15a4648fe39411cce6036056a8e806802c35ca3ae016e8751dd375831f3df104"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue