shiftymccool

joined 2 years ago
[–] shiftymccool@programming.dev 2 points 9 months ago* (last edited 9 months ago)

Not sure if this is being used but I saw this a while ago: GibberLink

[–] shiftymccool@programming.dev 11 points 9 months ago (1 children)

For fuck's sake, just fucking say fuck! FUCK!

[–] shiftymccool@programming.dev 1 points 9 months ago

No releases on github so no Obtainium either

[–] shiftymccool@programming.dev 5 points 9 months ago (1 children)

Open source but only available on play store...............

[–] shiftymccool@programming.dev 4 points 9 months ago (1 children)

Obligatory "RAID is not backup" PSA statement

[–] shiftymccool@programming.dev 6 points 9 months ago (1 children)

This must work only on some types of people. If I saw this when opening an app, it would be uninstalled immediately

[–] shiftymccool@programming.dev 2 points 9 months ago (1 children)

My understanding is that switches (maybe mx blacks in particular?) get smoother with age. I've seen people searching for vintage switches for just that reason. Chances are, if you're a heavy keyboard user, that friction (I know exactly what you mean) should go away after a while if you're persistent. I've never been a huge fan of lubricating switches, feels like a lot of trouble to get the same feel that you would get by just using them and letting them smooth out over time. Just my 2 cents

[–] shiftymccool@programming.dev -4 points 9 months ago (1 children)

What's really ironic is that if anybody else would've posted articles from nytimes or forbes it would be "western propaganda". But, these particular articles support his narrative so these are OK

[–] shiftymccool@programming.dev 8 points 9 months ago (1 children)

I have to know, how do you lose lambdas? You should still have the source code. Please tell me you didn't code them directly in the aws console...

[–] shiftymccool@programming.dev 4 points 9 months ago (1 children)
[–] shiftymccool@programming.dev 2 points 10 months ago (1 children)

Nobody, that's kinda the point. If they were more easily / cheaply repaired, more people would

[–] shiftymccool@programming.dev 2 points 10 months ago

They're just going to see a lot of No Man's Sky. Like, a lot. It's basically the only reason i ever fire up windows.

 

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!

19
submitted 2 years ago* (last edited 2 years 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.

 

Hey all!

I have a bunch of services running on my home server and was looking to expose some of them publicly via Cloudflare tunnel. This is done and working great using the origin server certificate and strict TLS.

Up until now, I've been using self-signed certs internally but now I don't want to deal with the "proceed anyway" crap on browsers. I have Traefik set up to get certs from Cloudflare using DNS challenge and that seems to be working.

So, now my problem is: how do I switch between these certificates for the same URL when I'm internal vs public? I'd rather keep that traffic local if I'm at home, which is also working, I just can't figure out how to get Traefik to use the appropriate certificate depending on if the request is coming from my LAN or Cloudflare.

Any suggestions? Is there a better way to accomplish what I want to do?

EDIT: Looks like I'm just going full Cloudflare on this one, thanks for your help everyone!

view more: next ›