

I think you’ve even beat my spoon-with-two-screws key.
Found a picture:

Also at @[email protected] on Mastodon.


I think you’ve even beat my spoon-with-two-screws key.
Found a picture:



For my gaming PC, I shut it down whenever I’m not actively using it.
My laptop is usually just put to sleep, and only fully powered off if I don’t plan to use it for a bit, or if I’m installing updates.
My servers stay on 24/7.


Meshtastic supports mqtt, so that would probably be the easiest way to send messages to/from Home Assistant. Everything is done through the GUI, no coding knowledge required.
I have the Heltec V3 personally, so I can vouch for that. I would imagine that any device would probably work, though, as long as it has Wi-Fi.
For tracking, I’d look into Airtags or Moto Tags. They have a battery life measured in years instead of hours, and they’re much smaller.


Which is exactly what is demonstrated in the post. 🙃


Thanks! I like to keep things simple. The colors are based on Counter Strike 1.6. 😁
And if you’re into the classic styling, my homepage is a direct homage to my old 2000s sites.


True, but this is specifically about scripts you think you know, and how curl bash might trick you into running a different script entirely.


Yep! That’s what the post shows.
I created a live demo file, too, so that you can actually see the difference based on how you request the file.


Ah. I tried /feed.xml and /feed.rss, but didn’t think to check just /feed/


Did you find an RSS feed? I didn’t see one.


I have tried to use Adguard Home’s DNS rewrites as well as custom query filters to catch local requests for
sub.domain.tldand point them instead toUnraid.IP.Address, but this does not resolve.
According to the logs you posted, it’s resolving just fine, the server is just refusing the connection.
What you’re trying to do is a pretty typical setup, and one that I use myself (except that I ditched AGH for a simpler set up).
Internal DNS points to the internal address of the reverse proxy, external DNS points to the external address (both are the same of your using ipv6).
You just need to look into why the server is refusing the connection. Anything in the logs?


Yeah, but there’s no compose file for the converter. How can you possibly run a single python script without docker+compose?


It would certainly make sense to stop producing an old model to save components for the manufacture of the new ones.
This seems likely.
Considering the chip shortages, it would make a lot of sense to stop producing the old products for a while in order to build up stock for the new products.


Nice write up.
And yes. They’re all just USB sound cards. The ones advertised for ham radio might have some better shielding or isolation, but none are conceptually different than just plugging the radio into the audio output of your PC/phone/steam deck/etc. I have a fancy signalink soundcard, myself, but more often just use a generic sound card dongle I bought on Amazon because it’s smaller and easier to use.


That’s where my mind went. M33, baby.


The config files should be in the volume you mounted in your NPM container. Probably /data/cong.d/. You can either edit them like normal nginx configuration files (NPM just runs normal nginx in the background), or you can copy them to a standard nginx instance.


Looks like most of that install script is just creating a letsenceypt cert for you. If it’s not working, you can probably just create one yourself or use a wildcard cert if you already have one.
The rest is just an nginx instance being used to proxy a connection. If you’re already using NPM, anyway, you might as well just use that. No reason to run extra instances.
Or start with the signal one and add your other proxy config files to that.
Since you’re asking on the Fediverse, an Activitypub server would be an obvious choice.
Git repos would be another good (and easy) choice.


In my opinion, “self-hosted” means that you host it yourself.
Running services in the cloud (i.e. someone else is hosting it) isn’t the same as hosting it yourself.
Just have fun, though. Not everyone is in a situation where they can self host. Just do what works for you.
Debian on my servers. No drama, it just works.
Fedora on my laptop and desktop. Still solid, but quicker updates.