"N self-hosted alternatives to popular cloud services" is becoming a meme. Here's 43 self-hosted alternatives to popular cloud services, with one-click demos you can try yourself! https://apps.sandstorm.io/ Tiny Tiny RSS, Ghost, Gitlab, and Rocket.Chat are in there. ownCloud is missing, but you can try Davros, which is compatible with the ownCloud client apps. https://apps.sandstorm.io/app/8aspz4sfjnp8u89000mh2v1xrdy…
If someone wants to push forward porting ownCloud to Sandstorm, check out this existing issue about it: https://github.com/sandstorm-io/sandstorm/issues/89 For any help regarding ownCloud internals, everyone is very welcome in our IRC channel #owncloud-dev (on freenode).
Self-hosted alternatives to popular cloud services
81–90 of 148 posts
Re: Self-hosted alternatives to popular cloud services
#82Earlier quoted context omitted.
You "just" have to rent some cheap server that is always on. That's the self-hosting part for "asynchronous synching". With that, you do not sent your data to a third-party for the delayed syncing, but you host that peer yourself. If you use syncthing, you could make it also save incremental backups and suddenly you got kinda of an online backup.
With BTSync you can even use encrypted read-only secret on the cloud peer, and it will never see any unencrypted data.
The idea is discussed for syncthing, https://github.com/syncthing/syncthing/issues/109
There is a 880 USD bounty on it at https://www.bountysource.com/issues/1474343-support-for-file...
Re: Self-hosted alternatives to popular cloud services
#83"N self-hosted alternatives to popular cloud services" is becoming a meme. Here's 43 self-hosted alternatives to popular cloud services, with one-click demos you can try yourself! https://apps.sandstorm.io/ Tiny Tiny RSS, Ghost, Gitlab, and Rocket.Chat are in there. ownCloud is missing, but you can try Davros, which is compatible with the ownCloud client apps. https://apps.sandstorm.io/app/8aspz4sfjnp8u89000mh2v1xrdy…
Re: Self-hosted alternatives to popular cloud services
#84"N self-hosted alternatives to popular cloud services" is becoming a meme. Here's 43 self-hosted alternatives to popular cloud services, with one-click demos you can try yourself! https://apps.sandstorm.io/ Tiny Tiny RSS, Ghost, Gitlab, and Rocket.Chat are in there. ownCloud is missing, but you can try Davros, which is compatible with the ownCloud client apps. https://apps.sandstorm.io/app/8aspz4sfjnp8u89000mh2v1xrdy…
Re: Self-hosted alternatives to popular cloud services
#85Self-hosted WebRTC audio/video conferencing: https://github.com/jitsi/jitsi-meet
Re: Self-hosted alternatives to popular cloud services
#86Earlier quoted context omitted.
> RocketChat I don't know and I should look into but I do feel that XMPP should be the chat replacement for all Agreed. Given that there are multiple, open source servers, several good open source Web clients and literally hundreds of native libraries/clients, XMPP seems like the obvious choice here. What irks me even more - Rocket Chats homepage: > Native client applications available for download on Linux, Windows…
I don't get this. Why does the language it's written in make it "not native"? Firefox is pretty "native", yet practically all of the UI is powered by JS. Hell some of the built in programs in windows 10 are using html/js/css and if you are going to argue that the built-in "part of the OS" programs aren't native, then what is? If you can see performance issues or problems with how it works then point those out, don't…
For instance, in Slack, which is more or less an Electron app / browser in a box, I can easily get it down to <5 fps just by posting a snippet or going too far in scrollback. Resizing the window is beyond painful, etc., etc. It all seems unbelievably unnecessary - why should a chat program, literally text on a screen, perform like this on a top-of-the-line quad-core i7 system?
Re: Self-hosted alternatives to popular cloud services
#87Earlier quoted context omitted.
I don't get this. Why does the language it's written in make it "not native"? Firefox is pretty "native", yet practically all of the UI is powered by JS. Hell some of the built in programs in windows 10 are using html/js/css and if you are going to argue that the built-in "part of the OS" programs aren't native, then what is? If you can see performance issues or problems with how it works then point those out, don't…
Well, that's just the issue. I have no problem with Electron apps as an idea, but they're often coupled with extremely slow rendering. You can tell immediately. For instance, in Slack, which is more or less an Electron app / browser in a box, I can easily get it down to <5 fps just by posting a snippet or going too far in scrollback. Resizing the window is beyond painful, etc., etc. It all seems unbelievably unnecess…
web rendering doesn't automatically make an app slow. And in my experience choosing a "common" platform like the web allows an app to run everywhere. I'm not suddenly going to be able to triple my development speed, so without the common platform that means that i'd only be able to support one major platform, or all platforms but with a small fraction of the development speed, and most likely many more bugs.
And to be fair, saying slack is nothing more than "text on a screen" is really oversimplifying it. There are tons of formatting options, code highlighting, embedded HTML, embedded video and images, attachments, coloring, emojis, and more.
It seems like a pretty obvious choice to go with a web rendering engine seeing as it supports almost all of that "natively".
Re: Self-hosted alternatives to popular cloud services
#88Earlier quoted context omitted.
I've installed and abandoned ownCloud several times, mostly because it is far too heavy for what I need and I had concerns about its security. I also had to set up EncFS on my local machines for client-side encryption of sensitive files because there was no way I was trusting that to ownCloud server-side. It took more work to set up but I have Seafile self-hosted on the smallest DigitalOcean VPS and it works beautifu…
> I also had to set up EncFS on my local machines for client-side encryption of sensitive files because there was no way I was trusting that to ownCloud server-side. Did you host OwnCloud yourself? But you didn't trust the software with your files? In what way is the SeaFile solution you are running now more trustworthy? > I'm still looking for a good self-hosted CalDAV/CardDAV option that doesn't require PHP or MySQ…
Re: Self-hosted alternatives to popular cloud services
#89Although this is a nice write up about a possible setup for self hosted alternatives for popular cloud services, I don't like it. It falls short to compare the different possible services and the possibilities you can have with them. OwnCloud is nice, but why should I pick on OwnCloud and not SeaFile. Ampache is cool, but why not Subsonic? I would like to read the reasoning behind the individual choices OR the reason…
I've installed and abandoned ownCloud several times, mostly because it is far too heavy for what I need and I had concerns about its security. I also had to set up EncFS on my local machines for client-side encryption of sensitive files because there was no way I was trusting that to ownCloud server-side. It took more work to set up but I have Seafile self-hosted on the smallest DigitalOcean VPS and it works beautifu…
My compromise for the most part is having all of those services walled off behind vpn.
Re: Self-hosted alternatives to popular cloud services
#90Although this is a nice write up about a possible setup for self hosted alternatives for popular cloud services, I don't like it. It falls short to compare the different possible services and the possibilities you can have with them. OwnCloud is nice, but why should I pick on OwnCloud and not SeaFile. Ampache is cool, but why not Subsonic? I would like to read the reasoning behind the individual choices OR the reason…
I donated years ago to the project and I'm grandfathered into the 'premium' app.