mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
cleaning
This commit is contained in:
parent
53dc499e84
commit
2cdb2ebbb1
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@ demo = "https://try.discourse.org"
|
||||||
code = "https://github.com/discourse/discourse"
|
code = "https://github.com/discourse/discourse"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.18"
|
yunohost = ">= 11.1.21"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -45,10 +45,12 @@ ram.runtime = "50M"
|
||||||
[resources.sources.ldap-auth]
|
[resources.sources.ldap-auth]
|
||||||
url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz"
|
url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz"
|
||||||
sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4"
|
sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4"
|
||||||
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz"
|
url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz"
|
||||||
sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623"
|
sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623"
|
||||||
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
ruby_version="2.7.6"
|
ruby_version="2.7.6"
|
||||||
|
|
||||||
nodejs_version="16"
|
nodejs_version="18"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue