ouisync icon indicating copy to clipboard operation
ouisync copied to clipboard

A secure peer-to-peer file synchronization app.

Results 48 ouisync issues
Sort by recently updated
recently updated
newest added

Had a ouisync instance running using ouisync-cli, not in docker and as a regular user, for a few hours. Synced a few repos to other devices. Now ctrl-c doesn't do...

Running ouisync-app 0.8.0 and latest ouisync-cli from git as of August 1st 2024 (commit 83578550713068dc32e006d202550688c003936a) with no docker involved. Ubuntu 20.04 and latest stable de-googled GrapheneOS. A repo was created...

bug

The cli documentation says "To access the repository files it needs to be mounted first" and tells me to use the command `ouisync mount --name NAME` but there are two...

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...

We're utilizing the STUN servers now, but those may be blocked/unreachable, so using UPnP would add another (although not very reliable) way for the user to find out their external...