shiftymccool

joined 1 year ago
[–] [email protected] 6 points 1 day ago

It's almost like punctuation was made for a reason...

[–] [email protected] 10 points 3 days ago (2 children)

I, apparently, have the pleasure of introducing you to Cave Johnson: https://youtu.be/NyLUU3O4zW8

[–] [email protected] 3 points 4 days ago (1 children)

I used nextcloud for a while but ended up with a combo of syncthing and filebrowser to similar effect

[–] [email protected] 9 points 5 days ago

Multiple sag layers? What is this, the early 90's?

[–] [email protected] 5 points 5 days ago

You're the reason we can't have nice things

[–] [email protected] 10 points 2 weeks ago

The LLM generates software, freeing the programmer from having to write and debug the underlying code

Aaaaand this is the problem. Sure, go ahead and let the slop machine generate the code, but you definitely have to debug that shit.

[–] [email protected] 11 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

My home network is called The IT Clowd with these devices:

  • Moss - physical server
  • Roy - physical server
  • Jen - vm - main docker host
  • Richmond - vm - *arr stack
  • Denholm - vm - management, monitoring
  • Douglas - vm - Home Assistant stack
  • Basement - vm - development server
[–] [email protected] 1 points 1 month ago

Give me the angry downvote all you want but, you are administering a system, you are literally a sysadmin

[–] [email protected] 6 points 1 month ago (1 children)

It's, ummm, literally the first thing on the website (nginx.org). Tell me you didn't read the docs without telling me you didn't read the docs

[–] [email protected] 1 points 1 month ago

Kopia doesn't get enough love, it's awesome

 

Hey all! I'm running Proxmox VE with the tteck PBS LXC and I can't figure out why there is this constant network traffic on PBS. I have backups set to run in the early morning and the screenshot is from when it should be idle. Any ideas? I know I'm not providing much info here so any clarifying questions are welcome since I don't know what would be important for troubleshooting. Thanks!

0
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

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 ›