

Is 172.17.0.1 like dockers loopback for its own services?
Is 172.17.0.1 like dockers loopback for its own services?
I had considered the VPN route, but i think its enough of a technical hurdle for other people that it would stop my parents and friends from being able/willing to get onto the audiobookshelf server
I had considered not using nginx for precisely those reasons, but like the plex server i want to make it available to my family and friends and so the nginx reverse proxy build seemed to be the most widely applicable and still secure option so I only need to tell them to download audiobookshelf and point it at the correct domain name.
Thank you so much this is very helpful, I’ll definitely be taking a run at it with all of this advice in mind this week. When you mention running the whole thing as a single stack does that mean getting all of it running inside a single docker container such that it only takes the 1 docker run command? Is it a requirement to get them able to talk or just a more elegant way to have the entirety of the server running in a singular container instead of spread across several?
I know, and that’s on my to-do list, but I wanted to get this up and running at least once before upgrading and potentially having to start from square 1.
This is actually a plot point in Rick Riordans work. If you’re not familiar he writes YA novels about kids who are secretly demigod fighting monsters in a modern day setting and the specially mention that one of the telltale signs of demigods is ADHD for almost exactly the reasons you describe
Man, I’ve had the wrong Boole in my head this whole time? Guess I have a 0 somewhere that I should have a 1
The math fun fact I remember best from college is that Charles Boole invented Boolean algebra for his doctoral thesis and his goal was to create a branch of mathematics that was useless. For those not familiar with boolean algebra it works by using logic gates with 1s and 0s to determine a final 1 or 0 state and is subsequently the basis for all modern digital computing
Right, thats likely why all of the similar cards i could find on a search were triggered abilities. But, if you go through all of the layers in order then the resulting power after 1 pass will stay that value until something else changes the game-state and causes them to recheck since the +X/+0 will have already been applied.
Since you describe it as a constant modifier rather than a triggered ability like all of the similar cards i could find i would say this sounds like a Layers deal. Layers are the order in which constant effects are applied and I personally don’t know enough to say for sure, but if you start by looking up MTG Rules Layers that should be a solid starting point.
Ive got a reverse proxy config that was available in the Audiobookshelf github documentation, I was mainly struggling to understand how to get all of the parts working together. Thanks for the help