mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/nodebb_ynh into testing
This commit is contained in:
commit
bcbe38cf55
4 changed files with 9 additions and 6 deletions
|
@ -18,7 +18,8 @@ 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.
|
||||
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
||||
|
||||
**Shipped version:** 2.2.4~ynh1
|
||||
**Shipped version:** 2.4.1~ynh1
|
||||
|
||||
|
||||
**Demo:** https://try.nodebb.org
|
||||
|
||||
|
|
|
@ -18,7 +18,8 @@ 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.
|
||||
Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community.
|
||||
|
||||
**Version incluse :** 2.2.4~ynh1
|
||||
**Version incluse :** 2.4.1~ynh1
|
||||
|
||||
|
||||
**Démo :** https://try.nodebb.org
|
||||
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
"en": "Forum software built for the modern web",
|
||||
"fr": "Logiciel de forum conçu pour le Web moderne"
|
||||
},
|
||||
"version": "2.2.5~ynh1",
|
||||
"version": "2.4.1~ynh1",
|
||||
"url": "https://nodebb.org",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
"website": "https://nodebb.org",
|
||||
"demo": "https://try.nodebb.org",
|
||||
"admindoc": "https://docs.nodebb.org",
|
||||
"code": "https://github.com/NodeBB/NodeBB"
|
||||
"code": "https://github.com/NodeBB/NodeBB",
|
||||
"cpe": "cpe:2.3:a:nodebb:nodebb"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
@ -54,4 +55,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
# dependencies used by the app
|
||||
pkg_dependencies="postgresql"
|
||||
nodejs_version=16
|
||||
nodebb_version=v2.2.x
|
||||
nodebb_version=v2.x
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue