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?
@fell@[email protected]@[email protected]@[email protected] i'd suggest #rspamd as a faster alternative to spamassassin. also includes modules for dkim, dmarc, ratelimit and others, so no need to run extra daemons along, (like opendmarc, opendkim, postgrey, policyd, etc..)
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.
Ok, sorry. Try https://www.pgadmin.org/. You'll still have to run the database yourself before you can administer it with pgAdmin, tho. So get used to apt/yum/dnf/docker/podman/etc.
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. 🤔
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.
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.
Podman might be interesting, but I've had bad experiences with containers. If you compare them directly, there is a noticeable performance impact. At least with #Docker there was. And I don't want to pay for more hardware than I need. I'll give it a try, thanks!