mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
commit
5b539f52a5
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance.
|
NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance.
|
||||||
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
||||||
|
|
||||||
**Shipped version:** 1.19.3~ynh1
|
**Shipped version:** 1.19.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://try.nodebb.org
|
**Demo:** https://try.nodebb.org
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance.
|
NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance.
|
||||||
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
||||||
|
|
||||||
**Version incluse :** 1.19.3~ynh1
|
**Version incluse :** 1.19.6~ynh1
|
||||||
|
|
||||||
**Démo :** https://try.nodebb.org
|
**Démo :** https://try.nodebb.org
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"postgres": {
|
"postgres": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"username": "__DB_NAME__",
|
"username": "__DB_USER__",
|
||||||
"password": "__DB_PWD__",
|
"password": "__DB_PWD__",
|
||||||
"database": "__DB_NAME__"
|
"database": "__DB_NAME__"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Forum software built for the modern web",
|
"en": "Forum software built for the modern web",
|
||||||
"fr": "Logiciel de forum conçu pour le Web moderne"
|
"fr": "Logiciel de forum conçu pour le Web moderne"
|
||||||
},
|
},
|
||||||
"version": "1.19.3~ynh1",
|
"version": "1.19.6~ynh1",
|
||||||
"url": "https://nodebb.org",
|
"url": "https://nodebb.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue