• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.4.3 Latest
Buy Hosting
D

DesT

@DesT
About
Posts
9
Topics
4
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    [Bounty of $500] Wiki plugin
  • D DesT

    @julian That's ok! I figured it out that the problem is just in the ACP and the plugin works anyway 😉


  • [Bounty of $500] Wiki plugin
  • D DesT

    @julian Did you push a new "version" release ?


  • Notification/alert
  • D DesT

    Is 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 plugin
  • D DesT

    We 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
  • D DesT

    @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 SSL
  • D DesT

    Hey 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
  • D DesT

    @PitaJ shame on me. I missed somewhere that we need to rebuild/restart when we add plugin!


  • plugin page loading non-stop
  • D DesT

    Hi,

    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 user
  • D DesT

    Hi,

    Is there a way that our moderator/super moderator can create category and sub-category ?

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.