mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
Bugfix: Fix Docker configuration for `DISABLE_AUTHENTICATION`
|
|
|
|
rest-server 0.10.0 introduced a regression which caused the
|
|
`DISABLE_AUTHENTICATION` environment variable to stop working for the Docker
|
|
container. This has been fixed by automatically setting the option `--no-auth`
|
|
to disable authentication.
|
|
|
|
https://github.com/restic/rest-server/issues/119
|
|
https://github.com/restic/rest-server/pull/124
|