DK
DK
My colleague, @hatbeardzero, and I have been working on this as well and have a solution that worked for us. I apologize in advance for not submitting a proper pull...
@pfreitag the ReadWritePaths do impact the non-docker deployment--and yes, that was our first discovery. The rest of the updates were for the docker deployment since it does not use systemd.
@pfreitag the systemd commands and `service` commands don't execute (successfully) inside docker. Based on the script, the $IN_DOCKER variable is set truthy to have the container run tomcat's startup script....
@pfreitag hey, I apologize for losing track of this. The lco file should be downloaded by this update we made in the script I posted above ```bash lco_url="https://cdn.lucee.org/$LUCEE_VERSION.lco" out "Installing...
I have the problem as reported above but it's not just JSON files. I'm using the [vscode-sftp](https://github.com/liximomo/vscode-sftp) extension in Visual Studio Code and during download/diff of large UTF8 text files...
https://github.com/mscdex/ssh2-streams/issues/43 this is the same issue I'm having, and coincidentally(? or not..) I'm also using Cerberus FTP
This problem is not solved. https requests show the ip as ::ffff:127.0.0.1 a normal node https request will show the real remote address