Earlier quoted context omitted.
How turn key do you expect the self hosted option to be? If it contains a lot of other software like SQL and Redis, would you be comfortable installing it or would you expect the option to bundle it in some kind of installer? Would you be OK with using a container, or would you want binaries?
In my dream world, all open source software would consist of a single binary and the only third party need would be a DB (preferentially Postgres or MySQL). Must be why I like Go so much
Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
41–50 of 54 posts
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#42It's easy to forget that sometimes you don't really need to host things. I used to run a Next Cloud server for syncing my documents, contacts, and calendar with all my devices. I'd rarely use a device that was not mine to access those things. I've switched to Syncthing ( https://syncthing.net/ ) and DecSync ( https://github.com/39aldo39/DecSync ) and that's replaced 95% of what Next Cloud did for me. Your use case mi…
Do you mean you switched to a hosted Syncthing? I'm looking into Nextcloud and syncthing. A lot of people suggested Nextcloud. What do you like better about syncthing?
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#43It's a nice list of really useful services. However, it should also be pointed out that it's also a deploy-your-own-unpaid-system-administrator-job. A lot of the value in SaaS products is the service provided of someone else maintaining it. The maintenance and security patching for running all this stuff, especially on the open Internet, that would quickly become a part time job. So, I'd say that for most people with…
I have my own media server, because when netflix removes friends, ill still be able to watch it. sure that means i have to buy the box set of friends for like 100$, which is 10 months of netflix into a single show. but i never have to worry about that going away. I'd rather have a raspberry pi with a webcam with motionEye letting me monitor my house than feeding private data into a company a dont trust.
This is also a hobby for me that has benefited me in my job on multiple occasions, and I only do it for services that I'm ok with downtime on (I've outsourced my email even though that's the data I would love to control the most, I'm not going to mess around with downtime on that). I absolutely wouldn't recommend any of these things for my grandma.
Also, "unpaid system administrator job" can be a bit of an extreme analogy. I do spend non-zero time working on these things... but because I was using this as a way to practice actual system admin things, they are generally set up for stability. there isn't much work to put into it after setup. Unchanged software rarely just suddenly starts breaking for no reason, especially when the traffic on it is low because there are only 2 people using the service. (again, I'm aware that self hosting email has all sorts of "you need to keep spam filter stuff up to date" weirdness, but I wouldn't advocate for that).
Other than email, anything on this list would be great for someone who wants to keep data in home, as long as they know the scope of how much free time they have vs their desired reliability.
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#44Earlier quoted context omitted.
Depends on how you're running it. When I was running hass.io on a RaPi, I used a few of those plugins (including PiHole). Now that I'm running HA in a VM on a bigger machine, it makes more sense to run those services as separate VMs alongside it.
I've been trying to decide between these options myself. I was never happy with the slow restarts and potential for microSD failure when I ran HA on a RaPi3 (years ago, legacy AIO on stock Raspbian) so I haven't kept up with it and now want to start from scratch on something like a NUC. Do I make Hass.io a VM along side other VMs for PiHole, my LAMP website, etc? It will be idle so much that low power/heat during idl…
PiHole is so light-weight and relatively low-risk, you could easily run it on the same VM as Home Assistant if you'd like. I keep separate VMs for everything out of habit. I would isolate the LAMP site as much as possible, especially if it's publicly available—potentially even keeping it off of the same network as everything else.
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#45It's a nice list of really useful services. However, it should also be pointed out that it's also a deploy-your-own-unpaid-system-administrator-job. A lot of the value in SaaS products is the service provided of someone else maintaining it. The maintenance and security patching for running all this stuff, especially on the open Internet, that would quickly become a part time job. So, I'd say that for most people with…
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#46It's a nice list of really useful services. However, it should also be pointed out that it's also a deploy-your-own-unpaid-system-administrator-job. A lot of the value in SaaS products is the service provided of someone else maintaining it. The maintenance and security patching for running all this stuff, especially on the open Internet, that would quickly become a part time job. So, I'd say that for most people with…
"Host your own" isn't about simplicity or cost necessarily. For me, it's about controlling data. I have my own media server, because when netflix removes friends, ill still be able to watch it. sure that means i have to buy the box set of friends for like 100$, which is 10 months of netflix into a single show. but i never have to worry about that going away. I'd rather have a raspberry pi with a webcam with motionEye…
Is this accessible online, or just at your house?
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#47For your self-hosted SaaS needs, Yunohost is awesome. One-click install of many apps and services – but more impressively one-click upgrades as well. Nice, user-friendly, very little maintenance required. Self-hosting for people who don’t want to do system administration. I’ve been running a Yunohost server for the past three years, adding and removing various services on the fly. Love to use it, and the great work o…
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#48Earlier quoted context omitted.
"Host your own" isn't about simplicity or cost necessarily. For me, it's about controlling data. I have my own media server, because when netflix removes friends, ill still be able to watch it. sure that means i have to buy the box set of friends for like 100$, which is 10 months of netflix into a single show. but i never have to worry about that going away. I'd rather have a raspberry pi with a webcam with motionEye…
"I have my own media server" Is this accessible online, or just at your house?
Also a prime example of a "downtime not a big deal" project. If it breaks, we just go back to the movie closet, and its no less convenient than how we used to do things (or just watch actual Netflix).
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#49It's easy to forget that sometimes you don't really need to host things. I used to run a Next Cloud server for syncing my documents, contacts, and calendar with all my devices. I'd rarely use a device that was not mine to access those things. I've switched to Syncthing ( https://syncthing.net/ ) and DecSync ( https://github.com/39aldo39/DecSync ) and that's replaced 95% of what Next Cloud did for me. Your use case mi…
Do you mean you switched to a hosted Syncthing? I'm looking into Nextcloud and syncthing. A lot of people suggested Nextcloud. What do you like better about syncthing?
Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs
#50It's a nice list of really useful services. However, it should also be pointed out that it's also a deploy-your-own-unpaid-system-administrator-job. A lot of the value in SaaS products is the service provided of someone else maintaining it. The maintenance and security patching for running all this stuff, especially on the open Internet, that would quickly become a part time job. So, I'd say that for most people with…
There sure are things that require quite a bit of maintenance, but personal e-mail servers is definitely in the other end of that spectrum.