Releases: nextcloud/docker-socket-proxy
Releases · nextcloud/docker-socket-proxy
v1.4.0
- bump haproxy image to haproxy:2.9.11-alpine3.20 #36
v1.3.2: support of "X-Original-Authorization" header (AppAPI 3.0)
- AppAPI 3.0: added ability for ExApps to have basic/bearer authentication #33
v1.3.1: do not allow empty or no password (#29)
- Updated the HAProxy configuration script to disallow empty passwords. #29 Thanks to @DecaTec for pointing on this.
v1.3.0
- Added support for
NC_HAPROXY_PASSWORD_FILE
env variable #22
- Added support for some special characters in
NC_HAPROXY_PASSWORD
#24
- Fixed
Unhealthy
status of container in some cases #23
v1.2.1
- Updated HaProxy to last 2.9.7 version #19
- Default timeout for ExApp reply increased from 30s to 1800s (default PHP request lifetime) #21
- Allow
AppAPI
to get logs from ExApps containers #21
v1.2.0: chore(deps): update haproxy docker tag to v2.9.6 (#17)
- Updated HaProxy to last 2.9.6 version #17
- Added ability to specify
timeout connect
, timeout client
, timeout server
#18
v1.1.1
- Updated HaProxy to last
2.9.5
version
- Added new EX_APPS_COUNT environment variable for HTTPS installs
- Renamed
EX_APPS_NET_FOR_HTTPS
env var to EX_APPS_NET
v1.0.2
- Renamed docker image from
aa-docker-socket-proxy
to nextcloud-appapi-dsp
- Corrected
healthcheck
in some configurations
v1.0.1
- Increased timeouts from 10s to 30s #6
First Release
Initial release for the AppAPI 2.0