>MagicBox contains the exact same codebase, database and devops scripts that drive the Magicbane production server.
>MagicBox contains the exact same codebase, database and devops scripts that drive the Magicbane production server. Install Docker and you are three commands away from your own Magicbane server.
### Docker
@ -187,6 +187,8 @@ This instructs Magicbane to self-configure the bind address and public facing ip
@@ -187,6 +187,8 @@ This instructs Magicbane to self-configure the bind address and public facing ip
### Security
The MagicBox container is perfectly secure out of the box.
The MagicBox container is perfectly secure out of the box. It is a minimal linux install and nominally exposes two ports.
This can be verified with `sudo apt list --installed` from inside the continer.
It will not be so secure if you start additional services and open additional ports. Try not to spin up ssh server on a container that shares the same passwords and deploy key as every other MagicBox!