You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite carefully setting permissions on user accounts, I found that I had not locked things down, because caddy had administration open locally over HTTP without authentication.
So if I'm making an IDE-like tool, I really should be using docker.
I played around with Docker and found that with ufw I could pick which ports are available to Docker. This way I can make the postgres database available to Docker, but not Caddy or RabbitMQ or some other HTTP administration API.
The text was updated successfully, but these errors were encountered:
Despite carefully setting permissions on user accounts, I found that I had not locked things down, because caddy had administration open locally over HTTP without authentication.
So if I'm making an IDE-like tool, I really should be using docker.
I played around with Docker and found that with ufw I could pick which ports are available to Docker. This way I can make the postgres database available to Docker, but not Caddy or RabbitMQ or some other HTTP administration API.
The text was updated successfully, but these errors were encountered: