-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Feature: storage connectors #1515
Comments
Any thoughts @GetLikha @silexlabs/silex-labs-contributors ? |
I'd look more into IPFS, and we've used Pinata before for some of our sites. We love the idea of V3's new principles, but removing GitHub/Dropbox may be inconvenient for some users in our opinion. I, personally was going to suggest looking into Cloudflare Pages Docs, but according to tosdr, it doesn't align with core principles. Utilizing IPFS is a great option since it gives control to users, and keeps hosting fees minimal, other than that, no insights from us. Goodluck on V3! |
What about WebDAV? It's an open protocol with a lot of implementation like in any Nextcloud server. Such server can be found in a free SaaS plan (I'm thinking of Framadrive/Framaspace) or you could deploy a WebDAV server on your own. |
Ooooh I looked for free hosting of own/NextCloud but could not find one, I did not know about framadrive and framaspace !!! It is quite a shame to make users have a whole Own/NextCloud instance just to store a bunch of JSON files and assets... Or maybe not I'm adding webdav then ! |
I'm thinking the other way around: some user, specially the privacy focused ones, have a personal cloud. Using it for Silex would be a seamless experience, knowing their data is safe at home.
I agree nobody would install a cloud just for Silex, but an existing one could be useful.
…On July 18, 2023 11:06:46 AM GMT+02:00, Alex Hoyau ***@***.***> wrote:
Ooooh I looked for free hosting of own/NextCloud but could not find one, I did not know about framadrive and framaspace !!!
It is quite a shame to make users have a whole Own/NextCloud instance just to store a bunch of JSON files and assets... Or maybe not
I'm adding webdav then !
--
Reply to this email directly or view it on GitHub:
#1515 (comment)
You are receiving this because you are on a team that was mentioned.
Message ID: ***@***.***>
|
Very true thx @jb!
…On Jul 18, 2023, 17:50, at 17:50, Jean-Baptiste Richardet ***@***.***> wrote:
I'm thinking the other way around: some user, specially the privacy
focused ones, have a personal cloud. Using it for Silex would be a
seamless experience, knowing their data is safe at home.
I agree nobody would install a cloud just for Silex, but an existing
one could be useful.
On July 18, 2023 11:06:46 AM GMT+02:00, Alex Hoyau ***@***.***> wrote:
>Ooooh I looked for free hosting of own/NextCloud but could not find
one, I did not know about framadrive and framaspace !!!
>
>It is quite a shame to make users have a whole Own/NextCloud instance
just to store a bunch of JSON files and assets... Or maybe not
>
>I'm adding webdav then !
>
>--
>Reply to this email directly or view it on GitHub:
>#1515 (comment)
>You are receiving this because you are on a team that was mentioned.
>
>Message ID: ***@***.***>
--
Reply to this email directly or view it on GitHub:
#1515 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Gitlab is now implemented (v3.silex.me) But it shows a warning to new users that there is a free trial. I am in contact with someone at gitlab and they say
So I should probably
Also I am not sure if this free trial transforms into a free account without the paid features |
A storage connector in Silex is a plugin that allows users to directly connect their preferred cloud storage service to the Silex application. It means Silex itself doesn't need to store any user data on its servers, which enhances user privacy and data ownership.
Because Silex isn't storing user data, it reduces the cost of hosting the service, which is why Silex Labs can afford to host a free instance of Silex for users. It's an elegant way to maintain user control over data while keeping the operational costs of the platform minimal.
Silex v3 aims to focus on free and open-source services to align with the principles of open data, user privacy, and freedom of choice. Open-source storage solutions can offer transparency, flexibility, and security benefits over proprietary solutions. So no more Dropbox or github in v3
I considere services that are both self-hostable and offer a SaaS (Software as a Service) version with a free plan. Here's what this means:
Self-hostable: The service should be open source, which means its source code is publicly available. This allows users or developers to host the service on their own server or infrastructure. This is a key requirement for those who want full control over their data, desire to customize the service, or have specific security, privacy, or performance requirements.
SaaS with a free plan: The service should also offer a hosted version, ideally with a free tier or plan. SaaS is a software delivery model where the service is hosted on the provider's servers and accessed through the internet. A SaaS version with a free plan allows users to start using the service with no upfront cost and without needing to set up and maintain their own server. This can be especially appealing for small teams, individuals, or beginners who might not have the resources or technical expertise to self-host the service.
This constraint is a great way to ensure accessibility and flexibility. Users who prefer ease of use and convenience can use the SaaS version, while those who prefer more control can opt for the self-hosted version. It also aligns with the principles of data ownership, user freedom, and openness.
Here is my list so far:
Traditional Storage Protocols/Services
Object Storage Solutions
Database Services/Headless CMS
Distributed Storage Protocols/Services
Feel free to discuss this list
The text was updated successfully, but these errors were encountered: