

This is the way.


This is the way.


I got a test box set up with nixos and a config that runs all of my services. I wanted to test the declarative rebuild promise of it, so I:
And it worked!!! All serviced came back with the data, all configuration was correct.
I’m going to keep testing, and depending on how that goes I may switch my prod server and nas to nixos.


I also recommend forgejo over gitea. I’m running forgejo and I love it.
For your reverse proxy, look into pangolin. It combines proxy with wireguard tunneling and auth. So you can set up access controls on a service by service level. It’s great. I use it and love it. No affiliation. Just really happy with how it works.


I agree with the other folks recommending Pangolin on a VPS for this. It’s great. It combines a reverse proxy and a wireguard tunnel together for you. You don’t have to open any ports on your home network, and Pangolin allows you to set access levels for each individual service.
So you can have some fully open for those who aren’t going to mess with VPNs and tunneling, and you can put other things behind Pangolin auth to add additional protection.


Are you able to ssh in with Pangolin? I’m also using Pangolin on a VPS, and though a little while ago (last year somteime?) they demoed a tool for ssh over the pangolin tunnel, I could not get it to work.


On some sites if you use the advanced search (ext.to for example), you can search by the IMDb ID.
I scored some new WD 14tb drives for $120 US last October, and I am glad I did! Was a hell of a deal.


What desktop environment/window manager are you using?


Is WordPress running in docker or on the host is?
What you could do is set up and NFS or smb share on the ote other server, move all the media to that share on the file server and then mount the NFS/b share to the folder on the WordPress server.
Set up the NFS/smb share to mount at boot. WordPress shoudnt wvwn notice the difference.
Excuse me, it’s microslop. ;)


find /path/to/starting/dir -type f -regextype egrep -regex 'some[[:space:]]*regex[[:space:]]*(goes|here)' -exec mv {} /path/to/new/directory/ \;
I routinely have to find a bunch of files that match a particular pattern and then do something with those files, and as a result, find with -exec is one of my top commands.
If you’re someone who doesn’t know wtf that above command does, here’s a breakdown piece by piece:
find - cli tool to find files based on lots of different parameters/path/to/starting/dir - the directory at which find will start looking for files recursively moving down the file tree-type f - specifies I only want find to find files.-regextype egrep - In this example I’m using regex to pattern match filenames, and this tells find what flavor of regex to use-regex 'regex.here' - The regex to be used to pattern match against the filenames-exec - exec is a way to redirect output in bash and use that output as a parameter in the subsequent command.mv {} /path/to/new/directory/ - mv is just an example, you can use almost any command here. The important bit is {}, which is the placeholder for the parameter coming from find, in this case, a full file path. So this would read when expanded, mv /full/path/of/file/that/matches/the/regex.file /path/to/new/directory/\; - This terminates the command. The semi-colon is the actual termination, but it must be escaped so that the current shell doesn’t see it and try to use it as a command separator.

I used duckdns for years without any issues at all. Only reason I switched is because I’m using Pangolin and tunneling instead of exposing my IP directly.
Sorry, typo. It’s Play:sub
Unfortunately, yes
Android or iOS?
On android I found symphonium to be a great app to use with my navidrome server. On iOS, play:sub was the best experience I found


deleted by creator


This looks awesome. I’m going to check it out.


Come on gang! We all know the real answer is Hannah Montana!
edit: jfc, typos. I hate typing on phone keyboards.
Secondary to that is that getting bluray to work on a computer is a pain. It’s not impossible, but its not natively supported on macos or Linux (I dont know about windows, haven’t used it in ages now).
Whereas if you do use the alternative methods, you don’t have to fight with trying to get the os you’re using to work with bluray