Skip to content
/ meta Public

A collection of scripts and configuration files that power NodeBox

Notifications You must be signed in to change notification settings

NodeBoxHQ/meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NodeboxHQ Meta

This repository contains cool scripts and configuration files that powers NodeboxHQ.

Dashboard Initializer

command -v curl &>/dev/null && curl -s https://raw.githubusercontent.com/NodeBoxHQ/meta/main/dashboard/initialize.sh | bash || { command -v wget &>/dev/null && wget -qO- https://raw.githubusercontent.com/NodeBoxHQ/meta/main/dashboard/initialize.sh | bash || echo "Neither curl nor wget is available, install one to continue."; }

About

A collection of scripts and configuration files that power NodeBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages