Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

What the safe way to run a nodejs server on my unraid machine?

Featured Replies

I am tinkering with some remote control of my HVAC system, and found a neat project that requires a nodejs server to be run:

https://github.com/sushilks/kumojs

 

There's a dockerfile provided but not sure how to install it in unraid. This particular app doesn't come up in dockerhub search in CA.

Edited by tmchow

You need to download the repository (files), and build it yourself

 

To create a container to run the package use the docker directory
Build the container

cp build/kumo.cfg docker/
cd docker
./build_kumojs

to run the container (I Use shared namespace in my case)

docker run --net=host -d --name kumojs --restart unless-stopped --tmpfs /run --tmpfs /run/lock sushilks/kumojs /bin/bash -c ". /root/.nvm/nvm.sh && /root/run_kumojs.sh"

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.