Opening this to make a place to jot down some basics for hardening the installation once deployed. Obviously these things are outside the scope of this project but this repo feels a timely place to communicate some basics. Nothing here should be misconstrued as security advice. Caveat lector.
Please add additional suggestions below.
Opening this to make a place to jot down some basics for hardening the installation once deployed. Obviously these things are outside the scope of this project but this repo feels a timely place to communicate some basics. Nothing here should be misconstrued as security advice. Caveat lector.
mongodb://api.example.com:27017(update based ondomainvar). If you're able to access it without authenticating, shell into the droplet and changeportskey in/home/reaction/reaction-development-platform/reaction/docker-compose.ymltoexpose, change the setting value to"27017"and restart the API withmake stop-reaction && make start-reactionfor settings to take effect.admin.example.com(update based ondomainvar) and register a new user to assume the Owner role. Ownership is immediate and no service restarts are required.traefik.domain.example. Detailed instructions here..envfiles in each of the projects and modifyPLACEHOLDERSnecessary.Please add additional suggestions below.