Skip to content

Releases: ntk148v/ansitheus

v2.3.0

10 Apr 03:42
Compare
Choose a tag to compare
reload configure with SIGHUP signal

Reloading the config by sending SIGHUP to the main process, instead of sending a POST request
to the /-/reload endpoint, because the latter doesn't work when the basic auth is enabled.
The password for the basic auth is encrypted using bcrypt, and I don't want to store the raw password
The SIGHUP signal is sent to the process with PID 1 in the container, which is the main process.

v2.2.1

25 Feb 08:16
Compare
Choose a tag to compare
don't use a proxy, even if one is defined in an environment variable …

v2.2.0

20 Feb 03:36
Compare
Choose a tag to compare
ci: add release