TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Open-source photo gallery with cloud backup and end-to-end encryption

255 pointsby wh33zleover 4 years ago

36 comments

Brajeshwarover 4 years ago
I&#x27;m not a serious photographer but I love it enough to shoot enough.<p>I use Apple&#x27;s iCloud with a 2TB plan as my primary. I back it up with Google One&#x27;s 2TB family plan where we have a common family photos (wife, and I)and my 11-year old daughter learning to shoot. The Google Photos is more because Apple has no correct implementation of sharing&#x2F;collaborating between the family members.<p>- Stingle is costlier than Apple or Google&#x27;s plan.<p>- It does not say anywhere that this is open source and I can host it myself, plugged in with a storage such as AWS S3 or Wasabi or any other cloud that I can backup&#x2F;store etc.<p>So far, NextCloud[1] seems to be the best bet with PhotoSync[2] keeping a local&#x2F;cloud backup. I need the ability to share photos with an expansive network of families&#x2F;relatives on different platforms such as Android, Windows, Mac, Linux.<p>I haven&#x27;t found any other services and am beginning to believe I have a weird and different needs than most.<p>1. <a href="https:&#x2F;&#x2F;nextcloud.com" rel="nofollow">https:&#x2F;&#x2F;nextcloud.com</a><p>2. <a href="https:&#x2F;&#x2F;www.photosync-app.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.photosync-app.com&#x2F;</a>
评论 #24879255 未加载
评论 #24878996 未加载
评论 #24879520 未加载
评论 #24882928 未加载
评论 #24881763 未加载
评论 #24882507 未加载
评论 #24879312 未加载
评论 #24881108 未加载
评论 #24879220 未加载
genidoiover 4 years ago
Out of all the 1s and 0s that I want backed up in the cloud for an indefinite period of time, nothing is as irreplaceable as a photo&#x2F;video that will make me smile 2&#x2F;5&#x2F;10&#x2F;20+ years from now. I&#x27;d argue that the threat of &quot;X is shutting down&quot; or worse, &quot;X has shut down&quot; but it landed in my spam 3 months ago is worse than <i>any</i> benefits that a non-FAANG co can offer me. At least with keeping backups on icloud&#x2F;Gphotos, I know that both co&#x27;s would kill those services abrubtly as their last dying wish.
评论 #24878628 未加载
评论 #24878525 未加载
评论 #24878463 未加载
评论 #24878185 未加载
评论 #24878197 未加载
评论 #24878946 未加载
评论 #24878517 未加载
评论 #24878152 未加载
评论 #24884507 未加载
ianopolousover 4 years ago
This looks great, they have some nice properties. If you&#x27;re interested in this you&#x27;ll probably also be interested in Peergos [1][2] (disclaimer: I&#x27;m a co-founder), which has stronger privacy properties.<p>Peergos is an E2EE P2P global filesystem built on top of IPFS, and we have a built in photo&#x2F;video&#x2F;audio gallery&#x2F;player (and other apps too). We don&#x27;t expose the social graph (who is sharing with who) to the server, and we also obscure things like the number of files, number of directories, size of individual files, even whether something is a directory or file. We are also designed to be resistant to exposure by a quantum computer (mainly we don&#x27;t rely on asymmetric encryption for privacy, only for sharing, and even for sharing we take measures to protect against a future quantum computer). We also don&#x27;t rely on DNS or the TLS certificate authorities for security (unless you choose to use the web interface to a public server). We do fine-grained server-less access control using a structure called cryptree [3].<p>It&#x27;s P2P so you can mirror your data as many times as you like or just self-host. It&#x27;s also 100% open source, both client side and server side.<p>[1] <a href="https:&#x2F;&#x2F;peergos.org" rel="nofollow">https:&#x2F;&#x2F;peergos.org</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;peergos&#x2F;peergos" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;peergos&#x2F;peergos</a><p>[3] <a href="https:&#x2F;&#x2F;book.peergos.org&#x2F;security&#x2F;cryptree.html" rel="nofollow">https:&#x2F;&#x2F;book.peergos.org&#x2F;security&#x2F;cryptree.html</a>
评论 #24881299 未加载
blfrover 4 years ago
Is there something like this but self-hosted? Data encrypted on the client with a good client for Android (and maybe Linux), simple sharing feature for selected items.<p>Free&#x2F;Libre Google Photos, basically.
评论 #24878267 未加载
评论 #24878457 未加载
评论 #24878202 未加载
评论 #24878524 未加载
评论 #24878904 未加载
评论 #24878941 未加载
评论 #24880632 未加载
评论 #24878828 未加载
enfotoadover 4 years ago
Adding my 2 cents on how I approach storing important family photos:<p>1. Minimize footprint. Keep only the photos that matter; this usually ends up being the ones with you or a loved one in the picture. I spent a weekend consolidating and reduced all my photos for the last 20 years down to 15GB.<p>2. Use 1 consumer-grade service like Google Photos for easy day-to-day access and sharing; just makes life easier for you and your loved ones to access memories on-demand. This can be substituted with any privacy-friendly alternative or young service like Stingle.<p>3. Use 1 business-grade storage solution for an off-site backup. Business-grade is critical b&#x2F;c it enhances the relationship and SLA the provider gives you. I use AWS S3 Glacier Deep Archive; it&#x27;s free to upload, cheap to store ($0.00099&#x2F;GB&#x2F;month), and a bit pricey to retrieve ($0.09&#x2F;GB for egress). This is my last-resort&#x2F;lifeline if everything else goes wrong and I need to get my data again. To save on per-file upload fees, I zip up pictures by album or year and use 7Zip or Keka to encrypt the zip with a password using AES-256 for added privacy. Also remember, AWS is creating at least 3 copies of your data across 3 AZs in one region!<p>4. Keep a copy of the pictures at home on an NAS, hard drive, or better yet your computer if you have the space. I already use Time Machine to auto backup my entire Mac on an external drive so this gives me in total 2 copies of my pictures (one on laptop and one on time machine backup).<p>In total this gives me 6 total copies of my pictures:<p>- 1x Off-site Google Photos<p>- 3x Off-site AWS S3 Glacier Deep Archive<p>- 1x On-site Laptop<p>- 1x On-site Laptop&#x27;s Time Machine Backup<p>I&#x27;m not too concerned if one service provider loses my pics or revokes my access; plenty more copies!<p>Please remember this only works if you religiously follow step 1. This will be an expensive and almost impractical setup if you enjoy holding onto 5TB+ worth of photos.
评论 #24882713 未加载
albertzeyerover 4 years ago
If you care about backing up your photos (and other media), for an indefinite period of time, the Perkeep (<a href="https:&#x2F;&#x2F;perkeep.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;perkeep.org&#x2F;</a>) (earlier Camlistore) is very relevant.<p>&gt; Perkeep (née Camlistore) is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem.<p><i>Edit</i> Downvoted? I don&#x27;t understand. Perkeep contains the same functionality as the post, but much more, is much more mature, and is totally open source (not like the posted software, where the important core, the server, is closed source).
评论 #24879246 未加载
andrewshaduraover 4 years ago
The server side doesn&#x27;t seem to be free software, am I missing something?
评论 #24878014 未加载
testesttestover 4 years ago
Looks like the server component is not open source? It doesn&#x27;t look like it would be hard to write an open source backend.<p>I use Dropbox and a second copy backend up to my personal server (via Dropbox cli) for photos. Owning that data is too important for me to use a random service accessable only via a phone app.
omnifischerover 4 years ago
I cannot find a real postal contact address anywhere.
评论 #24878090 未加载
评论 #24878194 未加载
dmjeover 4 years ago
Looks nice. I spent ages trying to find a solution that does a nice mix of cross platform, own hard drive, cloud. I eventually found it in the shape of <a href="https:&#x2F;&#x2F;mylio.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mylio.com&#x2F;</a><p>Along lines of other comments here, none of my other material has even like the same value as my family photos, so I&#x27;m stupendously careful with redundancy &#x2F; multi location backup.<p>In case anyone cares: local HDD attached to Mac, Synology on local network, folder on there synced to Dropbox and finally Synology C2. Too far I know, but it&#x27;s worth it.<p>Mylio is fast, clever (has a nice P2P model for in-network syncing), doesn&#x27;t have to hit any cloud service if you don&#x27;t want it to, good search, great management tools. I rate it highly.
评论 #24892050 未加载
aequitasover 4 years ago
I&#x27;m missing a desktop application so I can also browse my pictures from my desktop. Which also has the added benifit that it syncs to local disk which creates an additional backup (plus one more if you include the desktop backup itself).
owenversteegover 4 years ago
I am in the market for exactly something like this (aka a cloud based photo gallery.) I currently use Flickr, but they have a mountain of issues and they&#x27;re also closed source&#x2F;not encrypted. Unfortunately the pricing does turn me off a bit. For up to 300gb of photos, you&#x27;d pay the same as Flickr, but I happen to have slightly north of 300gb and so I&#x27;d pay more than double the price of Flickr. And Flickr offers unlimited storage...<p>What I&#x27;d really love is something I can self host. OwnPhotos seems super cool, but apparently it&#x27;s not stable yet. Are there any alternatives that can be run today?
bergstromm466over 4 years ago
This looks amazing. I&#x27;m so grateful for these alternatives popping up.<p>All we need is to have it be interoperable with something like <a href="http:&#x2F;&#x2F;CoBox.cloud" rel="nofollow">http:&#x2F;&#x2F;CoBox.cloud</a> (<i>a distributed, encrypted, offline-enabled data hosting cloud platform</i>) and we can set up our own fully encrypted, NSA-impenetrable&#x2F;surveillance-less cooperative community servers&#x2F;&#x27;cloud&#x27;.<p>In other words, we would benefit from the same economies of scale and low maintance costs that the existing FAANG server farms benefit from, without the invasive privacy transgressions from big corps.
评论 #24878802 未加载
upofadownover 4 years ago
This doesn&#x27;t look to be effectively end to end encrypted for album sharing. There is no way to verify the identity of the people you are sharing with so the provider can trivially MITM the keys.
sairamkunalaover 4 years ago
Mobile Apps are open source, this is not an self hosted solution.
ig0r0over 4 years ago
I wonder if the iOS app is really &quot;coming soon&quot; as the last commit is from July
miloc_cover 4 years ago
Take back control of your photos and videos privacy. Available in Google Play and App Store.<p>It would be easier to believe if F-Droid was also listed.
评论 #24892078 未加载
vishnumohandasover 4 years ago
Shameless plug: I found Stingle to lack a few basic features (multi device sync, memories, location search, effortless sharing etc) and have been building an alternative[1]. If this is a problem you’d like to see solved, please sign up for the beta program, I’d be grateful!<p>[1]: <a href="https:&#x2F;&#x2F;ente.io" rel="nofollow">https:&#x2F;&#x2F;ente.io</a>
评论 #24884628 未加载
评论 #24878862 未加载
评论 #24884591 未加载
ylereover 4 years ago
Does any one know of a solution like this that also supports face detection and automatic scene&#x2F;object recognition? That are the killer features that are currently keeping me at Google Photos but I really don&#x27;t like the privacy implications of using it.
sam_lowry_over 4 years ago
I just do a regular adb pull, sort pictures in folders by date using exif, then review them and add mnemonic suffixes to folders, then backup to local storage and to cloud with encrypted restic. Yes, it is a bit of a hassle, but I feel like I own these photos.
sbkg0002over 4 years ago
Great alternatives, but without selfhosting it&#x27;s just the other bad alternative.
sneakover 4 years ago
&gt; <i>We are strong proponents of open source software and we believe that trust comes from transparency and openness, that’s why Stingle Photos is an open source software released under GPLv3 license. Everyone is free to review, audit, and contribute to the Stingle Photos codebase. Source code transparency is an absolute requirement for security and privacy oriented software solutions like Stingle Photos.</i><p>Only the client software is Free Software, the server component has not been released, in source or object form.<p>That sort of calls this whole paragraph into question.
ChicagoDaveover 4 years ago
I use NAS for my photos since I wouldn&#x27;t trust any cloud even if the photos are encrypted.<p>As for an organizer, nothing has replaced Picasa and it&#x27;s a shame Google didn&#x27;t open source it.
评论 #24881635 未加载
satyanashover 4 years ago
If the server-side contract is documented, the open source mobile apps should be easily reconfigurable to point to a self-hosted implementation.
评论 #24878813 未加载
umaarover 4 years ago
Would this Google Archive storage class be a good place to backup photos&#x2F;videos to? it costs $1.23 per TB per month!<p><a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;blog&#x2F;products&#x2F;storage-data-transfer&#x2F;archive-storage-class-for-coldest-data-now-available" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;blog&#x2F;products&#x2F;storage-data-transfer...</a>
评论 #24878738 未加载
rswailover 4 years ago
I have a Mac and I have Office 365 with its free 1TB storage.<p>My photo library location is on OneDrive and my phone stream is synced to the Mac.<p>My Mac is also backed up to NAS.<p>So my pics are in two different physical locations and one offsite. I guess I should have an external drive that I make regular backups to and then take offsite somewhere as well.
speedgooseover 4 years ago
Nice to see xchacha20poly1305 and x25519.
stiltzkinover 4 years ago
You are in time to add native support for Android TV, there is not even a native Google Photo app for Android TV and this could be a great addition.<p>*Some people would suggest side load it but your app needs to be compatible with remote control and TV layout.
m-p-3over 4 years ago
Sadly the mobile app I use (Cryptomator) isn&#x27;t open source but the encryption system used is, and it allows doing an automatic backup to an encrypted volume that can be synced in the cloud.
el_don_almightyover 4 years ago
I want Picasa + Web Gallery<p>I miss the excellent facial tagging that Picasa offered and none of these solutions offers any facial tags.
iso8859-1over 4 years ago
Surprised that nobody is mentioning MediaMonkey. What are your experiences?
headmeltedover 4 years ago
I see .org and I assume there’s some element of Libre software at play here in terms of the spirit of what you’ve developed.<p>By that I mean to say that I looked at this and thought “great, an O&#x2F;S backup solution for a NAS” as opposed to a paid-only service akin to a multitude of others.
OneLeggedCatover 4 years ago
Open-source, but Android or iPhone only?
vr46over 4 years ago
Very grateful for this work, will be checking it out ASAP. Pricing is on the high side, I would say, but the openness could make up for it.
lurtbancasterover 4 years ago
Not on F-Droid? <a href="https:&#x2F;&#x2F;f-droid.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;f-droid.org&#x2F;</a>
评论 #24878133 未加载
richardARPANETover 4 years ago
Mega.nz also does this, 50GB for free.