owntracks / docker-recorder

Docker image for OwnTracks Recorder
151 stars 68 forks source link

Payload encryption configuration #44

Closed whiteneon closed 3 years ago

whiteneon commented 3 years ago

I am pretty new to docker in general so please excuse my ignorance, but is it possible to use the ocat program to add user:key combinations to be loaded from the config volume? When monitoring logs I get error: 'No decryption key for XXX' when a user publishes encrypted location data

From owntracks/recorder github page: echo "jjolie-iphone s3cr1t" | ocat --load=keys

Or am I way off base here?

jpmens commented 3 years ago

That ought to be possible with an invocation of docker to obtain ocat and by specifying the volume accordingly.

whiteneon commented 3 years ago

Thanks for the assistance. Lack of working knowledge with docker seems to be the culprit. I did get it working using your assistance.