Michael Eischer
|
19aa0845c0
|
create_user/delete_user: quote user and filename
|
2025-04-14 20:48:11 +02:00 |
|
Stefan Midjich
|
4f17744d6c
|
Support passwords with spaces
You must quote $2 in order to support passwords with spaces.
|
2025-03-13 14:40:59 +01:00 |
|
Drayton Munster
|
3903ed000c
|
Add configurable htpasswd location
|
2022-03-25 15:39:20 -04:00 |
|
Michael Eischer
|
20edfb87ee
|
docker: use bcrypt in create_users script
This was missed when adding bcrypt support in rest-server 0.9.7
|
2021-08-20 22:52:03 +02:00 |
|
Lewis Juggins
|
cec241e5e1
|
Fix Docker configuration for authentication
|
2021-05-15 18:28:31 +02:00 |
|
Alexander Neumann
|
06f8484400
|
Docker: Don't delete htpasswd file
|
2020-09-12 17:28:18 +02:00 |
|
Rafa Couto
|
13cae78c8f
|
Patch to issue #85 (Docker create_user script error when reading password as argument).
|
2019-12-18 23:53:36 +01:00 |
|
Zlatko Čalušić
|
a20136a8da
|
Set docker image default port also to 8000
So that rest-server can be started as non-root user. You can choose
which port to expose, anyway.
|
2017-10-19 00:16:54 +02:00 |
|
Zlatko Čalušić
|
ca5664b8a7
|
Makefile: add rules for docker image build
|
2017-10-18 23:38:18 +02:00 |
|
Zlatko Čalušić
|
ebe3bc04b5
|
Docker: various updates
- use exec in entrypoint.sh, get rid of extra shell process
- use CMD instead of ENTRYPOINT, so image can be run with /bin/sh arg
|
2017-10-18 23:18:44 +02:00 |
|
Zlatko Čalušić
|
87356ac452
|
Docker: use golang:1.9.1-alpine to build rest-server binary
|
2017-10-18 23:01:53 +02:00 |
|
cgonzalez
|
65a41ff4e3
|
Allow the $OPTIONS env var when using docker image
Example: docker run -e OPTIONS="--append-only" restic/rest-server
|
2017-09-20 18:48:22 +02:00 |
|
Bruno Clermont
|
07b6d5facf
|
add docker image
|
2017-06-22 21:17:17 +02:00 |
|