-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support usage of alternative Storage backends/providers #47
Comments
I don't think this is something we would implement, mainly because it's impossible to offer seamless sharing and sync functionality as we have now with third party storage providers. We need to have control over the files and our databases to offer current functionality. Right now you can share an album with tens of thousands photos in it with your friend and it would be just a matter of doing several cryptographic operations and transferring several kilobytes of data. This kind of experience would be impossible with third party storage providers and frankly it defeats the purpose of Stingle Photos. |
We don't have such plans for now |
@simonsan maybe you rather want to use rcx or extRact for that. They are free software based on rclone (thus allowing to use encrypted access to Nextcloud, and various other storages). It's not a nice dedicated photo solution like Stingle though and doesn't have a functionality to automatically upload photos (making it a very manual task right now). |
We are in the process of making the server open-source and self hostable |
There is actually an alternative back-end implementation already: https://c2fmzq.org/ They also have modified the client to allow changing the back-end URL: https://github.com/c2FmZQ/stingle-photos-for-self-hosted-server But it would be nice if this could be supported by the official apps. Thanks! |
That's interesting. The funny part is that we are few days away from making official server code open source and making it self-hostable. Currently working on making it really easy, like running a single docker command. |
Any news on the open-sourcing of the back end? |
I'm using Nextcloud to store and sync my pictures. Besides not being locked in to the services with a user account (#46) it would be really cool, if we could get
alternative storage providers
to chose from like Nextcloud (maybe also Dropbox, Google Drive, OneDrive) to save our pictures to.The text was updated successfully, but these errors were encountered: