Which kind of command/apps you always wanted to self-host but you never bothered doing so because it's "overkill"?
Which kind of command/apps you always wanted to self-host but you never bothered doing so because it's "overkill"?
Title. Proxy managers and dashboards for me. The first one because "I'm not working on NASA lmao" and the second one, "It's not minimal enough".
Email. I want a local email server where I can move old emails off the internet for archiving.
But the number of components going into email servers made me stop.. I already have caddy reverse proxy, but finding out how to use it for a email server.. I didn't even get properly started
If you need it for this, and only this, the setup is actually very simple, you just need an IMAP server like dovecot https://github.com/nodiscc/xsrv/tree/master/roles/mail_dovecot
being extremely lazy, you can use Thunderbird
That sounds like what I want! Thanks! 🙏
I was thinking of using it for local email from other self-hosted services, but I am getting too old to set it up
isync can be used for archiving IMAP into maildir format, which is readable by all MUAs.
Not sure about the proxy part, but on debianoids apt-get install dovecot with no further configuration gives you a pretty well functioning IMAP server. Just use your unix username to authenticate over imap.
I'd run my own mail server if deliverability wasn't such a huge hassle.
Basically if you're not google or Microsoft... Don't even bother.