diff --git a/Dockerfile b/Dockerfile index 52b3318..a53934e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ # Make sure the dependencies are all cached so we won't hammer crates.io ADD old-git.tar.gz . -RUN git checkout 16984ddcd3c9cdc04b2c4c3625eb83176c1b2dda \ +RUN git checkout 690f07dab67111a75fe190f014c8c23ef1753598 \ && git reset --hard \ && cargo check diff --git a/todo.md b/todo.md index 9987cc8..f76f183 100644 --- a/todo.md +++ b/todo.md @@ -1,3 +1,9 @@ +- Add file size in directory listing +- Large text files not streaming as expected? +- Allow spaces in server names +- Make file_server_root mandatory +- Deny unused HTTP methods for endpoints +- Hide ptth_server.toml from file server - ETag cache - Server-side hash? - Log / audit log?