this post was submitted on 10 Aug 2023
3 points (100.0% liked)

Selfhosting

13 readers
1 users here now

All things selfhosting and homelab related Resources: - https://github.com/awesome-selfhosted/awesome-selfhosted - https://github.com/awesome-foss/awesome-sysadmin

founded 1 year ago
 

I want to self host my own kbin instance. But dream host (my current host) doesn't let me do postgresql unless I get a dedicated server (very expensive). And I don't want to put it on my home machine because I want professional hosting.

So what are my other options? And what are you all doing? Are there preferred hosts?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

I'm hosting at home. OpenSUSE running in a Proxmox VM.

[–] [email protected] 2 points 1 year ago (1 children)

So you're running kbin.pithyphrase.net from your home pc?

[–] [email protected] 2 points 1 year ago

Well, from my home hypervisor. I'm not running it from my daily-use laptop.

[–] [email protected] 1 points 1 year ago (1 children)

I using hetzner as a VPS provider for hosting my kbin instance. There are probably cheaper hosting companies out there but they works and have never had any problem with them.

[–] [email protected] 1 points 1 year ago (1 children)

Do you use unmanaged hosting?

[–] [email protected] 1 points 1 year ago (1 children)

Yes, using their so called cloud service, so I'm managing everything myself.

[–] [email protected] 1 points 1 year ago

So you install your own server (apache or nginx or whatever) and also run your own postgresql from the same unmanaged space? And the server software serves both the php app and the database?

Thanks for answering my questions. I've always used managed hosting but it's becoming too limiting and I'm seeking to expand my options.