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 a --config argument #36

Closed lunik1 closed 1 year ago

lunik1 commented 2 years ago

It would be nice to have the ability to explicitly specify a config location using a command line argument e.g. dave --config dave-config.yaml. This would make it easier for instance to use dave as a system service. Alternatively/additionally dave could look for a config location in an absolute location that does not depend on environment variables e.g. /etc/dave/config.yaml.