Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on ma.fellr.net
selfhosted·SelfhostedbyFelix Urbasik

Okay [#Plesk](https://ma.fellr.net/tags/Plesk), I'm breaking up with you.

Okay #Plesk, I'm breaking up with you.

When I was new to #SysAdmin stuff, #Plesk helped me a lot with setting things up, especially email. But this is just stupid. I'm already paying for a server package that comes with Plesk, but it can't administer #PostgreSQL?

Fuck that. I'm leaving.

Any #OpenSource #FOSS alternatives? (Don't you dare to say #Docker 😠)

@[email protected]
@[email protected]
@[email protected]
#selfhosted #server #admin

View original on ma.fellr.net
14

26 replies

Hestia is decent.

But since I don't want to host email or DNS, I just ended up setting up nginx and php with a database from scratch, I find it easier to manage that way since it's fairly simple and I know more about what's going on inside.

2

I wonder if is because you're paying for it, so the license for Postgres is restrictive.

2
sqrawreply

Yep podman is FOSS. It was developed by redhat originally, which might be concerning to some given the recent news about RHEL, but that's probably not relevant. Use it for homeassistant, etc and it can be less ready-out-the-box than normal docker but works well on the whole. Mind you if you have an issue with docker-the-system rather than any docker.io controversy, then it probably isn't for you either.

1

The performance impact usually is negligible. Containers are nothing else than cgroups and a set of namespaces. In fact, you can create a container without any container runtime (podman, docker etc.). It might be that the performance hit was due to an image being built poorly, or the runtime being configured in a strange way? The only metric where there is some performance hit is the network, and that's because - depending on the configuration - the traffic **might ** flow through more hoops. Obviously it is possible to run the containers in the host network namespace, if this is really an issue.

All of this not to try to convince you or to claim your experience is false, is just that I am very surprised, I am aware that containers have some downsides, but usually performance is not really one of them.

1
Felix Urbasikreply
ma.fellr.net

@nerdeiro @[email protected] @[email protected] @[email protected]

Thanks, but what I really meant was something for the entire server like Plesk was. I'll definitely take a look at pgAdmin, but I mainly need something that takes the pain out of E-Mail server configuration. And of course, some Web and Database stuff would be nice. I used to use ISPConfig a few years ago, I wonder if it has improved. 🤔

1

You mean now you need to pay for using the plesk software too?!?

1

containerd (which #Docker is built on top of) is actually FOSS and very usable with Nerdctl (though the packaging is kinda lacking last I checked)

As others have said, podman is an option, that is if you are ok with Redhat's brand of "Open Source".

You could just manage it yourself and use system packages if you hate your life and have too much free time.

P.S. @[email protected] Hopefully this comment properly finds you, as it looks like some sort of Mastodon-sourced sort of thing, and I have not interacted with one of those from Lemmy before. It should just work I think, but who knows.

1

You reached the end