priapus

u/priapus@lemmy.one
2 posts · 53 comments

Recent posts

Recent comments

Your work machine grinding whole beans already puts it far above the average work machine. I can't drink the coffee from my work machine unless I cover it up with loads of milk and sugar, and then I might as well just drink an bottled iced coffee or a Celsius.

I actually bring an aeropress go to work for my coffee. Fits comfortably in my desk and takes ~3 minutes to make a nice cup.

on Custom Local Domains · c/selfhosted · 1 pts · 3y

Yep! If you have a local DNS server such as a pihole you could just manually add watch.tv to your local dns records and set the IP as your servers IP. If you don't have a local DNS server, you can just add it to your hosts file.

Once you do this, any requests to that domain will go to your reverse proxy, which if set up correctly will send you to Jellyfin.

I'm not familiar enough with Pacman to know what that command does. It's definitely not as clean or easily manageable for servers as NixOS is. Especially not when you have multiple systems of which you would like some packages to be shared and others not. It also still doesn't allow you to manage global system configurations.

on Custom Local Domains · c/selfhosted · 1 pts · 3y

I get that, they're a bit confusing at first. I'd highly recommend looking at Caddy, it's configuration is very simple. Really all you have to do is pick a domain name and point it at the correct port. If you're only accessing locally you don't even need to buy a domain.

on rulez · c/196 · 2 pts · 3y

Thank you for sharing this site!

Also, the Google Noto Emoji's android uses are open source, so if you're looking for them you'll find them used in lots of logos. Super Auto Pets uses them for a ton of the icons and animals.

A simple bash script is not reproducible or deterministic. Also a filesystem rollback is not the same as NixOS's generation based rollback.

Also, NixOS doesn't just install packages, all system configuration is done declaratively, which would be a very bad idea to do via a bash script.

You can do so, but that doesn't make it the best idea. There's a reason the devs say not to. Steam makes it very difficult to manage prefixes, installing dependencies and running exe's under the prefix is very awkward. There's really no benefit over using Lutris or Bottles.

on lemmy enjoyers be like · c/196 · 1 pts · 3y

When a comment is deleted other instances are notified, so it should be deleted on all of them. Unless they are misconfigured

on Custom Local Domains · c/selfhosted · 3 pts · 3y

Reverse proxy and local DNS. Just add the domains you want to your DNS and point them at the reverse proxy.