

I host about 30 services, so it has crossed my mind. But I like the instance I am on now. Also, since it would almost definitely be just me on there, it would be a colossal waste of time, effort, and resources.
I host about 30 services, so it has crossed my mind. But I like the instance I am on now. Also, since it would almost definitely be just me on there, it would be a colossal waste of time, effort, and resources.
I’m too lazy to insert the “look what they need to mimic a fraction of our power” meme here, so… Please imagine it instead.
I’m switching jobs in a couple of months, and I am SO glad to be leaving a (very well maintained!!) python codebase with type hints and mypy for a rust codebase.
It is just not the same.
Yeah OK, that’s fair. It’s really a shame how dependent notifications are on Google. ALl the other things - Mail, Photos, Drive,… - are a lot easier to replace.
Alright, thank you!
Hey, we’re also thinking about setting up authentik. Could you answer the following, where I haven’t found answers to yet: does introducing SSO impede logging into Jellyfin on a TV / phone app at all?
Android without a Google account is great though
As a fellow Futo user: it’s not great out of the box. My biggest recommendations are:
Also, two super useful shortcuts: you can press the space-bar and move your finger around to move the pointer; and the same for backspace to fine-control what to delete.
Hope this helps, but if not… What additional gripes do you have with it?
Will do! Thank you!
That sounds great. I think I’ve given it more than a month overall, but probably never longer than a week at a time. Guess I’ll have to have my SO hide my normal keyboard lol
I built and configured an Arkenswoop some time in 2023. It’s really nice. However… I have gotten quite fast on a conventional keyboard just by using it over the years, and re-learning that is just so tedious. Every time I try, something with a deadline comes up, and I switch back “temporarily”.
Anyone have experience overcoming this?
I have been listening to SO many audiobooks since getting Audiobookshelve ❤️
Fair… Sorry, I always forget how prominent Apple devices are in the US.
Thunderbird for mobile is great! And in contrast to the gmail app, search actually works, lol
I am a bit confused tbh 😅
The link you send links to docker projects, the link I sent is the second one of those. Seems pretty straightforward?
But to be fair, I have never used docker for any of this. In my nix config, it’s literally just:
services.prowlarr.enable = true;
services.prowlarr.openFirewall = true;
There’s not really anything you need to configure host-side. Prowlarr needs to be able to communicate with sonarr and radarr (same as jackett), but otherwise it’s basically stateless.
Yeaaaaaaahh the auth thing is really, really complicated to selfhost. There’s a docker project out there that apparently makes it possible, but… No idea. FOr the time being I still use FF’s auth - that’s still an improvement though: Mozilla knows that I am logging in / from what kind of device, but not the content or amount of what I sync.
If you feel like everybody else is crazy… I got news for you Buddy!
Probably… I mean, I’d at least start it in a systemd service, but sure, you don’t need a domain.
But of course your mobile won’t be able to access that domain outside your network
No idea - this is my firefox sync NixOS config, in its entirety:
age.secrets.ffsync.rekeyFile = secrets.ffsync;
services.firefox-syncserver = {
enable = true;
secrets = config.age.secrets.ffsync.path;
settings.hostname = "localhost";
singleNode = {
enable = true;
hostname = "0.0.0.0";
capacity = 2;
};
};
Oh yeah rust tooling is insanely good ootb