1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Merge pull request #58 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-08-18 20:42:45 +02:00 committed by GitHub
commit db0422181a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -19,7 +19,7 @@ Si vous navez 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

View file

@ -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__;

View file

@ -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

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
nodejs_version=18 nodejs_version=20
nodebb_version=v3.x nodebb_version=v3.x
#================================================= #=================================================