Skip to content

Releases: ntk148v/ansitheus

v2.4.0

25 Jun 06:57
56a46f1

Choose a tag to compare

Merge pull request #10 from ntk148v/change-reload

change reload logic

v2.3.0

10 Apr 03:42

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

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

Choose a tag to compare

ci: add release