I’m trying to develop a Google Photos replacement. What I need is:
- automatic sending of data to external, self hosted servers
- ability to remove photos from mobile devices (to free up space) without losing them completely (they need to persist somewhere else)
- ability to easily view photos/videos even after removal through some kind of streaming
Syncthing seem to solve points 1 and 2 perfectly (through One-Way/Send-only Directories), but I’m still looking for solution to 3. I need some Android app (or self-hosted web server?) that would display gallery of photos stored on one of Syncthing nodes without downloading them permamently. What would be the simplest and safest way to do this?
4 posts - 4 participants