Ah, I had that one confused with the basic personal plan. 😅
Ah, I had that one confused with the basic personal plan. 😅
Iirc SMTP and whatnot is business only for Proton, so I assume you’re sending alert emails through some other service like myself, right? I’ve been using SMTP2GO’s free tier and it works well for my very low usage needs, would love to hear more about your setup if you have any tips.
In case you haven’t stumbled upon Piper, it’s pretty great for the mouses it supports. I’ve had a good experience with the couple Logitech ones I’ve owned.
Yeah I’m with you there, vanilla helix meets basically 90% of my needs so I’m not in any real rush to change
I was going to point to visual.nvim as a possible middle ground, but it’s now archived :(
Disclaimer: I haven’t actually tested it myself
Maybe consider a Hetzner storage box. They support borg, restic, rsync and probably more, there’s no ingress or egress fees and you get unlimited traffic. Very nice for off-site backups if, like myself, you’re on a limited budget.
It says a lot that when I read that my first thought was “oh so like keeping the self hosted services running and whatnot” for a second 😅
I second borg, been using it for years and it’s never let me down. Granted, I haven’t actually had to do disaster recovery so far, but my tests have been positive lol
Since space is a major concern, maybe have a look at borg and possibly something like borgmatic on top for easier configuration. Borg does deduplicated backups, so you could do even hourly ones if you wanted without too much extra space depending on how many you want to keep. You’d need to run a borg server wherever you want to store your backups so it’s not a simple rsync over ssh situation but that’s the price you pay for the extra niceties.
As a Logseq user, that looks pretty much like what I wanted it to be. Lean, self hostable, no weird feature bloat. I’ll take a closer look!
Btw just in case you aren’t aware, the nag can be done away with. I don’t have a link off the top of my head but it’s out there.
Yeah, you’re probably right. I didn’t connect the dots that’s what you’d need here, my bad.
Ah, I see. I’ll check it out!
Yeah, I feel that. I’ve settled on telmate’s but there’s a few things I’ve had to implement as hacky post creation SSH edits on the config files, such as passing through the Intel GPU to my Jellyfin container.
I don’t have much actual experience with it but you can run arbitrary shell commands in at least cloud-init, the others should be able to do the same. Maybe that could work? Definitely better than manually running scripts, at least.
It’s not a feature I’ve used myself but I’m pretty sure you can create Jellyfin playlists and collections spanning different libraries, so that could work if you’re okay with some manual curation
I use Proxmox, running a mix of regular and NixOS based LXCs. One of those also runs Docker for simpler services.
Potentially skim through awesome-selfhosted’s budgeting section as well just in case, although at a glance it looks like ihatemoney is the one standout service that fits your use case anyway
Yup, traefik isn’t able to do any sort of serving itself so for anything more complex than a handful of ports you’re expected to use nginx or whatever webserver to serve what you need and then have traefik on top of that as a reverse proxy. Or at least that’s my understanding as a somewhat new user.
Ah, I see Linux supports breadboards now!