• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Netto Hikari
    • Profile
    • Following 0
    • Followers 1
    • Topics 8
    • Posts 64
    • Best 10
    • Controversial 1
    • Groups 0

    Netto Hikari

    @Netto Hikari

    16
    Reputation
    885
    Profile views
    64
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Location Germany Age 31

    Netto Hikari Unfollow Follow

    Best posts made by Netto Hikari

    • Offering a couple NodeBB instances for free

      Hello, dear NodeBB community!

      I admit: I love NodeBB. And I'd like to give something back to the community. Therefore I'm going to host a couple free instances of NodeBB with communities of up to 1K members for community members without the chance to pay for hosting or the ability to host it themselves. Of course: Entirely free of charge.

      My servers are located in France at OVH and are **DDoS protected. **

      I hope, this is not against NodeBB's rules. If so, feel free to delete this thread. And if you're interested: Contact me right here on NodeBB forums.

      Greetings from Germany,
      ˘ Netto Hikari

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: NodeBB imagemagick requirement

      I'm not using Debian based distributions any more, but could you eventually try

      sudo apt-get install imagemagick --no-recommends
      

      to install imagemagick without "recommended" packages? You could also add those two lines to /etc/apt/apt.conf (create if nonexistant) to never install recommended packages:

      APT::Install-Suggests "0";
      APT::Install-Recommends "0";
      
      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: [nodebb-plugin-custom-homepage] Basic CMS plugin - custom homepage

      I really love this plugin! But to be honest, I was fooled by the screenshot in the OP. πŸ˜›
      It would be great if we could pull topics from a specified forum category as blog posts and see topic posts as blog comments.

      posted in NodeBB Plugins
      Netto Hikari
      Netto Hikari
    • RE: [Solved] Very weird thread view behaviour

      @a_5mith said:

      Do what this man says. :rage4: πŸ˜†

      Yes, sir! πŸ™‚

      posted in Bug Reports
      Netto Hikari
      Netto Hikari
    • RE: one click upgrader

      I would love an one click upgrade solution which doesn't use git in the background. git works flawlessly most of the time but in case something isn't right, it might take unexperienced users a lot of time to fix it (like me, even though I'm a developer, I never really used git).

      posted in Feature Requests
      Netto Hikari
      Netto Hikari
    • Arch Linux anyone?

      Hey, NodeBB community!

      This is my first post here. I just checked out your wiki and I wonder if there's any installation guide for self-hosting on Arch Linux? I don't have any experience with Node.js so far and I'd love to get started.

      Would you guys help me out? A small step-by-step guide on how to accomplish a simple installation on Arch would be very nice.

      Greetings from Germany,

      • NH :3
      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Settings in the ACP not taking place

      Is there a redis command we can use to set all users to use pagination instead of infinite scroll? Like update all user settings at once?

      posted in Bug Reports
      Netto Hikari
      Netto Hikari
    • RE: Offering a couple NodeBB instances for free

      @julian That's what I thought while creating this offer. πŸ™‚ I really hope NodeBB will be successful. It is so simple, fast and smooth. Future. πŸ‘

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Who is using NodeBB?

      We're a mature Minecraft community from Germany and started using NodeBB ~2 months ago.

      I'm also using NodeBB for another project (community website for the city I'm living in). But I'm not done with that yet.
      http://unser-schleswig.de

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Very weird behaviour when hosting multiple instances

      @baris Thank you so much for your help. I'm running 3 instances of redis now and it seems to be working.

      posted in General Discussion
      Netto Hikari
      Netto Hikari

    Latest posts made by Netto Hikari

    • RE: How to upgrade from 0.5.7 to 0.6.0 - Now there are Error of Installation.

      @priapo, @Master-Antonio is on my machine. I will change the python version for his account to 2.7.

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Post Count display zero

      @baris I deleted a thread in this category when my board was on 0.5.4... Now we're on 0.6.0-dev and the problem persists. DB backend is Redis.

      funny.png

      posted in Bug Reports
      Netto Hikari
      Netto Hikari
    • RE: Update and Plugin System

      @a_5mith I installed NodeBB following the docs exactly. That worked as described. I set it up, installed plugins... No problem at all. I didn't change any file by hand.

      When it comes to upgrades, I just simply follow the docs and it always says that I have to commit the changes before. I guess the plugins may have changed something... I don't know.

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • Update and Plugin System

      Hey there! πŸ™‚

      NodeBB is a great piece of software, but it has a few things that bug me a lot. One of them being the upgrade process. I'm currently on the v0.5.x branch and I have to say: Not a single upgrade worked as described in the docs.

      NodeBB’s upgrade path is designed so that upgrading between versions is straightforward.

      This is clearly not the case. As mentioned above, I wasn't able to get a single upgrade working, because of friggin' git. I already said a couple times that I'm a dev myself, but I never really used git. I just scratched the surface of it, so if problems like "unresolved merge conflicts" or other exceptions (cough - yes, "exceptions") occur, I just don't know how to deal with them.

      Okay, there are things like Google or this forum, but I just want to update and not ask for assistance any time I want to install the newest code. I always ended up downloading the release package from GitHub and replacing old files with new ones manually. That works most of the time, even though I'm not sure if I'm really on 0.5.4 now or not. I replaced the files as usually, but it still says: "Hey, 0.5.4 is out, you should update."

      ~ Another thing is the plugin system. Plugins are great and the way to install and update them is indeed straightforward. I noticed there were a couple plugin updates available for my installation and I updated all of them right away ending up in a broken installation. Had to reset all plugins. No matter which of them I enable now, I will end up in a "NodeBB is spinning up another process ..." loop.

      Guys, I don't know how you manage your stuff and I really love your project, but you should really consider changing the way how upgrades work.

      ~ NH

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: [nodebb-plugin-custom-homepage] Basic CMS plugin - custom homepage

      I really love this plugin! But to be honest, I was fooled by the screenshot in the OP. πŸ˜›
      It would be great if we could pull topics from a specified forum category as blog posts and see topic posts as blog comments.

      posted in NodeBB Plugins
      Netto Hikari
      Netto Hikari
    • RE: Host Nodebb Free

      I'm still offering free NodeBB hosting right here! πŸ™‚ Drawback: No SSH access right now, so this might only be suited for absolute beginners.

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Permissions and ADS.

      @Master-Antonio Ahh alright. I'm fine with the current NodeBB permission system.

      posted in Feature Requests
      Netto Hikari
      Netto Hikari
    • RE: Permissions and ADS.

      @Master-Antonio Could you please stop mentioning me? I'm hosting NodeBB for you, yes. But I'm not part of your issues with NodeBB. πŸ™‚ Thank you.

      posted in Feature Requests
      Netto Hikari
      Netto Hikari
    • RE: Very weird behaviour when hosting multiple instances

      @baris Thank you so much for your help. I'm running 3 instances of redis now and it seems to be working.

      posted in General Discussion
      Netto Hikari
      Netto Hikari
    • RE: Very weird behaviour when hosting multiple instances

      @baris Okay, then I'll do that. πŸ™‚ Is there a way to easily dump and restore a single database from a redis instance?

      posted in General Discussion
      Netto Hikari
      Netto Hikari

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    Β© 2014 – 2022 NodeBB, Inc. β€” Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact