Embrace Openbox
ratz
Might be a bit more complex than what you want, but I love Prometheus + Alertmanager and a nice sexy Grafana dashboard
I want my money back, frankly
Holy shit I cant believe dogpile is still alive
I never see anyone eating a twix
I mean, why would you
They're terrible
Yeah that seems pretty gross.
Being bad at a thing is the first step to being kinda good at a thing.
First, many distros ship with sudo so its pretty ubiquitous, anything you learn about managing sudo will apply to most if not all distros, not just debian. (Great choice though ❤️)
The correct answer is "it depends".
In a production environment you'll typically have some external authentication source like IdM, FreeIPA or active directory set up. In this case its common to just give full sudo access to the group that comprise your admin team, as in most cases you have to trust that they know what they're doing.
Ideally you want to follow the priciple of least access and avoid privilege escalation as much as possible. For example, there may be specific instances where a non-priv user needs to run $x as a super user, in which case, you should only grant the ability to 'sudo' for that executable as opposed to 'ALL'.
As you've already discovered, with great power comes great responsibility. 😉
I come to the fediverse for a bit of interaction with humans, or at least observe a bit of discourse 😅 I just unsubbed from another community because it was non-stop bot links. I have RSS for that, don't need it in my lemmy feed too.
Hey. I did this, I self host a lot of stuff and at some point it just became my default setting. In this case though I dont think its really that valuable unless you're planning on hosting your own communities and moderate users and whatnot which comes with its own admin burden. Not to deter you or anything. I used a modified docker compose, so you'd need some way to host lemmy, lemmy's UI server and a database backend, and a reverse proxy in front.. DNS and SSL certificates... Its kinda intermediate to highly technical to host your own I guess? Would I recommend it to someone not technical? No, unless you were really keen and looking for a project to expand your skills a bit. 😉
Best I can do is about 12 dot points, sorry
I think some people just have different perspectives on life, different motivations. As an elderly millennial I empathize with you OP, I've felt much the same myself. I'm coming to terms with the fact that some people are just really focused and ambitious, while others (like me), really aren't - and that's perfectly okay.
I see you, fellow data sovereignty aficionado.
My first thought would be to try and set up iptables/nftables forwarding for this.
Personally I opted to just use my VPS as a MITM mail relay and just forward inbound mail for my domains to my own on-prem dovecot instance.
...your way is probably easier