Skip to content

Releases: 1thorsten/http-over-all

v1.1.14

21 Mar 20:50
Compare
Choose a tag to compare

func/encrypt-msg
func/decrypt-msg: support POST requests (data in body)

v1.1.12

29 Dec 12:22
d213e16
Compare
Choose a tag to compare

intoduce env-var FORCE_UPDATE_LOCK to control force-update operations

v1.1.11

10 Dec 22:52
Compare
Choose a tag to compare

introduce TINY_INSTANCE for configuring the application for low requirements and low memory consumption

v1.1.10

09 Dec 00:37
2f62daa
Compare
Choose a tag to compare

solved umlauts issue by setting

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

What's Changed

Full Changelog: 1.1.9...1.1.10

v1.1.9

10 Nov 00:44
Compare
Choose a tag to compare

nothing new, only updating all packages

v1.1.8

19 Oct 22:13
Compare
Choose a tag to compare

increase timeout to 10 min and forward force-update output to log)

v1.1.7

03 Oct 23:37
Compare
Choose a tag to compare

PERIODIC_JOB_INTERVAL no longer stick to minutes.
It assumes minutes when only digits are given.

v1.1.6

03 Oct 18:51
6ed55ca
Compare
Choose a tag to compare

with 1.1 we switch to debian:bullseye-slim (from debian:buster-slim)

introduce doclig (doc(ker) lig(ht) for an easier and limited communication with docker socket) -> remove docker-cli

1.0.36

03 Oct 19:04
Compare
Choose a tag to compare

improve handling of docker resources

v1.0.30

08 Aug 18:19
Compare
Choose a tag to compare

/func/encrypt-msg - encrypt message depending on the requesting host (it is possible to create an encrypted message for another host - param 'h' and set a maximum validity - param 'v')
/func/decrypt-msg - decrypt messages

deprecated functions (will be removed soon):
/func/encrypt-ip
/func/decrypt-ip