Open
Description
Thinking of the almost running gag of "Default security settings" of various servers (mongo, etc), I'd suggest that the default settings of imagej-server provide at least some basic security. Things to consider:
- basic auth (minimally), perhaps with a generated password. Alternatively, see the token generated by JupyterHub
- encryption (in Java requires some setup; alternatively something like NGINX with LetsEncrypt
- interface binding: only listen on localhost by default