Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Sp4rkR4t
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 83
    • Best 13
    • Groups 0

    Sp4rkR4t

    @Sp4rkR4t

    14
    Reputation
    848
    Profile views
    83
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sp4rkR4t Follow

    Best posts made by Sp4rkR4t

    • RE: Error: SELF_SIGNED_CERT_IN_CHAIN

      Best solution to this npm issue is;

      sudo npm config set ca ""
      

      then

      sudo npm config set strict-ssl false
      sudo npm update npm -g
      sudo npm config set strict-ssl true
      

      all should work normally after that.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: Sub forums?

      Sub-forums are a real must have.

      posted in Feature Requests
      Sp4rkR4t
      Sp4rkR4t
    • RE: [nodebb-theme-seawolf] Seawolf Theme

      Very nice work.

      posted in NodeBB Themes
      Sp4rkR4t
      Sp4rkR4t
    • Setting up nodeBB on dokku

      Hey people, I am extremely new to node.js, NodeBB & dokku but I've been trying to set up a nodeBB forum on my dokku image on digital ocean and although I have set up redis to work with the app when I run --setup it fails to connect to it, anyone else using a setup like this and any pointers for getting it working. The error I get is this;

      error: Redis connection to [IP ADDRESS] failed - connect ECONNREFUSED

      I have redis setup and dokku has linked the container to my forum container, I pass the correct IP & port during setup but the connection fails, I'm at a bit of a loss.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: No Username but firstname and familyname

      Regardless of peoples feelings about enforcing real name policy having it as an administrator option is a boon for the platform as a whole.

      posted in NodeBB Development
      Sp4rkR4t
      Sp4rkR4t
    • RE: Restarting Node Applications

      This is a very nice step indeed.

      posted in NodeBB Blog
      Sp4rkR4t
      Sp4rkR4t
    • RE: NodeBB as a pre-setup DigitalOcean Droplet; That would be nice

      Ok here is the email they just fired back.

      Hello,

      We do not have plans that I am aware of for this image but I would recommend that the devs contact us at contact@digitalocean.com to see if we can put something together.

      Thanks
      Ryan

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: [Solved] New nodebb install running very slow

      FIXED IT!

      Just need to add some extra proxy settings to my sites configuration in nginx once I was on a suitably up to date version. 🙂

      Thanks for the pointers. 👍

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: how to install nodebb in centos

      Already answered in your other thread.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: NodeBB Demo Admin?

      Fully agree that there should be a demo site running, keep it on the last release and reset it once a day.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t

    Latest posts made by Sp4rkR4t

    • RE: [Solved] mark_all_read

      You have to clear your browser cache.

      posted in Bug Reports
      Sp4rkR4t
      Sp4rkR4t
    • RE: How to unistall nodeBB completely?

      You need to clear the database you are using, for redis you could use the flushdb command and for mongodb I believe it DropDatabase.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: Anybody want to try atom.io?

      I have invites as well but don't know a single person who still uses OSX.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: NodeBB v0.4.1 Released

      Noticed on this site when I click the Unread button the mark all read icon is black with a Mark_All_Read text that does nothing, if you then F5 the page it loads normally.

      posted in NodeBB Blog
      Sp4rkR4t
      Sp4rkR4t
    • RE: How do I get rid of the /category/number in my URLs?

      That would give serious issues if you had two posts with the same title.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: Domain Name Issue

      If it's a standard ubuntu 12.04 droplet from Digital ocean you probably don't have a web server installed yet, install a current version of nginx (not from the standard ubuntu repository) and set it up to reverse proxy your nodebb app to port 80. there are plenty of good guides on this on the digital ocean support pages.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: How disable general local login strategy

      It would be nice to have a toggle in the ACP but make sure you have a big warning next to it.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: using forever and syntax

      This isn't for nodeBB, it's another project, but with nodeBB you could still use forever to monitor the nodeBB launcher for redundancy.

      Is there a decent alternative to forever that will watch for file changes since the lack of documentation with forever is more than a little annoying.

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • using forever and syntax

      I've been trying to set up forever to monitor a nodejs project and to restart when I update files but I've been running into issues. I need forvere to ignore some files and I noticed a couple of references to a .foreverignore file you can use to do this but have found no documentation about it's syntax or how to use it. Anyone have any experience with this or can you offer a good alternative?

      posted in General Discussion
      Sp4rkR4t
      Sp4rkR4t
    • RE: NodeBB's Next Theme

      @manuel said:

      I'd like a link to the last message in a topic because with the current theme in topics with many messages it will scroll down by 20 messages each time you press the ⬇ (near # out of #
      )

      A million times this.

      posted in NodeBB Development
      Sp4rkR4t
      Sp4rkR4t