Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cocreate Dashboard | 21 | 8 days ago | 84 | May 19, 2022 | 2 | mit | HTML | |||
A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. | ||||||||||
Refinebio Frontend | 8 | 8 months ago | 37 | other | JavaScript | |||||
Frontend app for refine.bio | ||||||||||
Stroll | 4 | 9 months ago | mit | JavaScript | ||||||
An open-source website design platform with focus on an easy user experience. | ||||||||||
Mission Control | 3 | 2 years ago | 19 | mit | ||||||
Open-Source JavaScript framework for building real-time dashboards | ||||||||||
Crypto Ed Reactapp | 3 | 7 months ago | mit | JavaScript | ||||||
Crypto Tracker using ReactJS, Chakra UI, Chart.js and APIs. |
Beginning a real-time web project, like building your own home dashboard, can be a tedious and time-consuming process. Coding lots of boilerplate for authentication, authorization and data communication isnt fun at all. By the time you get to building the thing you wanted you got bored and moved on to the next. Mission Control aims to provide all those features out-of-the-box so you can get to creating what matters right away.
Note: 2.0.0 is currently in pre-release but more stable than 0.x.x versions.
$ npm install -g @capevace/mission-control@next
You can now start the server like you would any binary.
$ mission-control --version
v2.0.0-rc8
Usage: mission-control [options]
Options:
-V, --version output the version number
-u, --url <url> the url mission control is reachable at
-p, --port <port> the port to use for mission control
-h, --help display help for command
A config file for mission-control will be created at $HOME_DIR/.mission-control/config
. This can also be used to configure mission-control. However, options passed as command line arguments override settings in this file.
--no-proxy
option or by disabling it in the config file.On Linux, running an http server on port 80 requires root priviliges. Generally this isn't a problem as you can simply sudo mission-control -p 80
which works, but this approach falls apart when using systemd.
I found this workaround which seems to be the safest option to use instead:
sudo apt-get install libcap2-bin
sudo setcap 'cap_net_bind_service=+ep' /usr/bin/node # Replace path to node binary
public-ip
kept at 4.0.4 until we move to ESMinternal-ip
kept at 6.1.0 until we move to ESMauto-bind
kept at 4.0.0 until we move to ESMon-change
kept at 3.0.2 until we move to ESMpassport
kept at 0.4 until we're sure, JWT-based caddy login still worksPackages by internal plugins
db-hafas
: bahninternal-ip
and public-ip
: system-info@oznu/hap-client
: homebridgeLukas Mateffy @Capevace mateffy.me
Distributed under the MIT license. See LICENSE
for more information.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)