mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
commit
ed1784156c
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more!
|
Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more!
|
||||||
|
|
||||||
**Shipped version:** 2.7.13~ynh2
|
**Shipped version:** 2.7.13~ynh3
|
||||||
|
|
||||||
**Demo:** https://try.discourse.org
|
**Demo:** https://try.discourse.org
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Discourse est un logiciel de forum moderne pour votre communauté. Utilisez-le comme liste de diffusion, forum de discussion, salle de discussion longue durée, et plus encore !
|
Discourse est un logiciel de forum moderne pour votre communauté. Utilisez-le comme liste de diffusion, forum de discussion, salle de discussion longue durée, et plus encore !
|
||||||
|
|
||||||
**Version incluse :** 2.7.13~ynh2
|
**Version incluse :** 2.7.13~ynh3
|
||||||
|
|
||||||
**Démo :** https://try.discourse.org
|
**Démo :** https://try.discourse.org
|
||||||
|
|
||||||
|
|
|
@ -193,7 +193,7 @@ connection_reaper_interval = 30
|
||||||
# set to relative URL (for subdirectory hosting)
|
# set to relative URL (for subdirectory hosting)
|
||||||
# IMPORTANT: path must not include a trailing /
|
# IMPORTANT: path must not include a trailing /
|
||||||
# EG: /forum
|
# EG: /forum
|
||||||
relative_url_root = "__PATH_URL__"
|
relative_url_root = "__PATH__"
|
||||||
|
|
||||||
# increasing this number will increase redis memory use
|
# increasing this number will increase redis memory use
|
||||||
# this ensures backlog (ability of channels to catch up are capped)
|
# this ensures backlog (ability of channels to catch up are capped)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Discussion platform",
|
"en": "Discussion platform",
|
||||||
"fr": "Plateforme de discussion"
|
"fr": "Plateforme de discussion"
|
||||||
},
|
},
|
||||||
"version": "2.7.13~ynh2",
|
"version": "2.7.13~ynh3",
|
||||||
"url": "http://Discourse.org",
|
"url": "http://Discourse.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
Loading…
Reference in a new issue