FunkFeuer Node Manager
https://nodeman.bluelife.at
This repository has been archived on 2025年07月20日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Sass 47.6%
- PHP 35.2%
- HTML 10.4%
- CSS 4.7%
- JavaScript 1.8%
- Other 0.3%
nodeman
FunkFeuer Node Manager
Setup
Nodeman needs some dependencies that are fairly common so they need to be installed first.
There is a simple Makefile which will handle all of the required steps to download the PHP dependencies, generate the CSS files etc.
make
The only thing left to do is to create the SQLite Database tables and add some configuration.
sqlite share/nodeman.db
> .read share/schema.sql
> .q
Development
For development we use the CI tools php-cs-fixer and phpstan.
There is a special make target which runs them.
make test
For testing and development you can use the builtin php webserver which is definitely not recommended for production use.
php -S localhost:80 index.php
For a production system please use nginx and the example
config in share/nodeman.conf.
Then you can access nodeman via http://localhost/ and login
as user admin with password admin.