New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unraid

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unraid

A unraid nodejs API

0.0.3
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Unraid API

This module adds the ability to access your unraid Server directly from nodejs. It works via SSH so it could be compatible with our Linux Distros but the main focus is on Unraid.

How to use

First of all you have to provide you SSH Credentials via your environment. You can find all needed env vars in the .env.example file:

SSH_HOST=tower.local
SSH_USER=root
SSH_PASSWORD=hunter2
SSH_PORT=22

The variables should be pretty self explanatory.

FAQs

Package last updated on 29 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts