mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
commit
db0422181a
5 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,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:** 3.1.5~ynh1
|
**Shipped version:** 3.3.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://try.nodebb.org
|
**Demo:** https://try.nodebb.org
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
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 :** 3.1.5~ynh1
|
**Version incluse :** 3.3.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://try.nodebb.org
|
**Démo :** https://try.nodebb.org
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ location __PATH__/ {
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-NginX-Proxy true;
|
proxy_set_header X-NginX-Proxy true;
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "NodeBB"
|
||||||
description.en = "Forum software built for the modern web"
|
description.en = "Forum software built for the modern web"
|
||||||
description.fr = "Logiciel de forum conçu pour le Web moderne"
|
description.fr = "Logiciel de forum conçu pour le Web moderne"
|
||||||
|
|
||||||
version = "3.1.5~ynh1"
|
version = "3.3.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["frju365"]
|
maintainers = ["frju365"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://docs.nodebb.org"
|
||||||
code = "https://github.com/NodeBB/NodeBB"
|
code = "https://github.com/NodeBB/NodeBB"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.20"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=18
|
nodejs_version=20
|
||||||
nodebb_version=v3.x
|
nodebb_version=v3.x
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue