Update 'MagicBox : Magicbane in a Box'

2022-05-02 21:50:59 +00:00
parent c1df29d982
commit 4949514b76
+4 -2
@@ -14,7 +14,7 @@
### Minutes to a Magicbox
>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
### 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!