mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Merge pull request #185 from YunoHost-Apps/testing
Testing - fix ldap, bump nodejs
This commit is contained in:
commit
3d822d8a86
8 changed files with 16 additions and 12 deletions
|
@ -25,7 +25,7 @@ It shall NOT be edited by hand.
|
|||
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**Shipped version:** 2.8.14~ynh3
|
||||
**Shipped version:** 2.8.14~ynh4
|
||||
|
||||
**Demo:** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ No se debe editar a mano.
|
|||
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**Versión actual:** 2.8.14~ynh3
|
||||
**Versión actual:** 2.8.14~ynh4
|
||||
|
||||
**Demo:** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ EZ editatu eskuz.
|
|||
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2.8.14~ynh3
|
||||
**Paketatutako bertsioa:** 2.8.14~ynh4
|
||||
|
||||
**Demoa:** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Pour en savoir plus sur la philosophie et les objectifs du projet, [visitez **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**Version incluse :** 2.8.14~ynh3
|
||||
**Version incluse :** 2.8.14~ynh4
|
||||
|
||||
**Démo :** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ NON debe editarse manualmente.
|
|||
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.8.14~ynh3
|
||||
**Versión proporcionada:** 2.8.14~ynh4
|
||||
|
||||
**Demo:** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
|
||||
|
||||
|
||||
**分发版本:** 2.8.14~ynh3
|
||||
**分发版本:** 2.8.14~ynh4
|
||||
|
||||
**演示:** <https://try.discourse.org>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Discourse"
|
|||
description.en = "Discussion platform"
|
||||
description.fr = "Plateforme de discussion"
|
||||
|
||||
version = "2.8.14~ynh3"
|
||||
version = "2.8.14~ynh4"
|
||||
|
||||
maintainers = ["JimboJoe"]
|
||||
|
||||
|
@ -46,14 +46,18 @@ ram.runtime = "1G"
|
|||
|
||||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.ldap-auth]
|
||||
url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz"
|
||||
sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4"
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz"
|
||||
sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.sources.ldap-auth]
|
||||
url = "https://github.com/jonmbake/discourse-ldap-auth/archive/refs/tags/v0.6.1.tar.gz"
|
||||
sha256 = "04b380ff1b7c5a7eade24f4cc86c5fbcb9ac6c61393454dcd268c1ec14a81cdf"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.upstream = "https://github.com/jonmbake/discourse-ldap-auth"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
ruby_version="3.0.0"
|
||||
|
||||
nodejs_version="16"
|
||||
nodejs_version="18"
|
||||
|
||||
libjemalloc="$(ldconfig -p | grep libjemalloc | awk 'END {print $NF}')"
|
||||
|
||||
|
|
Loading…
Reference in a new issue