• 2 Posts
  • 134 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle
  • Hey, cool idea! I’ve also got a bunch of dockers and services running on a swarm on multiple devices. Like any good project, it’s on it’s like 3rd or 4th iteration now, having run into some roadblock each time. I structure most of my services into stacks. For example, I have a stack for proxy, www, monitoring, and of course the 'ol arr stack. Anyways, I keep all my notes on the stack compose yaml files that seems to work for me. I only interact with docker on the cli because portainer wants me to pay to use docker swarm. But because I’m so adept at docker on the cli, I have recently stumbled across gemini-cli. Dude, having that to help trouble shoot docker stuff is amazing. It’s really good, but I’d keep it on a short leash.



  • I have a separate IoT network. It’s basically just a guest wifi for IoT. Anything coming in on that network gets a VLAN tag and only previous & established connections can get out. Honestly, it’s kinda a pain in the ass with homeassistant because I keep HA on the other network so I have to manually find devices. It might be easier to just block it at the ip level or blacklist outgoing ip ranges to Tuya or whatever.


















  • Hey thanks for that. I do like hackernews and ars technica. And I already selfhost a bunch of other stuff. So I guess I found what I’m going to setup next. In the past whenever I’ve looked into RSS I’ve found some sites go out of their way to try to stop it.

    For example here’s a site I’d like to get the feed for featured reviews: https://rateyourmusic.com/

    Short of scraping it with python beautiful soup I don’t see an easy way to get the feed.