mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 05:51:24 -07:00
Revert dockerfile changes and cleanup changelog
This commit is contained in:
+2
-4
@@ -11,10 +11,8 @@ RUN go build -o rest-server ./cmd/rest-server
|
|||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
ENV DATA_DIRECTORY="/data"
|
ENV DATA_DIRECTORY /data
|
||||||
ENV PASSWORD_FILE="/data/.htpasswd"
|
ENV PASSWORD_FILE /data/.htpasswd
|
||||||
ENV DISABLE_AUTHENTICATION=""
|
|
||||||
ENV OPTIONS=""
|
|
||||||
|
|
||||||
RUN apk add --no-cache --update apache2-utils
|
RUN apk add --no-cache --update apache2-utils
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
Security: Fix Docker configuration for DISABLE_AUTHENTICATION
|
Bugfix: Fix Docker configuration for DISABLE_AUTHENTICATION
|
||||||
|
|
||||||
A regression was introduced which caused the DISABLE_AUTHENTICATION environment variable to stop working in Docker configurations, this was due to a new flag being introduced to disable authentication --no-auth.
|
A regression was introduced which caused the DISABLE_AUTHENTICATION environment
|
||||||
|
variable to stop working in Docker configurations. This has been fix by
|
||||||
|
automatically setting the option `--no-auth` to disable authentication.
|
||||||
|
|
||||||
https://github.com/restic/rest-server/issues/119
|
https://github.com/restic/rest-server/issues/119
|
||||||
https://github.com/restic/rest-server/pull/124
|
https://github.com/restic/rest-server/pull/124
|
||||||
|
|||||||
Reference in New Issue
Block a user