-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Leon Rosenberg edited this page Nov 24, 2023
·
5 revisions
Welcome to the moskito-control wiki!
MoSKito-Control can be hard to configured, alas the new configuration interface is in making. However, you can start quickly from a demo configuration and move from there.
- Choose your future MOSKITO-CONTROL-HOME directory.
- Create moskito-control-configuration directory in $MOSKITO-CONTROL-HOME.
- Put your configuration there, or copy one of the examples, i.e. https://github.com/anotheria/moskito-control/tree/develop/ui/src/main/examples/burgershop (copy all files).
- Run moskito-control docker container:
docker run -d -p8999:8999 -v `pwd`/moskito-control-configuration:/app/moskito-control/moskito-control-configuration anotheria/moskito-control:latest
- Open http://localhost:8999 in your browser.
You can also try anotheria/moskito-control:nightly for current dev version.