UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
12 stars 2 forks source link

Make artifact storage location configurable #63

Closed easybe closed 1 month ago

easybe commented 1 month ago

This is done by setting artifacts_dir in your settings to an absolute path to a directory.

Also, use NamedTemporaryFile in parse_remote. Besides fixing an obvious concurrency bug, this removes the need for a local artifacts directory when only external files are used.