I switched from Bitwarden to keepassxc (pc) and keepassdx (android) and installed syncthing (pc) and syncthing-fork (android) to sync the db file a couple of weeks ago - all works fine, no dramas.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
F-droid themselves gave an update in April:
https://f-droid.org/en/2026/04/03/twif.html
If you’ve been holding off updating Syncthing-Fork we have two pieces of news for you. First, the original dev continues to collaborate still, we know this was a pain point back then. Second, we’ve just added BasicSync, A simple app for running Syncthing, which just controls Syncthing’s running behaviour as hands off as possible, while the original service hums in the background.
So it seems since the handover things have settled but there is also a new fork which takes a more bare-bones approach.
This is amazing. So what you're saying is that the answer is that there are now three separate syncthing apps, which are all similarly functional and in collaboration with each other?
Two built for Android, Syncthing-fork and BasicSync, and the latter is meant to be less featured and simpler (or basic! Wow, it's in the name!)
And the third is the desktop service for Linux, Windows, etc. Technically, you can install the Linux one with Termux or similar on Android, but it's a little jankey. It is possible though, as somebody else has already mentioned!
3?
I was thinking there was a syncthing in addition to syncthing-fork
Man, the BasicSync app has a long list of permissions...
https://f-droid.org/en/packages/com.chiller3.basicsync/
Why does it need to know my Location?
Location is such a weird permission...
For example the permission is also needed to find local devices via bluetooth (eyeroll)...
And even then, local device finding is a sub-permission of location...
I think that's more about telling users though that if they let an apl find local devices, that can be used to deduce your location.
I'm using BasicSync since a few weeks, the location permission is completely optional. This is what the app says:
Location permissions are optional and are only needed when restricting allowed Wi-Fi networks. Even if the permissions are granted, they will not be used unless there are allowed Wi-Fi networks configured.
What a bs permission to have been invented.
It should be it's own special network permission or something but what the hell does that have to do with the general meaning of "location"?.
Just allow the app to see what SSID I am connected to if I want to allow that
Sry for having to endure my rant
It's actually a bit informative. I believe Android approximates location using the SSID/WiFi information, so it's not just network that it's used for.
https://github.com/chenxiaolong/BasicSync#permissions
ACCESS_WIFI_STATE, ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, ACCESS_BACKGROUND_LOCATION, FOREGROUND_SERVICE_LOCATION
Optionally used for stopping Syncthing unless connected to specific Wi-Fi networks.
And location isn't a permission granted by default on install (unlike Internet access), the user has to approve of it explicitly.
At least it's open source so anyone can look at the code and figure out why it asks for the permissions.
To know if you are on your home network and use direct lan etc, rather than finding a sync relay in the cloud...something like that.
Looks like I'll have to setup BasicSync. I still don't trust Syncthing-Fork. The way things went down don't give me any confidence it could happen again but worse e.g the dev introduces something like a "fuck zionists" patch that wipes everything if you're on an isralean IP. Then I'd be putting myself in danger for using a VPN or TOR exit node in Israel. Not taking that risk.
Thanks for the writeup.
Source for that?
I don't like that a software with access to my files has logic for this behavior.
I use syncthing as a backup-tool so it would be, let's say bad if it should happen.
That commenter was using an example of something very bad that could happen if the fork got handed off to someone else again but worse, not something that actually happened
This should be top comment
I'm currently running the latest version from F-droid, it's doing what it should do. No red flags I can see.
I know the current owner as much as the previous one so no difference for me.
I ended up installing Syncthing using Termux following these instructions: https://www.stephenjianu.com/syncthing-android/
Yeah, I kinda held on to the old version for a while too TBH, syncthing-fork had a problem where I couldn't get it to work the way I wanted it, so I'd gone back to syncthing, then with all the kerfuffle, I just stayed there.
Some time earlier this year I tentatively upgraded 1 phone and a tablet (it's used as slideshow screensaver...) and it all seems to work ok.
The GUI isn't quite as good as the native webUI, but it's still accessible, so all's good.
There was a change in the syncthing "DB" a while ago, so it might take a while to rescan things if you have a lot of small files, but feel confident to change.
New one seems fine to me, haven't had any issues with it, haven't been privy to any malicious behavior or past actions that the developers might have done, so personally I find it pretty trustworthy.