mendhak
mendhak
Hey there, if you're looking to preconfigure the app, have a look at [profiles](https://gpslogger.app/#whatareprofiles) in the FAQ. You can have a `gpslogger.properties` file with your settings in it and the...
There's nothing that will return the location information from gpslogger. What are you trying to do?
Hmm, there is a ContentProvider API in the APK but it only gives the current directory path. You could try, modifying it to return the current lat long? https://github.com/mendhak/gpslogger/blob/5a5932beceab8e2e370078de0667e46e4d113f4f/gpslogger/src/main/java/com/mendhak/gpslogger/common/ContentApi.java#L42
Hi @NanditaReshamwala did you ever implement a custom cache repository? Hi @stefanprodan, a question - I'm also looking to do this with Memcached/Redis as a backend, but neither of those...
@geethaRam did you ever find an answer to this? Just making guesses, was it to use two load balancers perhaps, or two DNS names with ALB rules?
Were you able to work around this issue? I'm looking to get a live-restore option somehow as well
Hi do you mean a template to put values into /etc/docker/daemon.json? I was thinking of doing something like that and putting the live-restore in there.
Ah thanks for the update and clarification this is very useful to me!
I found a [`root_dir`](https://github.com/puppetlabs/puppetlabs-docker/blob/43dcd50ef3dd536668f59fc253c6888404288a10/manifests/init.pp#L186) - that gets used as a -g parameter
FWIW I've also got a [fork of this repo](https://github.com/mendhak/storage-chooser), with some additional fixes and changes * Added a generic file icon for unknown file types * Use folder icon only...