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
Why not docker? Docker is great?
@fell @[email protected] @[email protected] @[email protected] virtualmin? Not sure about ispconfig and postgres. But there are a few foss alternatives to plesk.
@xinomilo @[email protected] @[email protected] @[email protected]
Maybe it’s time to fully embrace the terminal then. May the force be with me when I set up #SMTP #IMAP #SPF #DMARC #SpamAssassin #Pyzor and more
@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…)
2c.
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.
I wonder if is because you’re paying for it, so the license for Postgres is restrictive.
@fell @selfhosted sudo apt install postgresql-server
sudo -u postgres psql
@fell @[email protected] @[email protected] @[email protected] i don’t know for sure if #podman is foss but i know it is an alternative to Docker.
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.
@cmicmuir @[email protected] @[email protected] @[email protected]
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!
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.
deleted by creator
@damien @[email protected] @[email protected] @[email protected] To be honest, no, not yet.
@fell @[email protected] @[email protected] @[email protected]
#Podman ?
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.
@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. 🤔
@fell @[email protected] @[email protected] @[email protected] Ah, ok. In this case, take a look at Yunohost: https://yunohost.org/
It can install and manage all sorts of things.
@nerdeiro @[email protected] @[email protected] @[email protected]
Riiiiight! I forgot about that! I’ll definitely try that. But I’ll need another provider as mine only offers Ubuntu or CentOS I believe.
But I was thinking of just buying a VPS for the static IP and then tunneling everything to my living room anyways, this way I could use my own hardware.
@fell @nerdeiro @[email protected] @[email protected] @[email protected]
If it doesn’t conflict with your values, Cloudflare tunnel would get you something similar to the “tunnel through a VPS node” strategy at a lower cost.
@blbecker @nerdeiro @[email protected] @[email protected] @[email protected]
It does conflict with my values :)
But depending on how cheap it is, I might be willing to… bend them. Thanks for the tip.@fell @nerdeiro @[email protected] @[email protected] @[email protected]
Honestly, same. Despite some hangups about using Cloudflare, it being free and not requiring a port forward into my network won out.
@lamp @fell @selfhosted Yup. I higly recommend. Mailcow is what I use for my own e-mails.
You mean now you need to pay for using the plesk software too?!?
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.