Releases: nextcloud/docker-socket-proxy
Releases · nextcloud/docker-socket-proxy
v1.5.3
Added:
- Rule to allow image inspect requests #47
v1.5.2
Added:
- Option to autostart managed containers(for Podman) #43 Thanks to @strugee
Changed:
- Much more strict rules for the Docker API #44
v1.5.1
Changed:
- Default value of
connect
timeout changed from 10s
to 30s
. #38
v1.5.0
- Allowed AppAPI to read/write/execute file into ExApps containers (Nextcloud 31)
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