Live data from Hacker News

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

github.com

21–30 of 54 posts

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

#21

Is there really a market for a self hosted B2C SaaS options? Would it be enough of a differentiator to drive business away from competitors?

Yes. Especially in fields where privacy and/or security are required. (Think healthcare, corrections, and more)

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

#22
post #4

Earlier quoted context omitted.

Yes, the present link was entirely redundant as awesome-selfhosted is better written overall with proper license information as well.

TBH, I used awesome-selfhosted a few times in the past, and at least at that time it needed to be cleaned out. Dead projects (demos were dead links and such), projects that would no longer install, and low quality projects were all problems I encountered. It certainly has more entries, but I'm not sure that's a good thing.

That's going to be the same kind of problem as with all list living online: it needs curation and dedicated efforts to keep it up to date.

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

#23
post #12

Earlier quoted context omitted.

I think so. I literally will not look at most services unless there is an on-prem option. To the extent where I will regularly design my own solution instead of deploying something Cloud based.

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

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

#24
post #8
post #2

There is also this collection of self hosted services: https://github.com/Kickball/awesome-selfhosted

Does anyone know a self hosted licensing server? A sevice that software could call with a license key and some stats, and it would verify the license, the number of users or whatever and log the stats.

I’m working on exactly this but I don’t have a clear estimate on when we’ll be able to launch. If you are interested in beta testing check out license.io or email me at steven@quantus.io

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

#25
I wrote this a while back to build and run my own apps in containers:

https://github.com/sumdog/bee2

It's not really ready for general use, but I'm still glad I wrote it for myself. It hits all my use cases, taught me a lot about the Docker Engine API and helps me put up new self-hosted stuff really quickly. I might use it to deploy some stuff from this list.

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

#27
post #13

Or you just make your own HTTP app server with integrated distributed JSON database and self host on a raspberry cluster: https://github.com/tinspin/rupy

So this is sort of like a barebones mongo db? Looks very cool.

It's inverted, I put the db on the app server so it talks HTTP natively; but the app server is also non-blocking async. concurrent so it's not only a toy.

I call it Joint Parallel, because that's the best term to describe that many cores can co-operate on the same memory at the "same time".

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

#28
post #3

Earlier quoted context omitted.

It would be great to label the multitenancy-capable ones, so hackers/geeks/enthusiasts/IT-persons could provide these things to their friends and family. Or is that too much responsibility/power?

Seems like that negates most of the benefits of self-hosted: you're dependent on an internet connection (now likely two residential-class connections instead of one), it can go away without notice, you don't have absolute control over what happens to your data... If I had to choose between traditional cloud services and a friend providing best-effort service, I'm going to go with the former.

The very beginning of the readme is all about commercial, not residential, hosting. "Self" for the code, but not for the infra.

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

#29
post #8
post #2

There is also this collection of self hosted services: https://github.com/Kickball/awesome-selfhosted

Does anyone know a self hosted licensing server? A sevice that software could call with a license key and some stats, and it would verify the license, the number of users or whatever and log the stats.

If I understood your requirement correctly, there was a Wordpress plugin that did similar (if you don't mind running a Wordpress instance though). It's supposed to be OSS as well, so I guess there's copies of the source available elsewhere too. In any case if you'd like to purchase their official license:

https://easydigitaldownloads.com/downloads/software-licensin...

Post reply on HN