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
I try to run as many images as possible read-only to reduce the chances of being hacked. It would be nice if there were an option to completely disable TLS and the generation of the keystore file via environment variables. I do my TLS termination in another container and don't need/want the JVM to do it.
I run my draw.io container with a tmpfs at /usr/local/tomcat/work/Catalina/localhost to keep Tomcat happy, and I copied a .keystore out to my host filesystem and mount it into the container at /usr/local/tomcat/.keystore as a temporary workaround.
Thanks for the fantastic image!
The text was updated successfully, but these errors were encountered:
I try to run as many images as possible read-only to reduce the chances of being hacked. It would be nice if there were an option to completely disable TLS and the generation of the keystore file via environment variables. I do my TLS termination in another container and don't need/want the JVM to do it.
I run my draw.io container with a tmpfs at
/usr/local/tomcat/work/Catalina/localhost
to keep Tomcat happy, and I copied a.keystore
out to my host filesystem and mount it into the container at/usr/local/tomcat/.keystore
as a temporary workaround.Thanks for the fantastic image!
The text was updated successfully, but these errors were encountered: