Marc Juul
Marc Juul
After killing ouisync with `kill -9` due to issue #171 and then re-starting ouisync with `ouisync start` the `~/ouisync` directory still contains what appears to be both a normal empty...
File sizes are reported correctly when using `ls` (Ubuntu 20.04, Bash 5.0.17): ``` ~/ouisync/eq test 1$ ls -l total 0 -r--r--r-- 1 root root 2077184 Dec 31 1969 1-MB-DOC.doc -r--r--r--...
It would be nice if every file/dir didn't lose it's creation/modification date when added to a repo. Especially when working together on a set of files with multiple contributors, seeing...
`ouisync delete --name foo` hangs indefinitely if `foo` is currently mounted. No error messages are given. 0.8.0
When running `cp -a foo ~/ouisync/repo`, where `~/ouisync/repo` is a mounted ouisync repo, and `foo` is a directory with contents I get an empty `foo` directory inside `~/ouisync/repo` which is...
I noticed that ouisync attempts to hole-punch even when connecting to peers on the same subnet. That should probably never be the case? Or are you preventing hole-punching only on...
I followed the official instructions for `Apache` and `pip` [here](https://certbot.eff.org/instructions?ws=apache&os=pip) and realized that those instructions are missing a step. After the command in Step 5 the following command should be...