CumBroth
If anyone wants to achieve something similar without using Tailscale or with alternative VPN providers, the setup outlined in this LSIO guide is pretty neat: https://www.linuxserver.io/blog/advanced-wireguard-container-routing
Edit: Don't be intimidated by the word "advanced". I struggled with this a bit at first (was also adapting it to use at home instead of on a VPS that's tunneling to home) but I got it working eventually and learned a lot in the process. Willing to assist folks who want to set it up.
Came here to say this; just wanted to add that it was simultaneously the saddest game I'd ever played.
Having children is basically keeping cum as a pet. 😋 😋 😋
Ooooh, good catch. I assumed "it's been giving me the same message for over an hour" to mean that they've been monitoring the logs, not running in interactive mode. O_O
That log entry is unrelated to whatever issues you're having. That's what the default docker-compose.yaml
uses for health checks:
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s
timeout: 5s
retries: 2
The fact that it returns a 200 probably means that Invidious is properly up and running. Could you elaborate further on what you mean by "setup isn't completing"? How are you trying to connect to the web UI? Sharing your docker-compose.yaml
might help us debug as well.
Edit: I just noticed that the default compose file has the port bound to localhost:
ports:
- "127.0.0.1:3000:3000"
which means you won't be able to access it from other machines inside or outside your network. You'd have to change that to - "3000:3000"
to enable access for other machines.
NO! THIS IS SOMEWHERE TO BE. THIS IS ALL YOU HAVE, BUT IT'S STILL SOMETHING! STREETS AND SODIUM LIGHTS! THE SKY, THE WORLD! YOU'RE STILL ALIVE!
Edge is so invasive now that people have developed tools to remove it, for example https://github.com/ChrisTitusTech/winutil. And you still have to run them after any update that ends up reinstalling Edge! It's like removing malware, but it's even worse because this gets reinstalled by updates from the same legitimate authority that provides your security updates. This recently got me so mad that I decided to quit the games that don't run on Linux and replace Windows with Linux on my gaming PC.
It's a shame I can't avoid Microsoft at work as well.
On the other hand...
I've never heard of NextCloud Cookbook before. Looking at its Github page, it says it's "mostly for testers" and is unstable, so no point in even considering it for regular use at this point in time. Besides, I'm assuming you'd need to have your own instance of Nextcloud up and running to use it; I don't use Nextcloud.
As for Grocy and other more mature alternatives (Tandoori also comes to mind), I think I initially went with Mealie because it had the most pleasant UI out of all of them. I liked it and found that it satisfied all of my requirements, so I just kept using it.
One thing I need to publicly expose is my own instance of Mealie. It's a recipe manager that supports multiple users. I share it with family and friends, but also with more distant acquaintances. I don't want to have to provide and manage access to my network for each and every one of them.