Daniel Jankowski
Daniel Jankowski
This happens because in the default configuration the `nodeletion` option is set to the source (https://github.com/cweagans/docker-bg-sync/blob/master/sync.sh#L131). In the log file unison logs, that it skipped removing the file because of...
The default unison log-file is `unison.log` in the users home directory which runs unison(default with your docker-compose.yml should be */root/unison.log*). With `logfile = $PATH` in your `SYNC_EXTRA_UNISON_PROFILE_OPTS` you're able to...
It doesn't default back to `SYNC_PREFER=newer`. Please check the environment-variables in your sync-container with `docker exec -it -w /var/www/myapp bgsync_bg-sync_1 env` and the unison config file with `docker exec -it...
> Going to http://localhost:81/ gives me Unable to create the cache directory (/app/var/cache/dev) Your php-fpm instance is not allowed to write into the project. Check the permissions and the owner...
If this issue is still recent and you're looking forward to multiple devices, you can check out my fork of pamusb in a few weeks. I want to implement this...
I implemented this feature, but it needs a little bit of clean up. There's also some bugfixing from the original pamusb-agent needed. Feel free to test it and send me...
I only get the problem, that the sd-card needs to be mounted while starting the pamusb-agent. Otherwise the agent won't recognize it. Can you validate this phenomenon?
Same for me on two systems. One is an intel MBP and the other one aarch64-darwin as well.
Have the same issue with several terminal-emulators. Only xterm let me select the text.
The keys are not 100% correct either. e.g. the google transcription feature in Jigasi requires you to set `GOOGLE_APPLICATION_CREDENTIALS` in the environment variables (stated out due to logs). However, the...