Skip to content
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

Open
simonsan opened this issue Oct 27, 2020 · 8 comments
Open

Support usage of alternative Storage backends/providers #47

simonsan opened this issue Oct 27, 2020 · 8 comments
Labels
wontfix This will not be worked on

Comments

@simonsan
Copy link

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.

@alexamiryan alexamiryan added the wontfix This will not be worked on label Oct 27, 2020
@alexamiryan
Copy link
Contributor

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.
Stingle Photos is meant to be one stop, all in one secure gallery and sync app and if user needs to take care of other providers that's not an experience that we are building.

@alexamiryan
Copy link
Contributor

We don't have such plans for now

@alexanderadam
Copy link

alexanderadam commented Apr 23, 2021

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

@alexamiryan
Copy link
Contributor

We are in the process of making the server open-source and self hostable

@poVoq
Copy link

poVoq commented Oct 28, 2022

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!

@alexamiryan
Copy link
Contributor

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.

@poVoq
Copy link

poVoq commented Dec 21, 2022

Any news on the open-sourcing of the back end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

5 participants
@alexamiryan @alexanderadam @poVoq @simonsan and others