@julian That's ok! I figured it out that the problem is just in the ACP and the plugin works anyway
DesT
Posts
-
[Bounty of $500] Wiki plugin -
[Bounty of $500] Wiki plugin@julian Did you push a new "version" release ?
-
Notification/alertIs there a way or maybe a plugin to allow an admin to put something at the top of the forum with a message that a user can dismiss ?
-
[Bounty of $500] Wiki pluginWe just tried to install this plugin too!
Is it still under development ? We installed it and looks like the file for the admin part is not available..
Error: Failed to lookup view "admin/plugins/knowledge-base" in views directory "/opt/nodebb/build/public/templates"
-
nginx reverse proxy SSL@oplik0 yeah we are having a loadbalancer before nginx!
using nodebb without SSL works perfectly using load balancer -> nginx -> nodebb
I would need to do some more testing but I saw that when using SSL , it redirect to www.domain.tld instead of domain.tld!
I just modify the nginx config for this vhost to send www. to non-www. and I will re-active the SSL!
The other thing is, I tried to add
"socket.io": { "origins": "https://community.nodebb.org:* https://nodebb.org:*" }
to the config.json and I got an error when starting nodebb
-
nginx reverse proxy SSLHey guys...
We are having a reverse nginx proxy on front of everything here and we used it with another nodeJS project and works fine.
But with nodeBB it's not working. We are having a lost connection.
In config.json we put the https in the URL and our nginx config looks like:
listen 80; listen 443 ssl http2 proxy_protocol; ssl_certificate /etc/ssl/private/smarthome.community.crt; ssl_certificate_key /etc/ssl/private/smarthome.community.key; server_name smarthome.community www.smarthome.community; root /vhosts/default; #if ($scheme = http) { # return 301 https://$server_name$request_uri; #} access_log off; client_max_body_size 50M; # Dynamic content, forward to Apache location / { proxy_pass http://IP:port; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; proxy_set_header X-Forward-Proto $scheme; proxy_set_header X-Nginx-Proxy true; proxy_redirect off; proxy_buffering off; }
We used the same config with another nodeJS project!
-
plugin page loading non-stop@PitaJ shame on me. I missed somewhere that we need to rebuild/restart when we add plugin!
-
plugin page loading non-stopHi,
We got a fresh install of nodeBB 1.13.2
We activate/install the search plugin nodebb-plugin-dbsearch and nodebb-plugin-modmin and both plugin are giving us a loading circle at the right side and never display something.
-
Permissions to create category except for Admin userHi,
Is there a way that our moderator/super moderator can create category and sub-category ?