Comment on
Running GoToSocial on an old wifi router
Reply in thread
This was recently posted on Reddit and might be helpful.
https://www.reddit.com/r/openwrt/comments/1vwq1ey/google_nest_wifi_router_h2d_board_mistral_qcs404/
Comment on
Running GoToSocial on an old wifi router
Reply in thread
This was recently posted on Reddit and might be helpful.
https://www.reddit.com/r/openwrt/comments/1vwq1ey/google_nest_wifi_router_h2d_board_mistral_qcs404/
Comment on
Anybody here does mTLS?
I use mTLS for Home Assistant and Navidrome.
It's very secure, the only limiting factor is that the client apps need to support them (or you use a PWA).
Comment on
Don't Trust, Verify (or: Validating Origin and Integrity without Public CAs)
Reply in thread
Sorry, I think I misread the comment when I made my initial reply.
Edit:
If you mean the key provided for the demonstration, you could ensure that you get the correct one by checking the signature (it's signed by my personal key) or by doing the initial download through i2p or tor. Once it's added to your keyring, you maintain that same key for all the subsequent checks. Or, if you don't want to do either, you could consider it as a Trust-on-first-use system.
The important point is that it's a layered system, rather than a single point of trust, and that once you trust it, it cannot be compromised.
Comment on
Means to privately connect to my home server other than Tailscale?
Comment on
Why can people see who upvotes and who downvoted post on Lemmy?
Isn't the Fediverse supposed to be open?
You can show your personal support for something by upvoting it or your opposition to something by downvoting it, but if you don't want to take a stance on something at all, you don't have to.
It's an entirely optional mechanic. You can fully utilize Lemmy to view, post, and comment without ever voting if you don't want to.
As far as I'm aware, the votes don't really matter, anyway. Lemmy doesn't seem to use karma the way that Reddit does. i.e. I've never seen a post removed because the user didn't have enough karma, etc.
Comment on
I have made a Kubernetes to Docker-compose converter/devolver. It's horrible. It's glorious.
Yeah, but there's no compose file for the converter. How can you possibly run a single python script without docker+compose?
Comment on
[Discussion] Would you buy a Steam smart phone?
Probably not Steam OS, specially, but I'd love an alternative Linux-based smartphone OS.
Comment on
Where are you running your wireguard endpoint?
On my router
Comment on
Funded in 5 minutes - the open source modular mini computer 'Pilet' is on Kickstarter
I fell for the Ready 100 Computer, years ago and now I don't trust anything computer related on Kickstarter.
Comment on
*Permanently Deleted*
Reply in thread
Convenience. Unless you live right near the border, it's probably faster/easier to shop in your own state than drive all the way to another.
But if you do live near the border of a state without a sales tax, then it's pretty common to shop in the neighboring state, especially for larger purchases.
Comment on
*Permanently Deleted*
Reply in thread
The US doesn't have a national sales tax, so it depends whether the individual state imposes a tax or not.
Comment on
Podman or rootless docker?
I use podman almost exclusively at this point. I like having the rootless containers and secrets management. If you're on Debian, though, I strongly suggest pulling podman from Trixie. The version in Bookworm is very out of date and there's been a lot of fixes since then.
Comment on
Curated list of selfhosted apps for your homelab
Reply in thread
And why is a tower defense game listed under Automation?
Has the word "automation" in the description, so the AI just assumed it belonged.
Comment on
Why can people see who upvotes and who downvoted post on Lemmy?
Reply in thread
Oh, 100% agree that it's a bit unhinged to actively call out people because they down-dooted something you posted.
Comment on
My childhood Pokemon Blue cart - 157 hours logged.
Reply in thread
I have! That actually is a restored file.
I used to back up my save and then start new games to help friends collect the starters. After I traded away the new starters, I'd restore my original save and keep playing, so that save has been backed up and restored a number of times along the way.
I'd like to actually get a dumper at some point so that I can more securely save the file, but for the time being it's saved on the same Mega Memory Card I was using back then.
Comment on
Installing **self-hostable** services on a cloud server isn't self-hosting ???
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.
Comment on
Steam Deck is out of stock in the US?
Reply in thread
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.
Comment on
18-Year-Old NGINX Rewrite Module Flaw Enables Unauthenticated RCE
Seems to be specific to rewrites using an un-named capture.
grep -rnE "\$[0-9.*].*\?" /etc/ngnix
should show if you have any potentially vulnerable directives in your config.
Comment on
Switched to Bazzite in November
Reply in thread
AMD has been great on Linux.
I'm curious about Intel's cards, though. They seem to be offering some solid competition now, but I haven't heard anything about their Linux support.
Comment on
If you have one, how much do you pay for a domain name? Any cheap registrar recommendations?
I have two domains through Cloudflare. They don't mark up to price at all, so they're basically the lowest price you'll find that isn't a gimmick.
I pay $6.50 for one and $10.46 for the other. Privacy is free and by default.
No harm in getting your domain from them. Just beware that when you create a DNS entry, they default to proxying the incoming connections. It is super easy to turn that "feature" off, you just have to remember to do it whenever you create a new record.