Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Henrock
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 17
    • Best 0
    • Groups 0

    Henrock

    @Henrock

    0
    Reputation
    406
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Sweden

    Henrock Follow

    Latest posts made by Henrock

    • RE: What's your hardware specs?

      NodeBB works wonders on an Rpi in my opinion.
      I haven't tested any workload though. Would be interesting to do some benchmarking.
      @psychobunny what is the hardware specs on this installation? 🙂 And how much load does it have with this userbase?

      posted in General Discussion
      H
      Henrock
    • RE: Runnig forum without :4567 port in the URL

      Sorry, I don't know how to do it with Apache. Maybe switch to Nginx. 😛

      posted in General Discussion
      H
      Henrock
    • RE: Runnig forum without :4567 port in the URL

      You can use Nginx as a reverse proxy in front of Node: https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB

      posted in General Discussion
      H
      Henrock
    • RE: node 0.8 vs node 0.10 ?

      @xpcontact said:

      forever start app.js

      I get this error:

      w9forum@w9forum.com [~/public_html]# forever start app.js
      warn: --minUptime not set. Defaulting to: 1000ms
      warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
      info: Forever processing file: app.js

      Those are not errors, those are just warnings. It should be running fine now. Try forever list to see if your process is running.

      posted in General Discussion
      H
      Henrock
    • RE: Plugin ideas

      I have a couple of ideas, let's see what I can do. 🙂
      edit: I don't see your replies in the recent posts list btw @psychobunny , are you hidden in some way? 😛

      posted in NodeBB Plugins
      H
      Henrock
    • RE: Plugin ideas

      I'm thinking of making a plugin that enables you to chat to multiple users in the same chat, a la Facebook messenger.
      However when I look in the chat code I see theres a lot to be done to make it "pluginnable", maybe it's better to implement this functionality into the core?
      What do you say @psychobunny ? 🙂

      posted in NodeBB Plugins
      H
      Henrock
    • RE: [Solved] Facebook SSO plugin error

      Awesome! 😄

      posted in Bug Reports
      H
      Henrock
    • RE: [nodebb-theme-lavender] Lavender Theme for NodeBB

      @Chris said:

      @psychobunny I've always been a fan of Open Sans and Droid Sans.

      +1 to Open Sans, I love it. 🙂
      Also Myriad Pro is actually a very nice font, even though it's Apples love child. :l

      posted in NodeBB Themes
      H
      Henrock
    • RE: [Solved] Facebook SSO plugin error

      Getting similar error with the twitter plugin now:

      /home/ubuntu/nodebb/node_modules/redis/index.js:535
      throw err;
      ^
      ReferenceError: user is not defined
      at /home/ubuntu/nodebb/node_modules/nodebb-plugin-sso-twitter/library.js:62:5
      at /home/ubuntu/nodebb/node_modules/nodebb-plugin-sso-twitter/library.js:92:4
      at /home/ubuntu/nodebb/src/database/redis.js:258:4
      at /home/ubuntu/nodebb/src/database/redis.js:274:4
      at try_callback (/home/ubuntu/nodebb/node_modules/redis/index.js:532:9)
      at RedisClient.return_reply (/home/ubuntu/nodebb/node_modules/redis/index.js:614:13)
      at ReplyParser.<anonymous> (/home/ubuntu/nodebb/node_modules/redis/index.js:266:14)
      at ReplyParser.EventEmitter.emit (events.js:95:17)
      at ReplyParser.send_reply (/home/ubuntu/nodebb/node_modules/redis/lib/parser/javascript.js:300:10)
      at ReplyParser.execute (/home/ubuntu/nodebb/node_modules/redis/lib/parser/javascript.js:211:22)

      posted in Bug Reports
      H
      Henrock
    • RE: [Solved] Facebook SSO plugin error

      Worked like a charm. 🙂
      Thanks!

      posted in Bug Reports
      H
      Henrock