micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

Add davecli to docker image #23

Closed tyler71 closed 3 years ago

tyler71 commented 3 years ago

This allows a user to use davecli to generate password hashes when using the docker image.

docker container exec -it containerid davecli
docker-compose exec dave davecli
codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (36d8d7a) into master (e4eac46) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   63.72%   63.72%           
=======================================
  Files           3        3           
  Lines         215      215           
=======================================
  Hits          137      137           
  Misses         67       67           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4eac46...36d8d7a. Read the comment docs.

chclaus commented 3 years ago

Cool Idea! Thanks a lot @tyler71