Live data from Hacker News

Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

github.com

41–50 of 54 posts

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#41
post #23

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

I share your dream world. Sadly I never even come close to carrying out it out when I build a small thing for myself.

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#42
post #35

It'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?

Syncthing is not a hosted service, rather its a p2p way to sync files and other things between your devices. It relies on the bittorrent protocol, so you don't need to have a central server. What you can do though, is install it on a NAS as well, so that files are also synced to a central location.

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#43
post #34

It'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 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

#44

Earlier 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…

I have a single machine running FreeNAS that's running all of my home services at the moment (I know it's not the best hypervisor, but I wanted my NAS on bare metal and I can't justify a separate dedicated server). I have Ubuntu running in a VM running Docker, and installed Home Assistant using the official instructions for this setup[1].

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.

[1] https://www.home-assistant.io/docs/installation/docker/

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#45
post #34

It'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…

On top of the work to do it myself, I like the Pinboards/Ulysses/underdogs of the world and want them to continue to exist. There's something to be said for supporting small businesses that put out affordable, high quality work.

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#46
post #43
post #34

It'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…

"I have my own media server"

Is this accessible online, or just at your house?

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#47

For 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…

Same here. I don't use any of the yunhost apps though. Instead I use docker images and the redirect community yunhost app to route to them. Eventually I want to run yunhost itself in a docker container. Regardless it has been Rock solid for me for about three years as well

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#48
post #46
post #43

Earlier 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?

In home. Wife has a lot of movies, and it's just to avoid having to walk to the movie closet and search through stacks on stacks of DVDs. Not doing any high seas or movie sharing. Just convenience and a fun project.

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

#49
post #35

It'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?

With syncthing or the similar Resilio you can sync folders between your computers. This works best if you also install it on a NAS so as intermediate storage constantly available. Nextcloud can do this also but adds a lot of other functionality. This is a cloud. You can access your files from any device. You can upload photos from your mobile. You can share files. You can create and edit documents. Play music. Show your photos. There are many apps adding further functionality. And you can install Nextcloud on your NAS at home or any VPS service

Re: Deploy-your-own-SaaS: “only yours” cloud services for everyday needs

#50
post #34

It'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…

Why should people not run their own email server? It's not like email is moving fast, so it's mostly set and forget. Automatic security updates are a thing, so it really is a non-issue.

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.

Post reply on HN