shiftymccool

joined 8 months ago

I've never had a Twitter account, but this makes me want to create one just so I can quit

[–] shiftymccool@programming.dev 13 points 1 day ago (5 children)

rating babies

1/5 - Put it back in there

[–] shiftymccool@programming.dev 1 points 1 week ago (1 children)

That was a lot of words that, in no way, answered my question.

[–] shiftymccool@programming.dev 3 points 1 week ago (3 children)

Great intro to philosophy lesson. In the real world, we have the choice between Harris and Trump. You can forget anyone else exists because our election system is broken. If I don't vote, one of them will still win. Now, without philosophizing, what do we do to stop the violence?

[–] shiftymccool@programming.dev 4 points 1 week ago (12 children)

I'm so fucking sick of this ridiculous argument. You've identified the problem, what's your genius solution?

[–] shiftymccool@programming.dev 2 points 2 weeks ago

I was literally just thinking today, "I wonder where I could get some pallets..." I guess the universe has spoken

[–] shiftymccool@programming.dev 6 points 2 weeks ago* (last edited 2 weeks ago)

No Man's Sky has some impressive storms. They change depending on the planet, and a recent update (still updated for free since 2016, btw) added a bunch of new atmospheric effects. Some storms have winds strong enough to throw you around and, in some cases, off the planet.

[–] shiftymccool@programming.dev 2 points 2 weeks ago (2 children)
[–] shiftymccool@programming.dev 3 points 1 month ago

Or garlic mustard

[–] shiftymccool@programming.dev 10 points 1 month ago (1 children)

Premises: a house or building, together with its land and outbuildings (properties).

Premise: an idea, theory, or theme that forms the basis for a statement or action.

[–] shiftymccool@programming.dev 4 points 1 month ago

"Wall of text"!?!? You fucking kids and your fucking video culture

19
submitted 3 months ago* (last edited 3 months ago) by shiftymccool@programming.dev to c/selfhosted@lemmy.world
 

Hey all! I'm having an issue that's probably simple but I can't seem to work it out.

For some history (just in case it matters): I have a simple server running docker and all services being defined in docker-compose files. Probably doesn't matter, but I've switched between a few management UIs (Portainer, Dokemon, currently Dockge). Initially, I set everything up in Portainer (including the main network) and migrated everything over to Dockge. I was using Traefik labels but was getting a bit annoying since I tend to tinker on a tablet. I wanted something a bit more UI-focused so I switched to NPM.

Now I'm going through all of my compose files and cleaning up a bunch of things like Traefik labels, homepage labels, etc... but I'm also trying to clean up my Docker network situation.

My containers are all on the same network, and I want to slice things up a little better, e.g. I have the Cloudflared container and want to be selective about what containers it has access to network-wise.

So, the meat of my issue is that my original network (call it old_main) seems to be the only one that can access the internet outbound. I added a new network called cloudflared and put just my Cloudflared container and another service on it and I get the 1033 ARGO Tunnel error when accessing the service and Cloudflare says the tunnel is down. Same thing for other containers I try to move from old_main, SearXNG can't connect, Audiobookshelf can't search for author info, etc... I can connect to these services but they can't reach anything on the web.

I have my docker daemon.json set to use my Pi-hole for DNS and I only see my services like audiobookshelf.old_main coming through. I also see the IP address of the old_main gateway coming into Pi-hole as docker-host. My goal is to add all of my services to new, more-specific networks then remove old_main but I don't want to drop the only network that seems to be able to communicate with the web until I have another that can.

I'm not sure what else to look for, any suggestions? Let me know if you need more info.

view more: next ›