Byron Collins

Results 6 issues of Byron Collins

**Is your feature request related to a problem? Please describe.** The housekeeping/purging of localhost_access_logs cannot be managed using configuration. The logs rotate every day for the life of the container....

enhancement

- remove sudo from npm install -g sass ( was breaking docker builds)

- Added documentation for running the application as a docker container - reorganised dockerfile to improve cache utilisation - Moved the application base image to a non privileged container (running...

- Modified the Import/Export modal to add two additional buttons Load and Save. This will enable users to load or save a submap JSON stored locally. (This could be within...

use the undocumented healthcheck endpoint which just returns 200 and OK Closes issue #115

There's a undocumented healthCheck endpoint in languagetool which just returns OK and would be more efficient than the existing healthcheck. https://github.com/languagetool-org/languagetool/blob/3a983d832e2c850ec0aa07493990873ccfcc0bc2/languagetool-server/src/main/java/org/languagetool/server/LanguageToolHttpHandler.java#L125 https://github.com/languagetool-org/languagetool/issues/9739