• 5 Posts
  • 169 Comments
Joined 1Y ago
cake
Cake day: Jun 11, 2023

help-circle
rss

Check out Discord’s Webhooks; many applications publish notifications through them. Should be as easy as sending a message to a specific URL, I think.




The docking mechanism is simple—since the asteroid is likely to be iron-rich, Vestri will use magnets to attach itself.

Love this.



Need to get some sociologists on this to determine if Irish people counted as White at the time.






They should be required to shut down some of the machines to get under noise ordinance.



Looks like it’s mostly for live TV? I haven’t had cable in a long time, don’t really need to record things.





Fuck all these men who think they own the women in their lives. The women are not the ones bringing shame on your families; you are.



I definitely trust Proton much more than I trust myself.


If you’re not paying for a service, you’re likely being monetized by watching ads or providing personal data to companies that don’t necessarily have your best interests at heart.

This is a bit out of date. Nowadays, you pay for the service and are monetized by watching ads and providing personal data to companies that definitely don’t have your best interests at heart.


Why would you need to continue using the self-signed certificates for the Cloudflare connection? Just use the valid certificate for all connections.



  1. Touchscreen. Needs physical buttons.
  2. Has too much functionality. Not good for sleep hygiene.

The issue is keeping them working. My wife has iPods (gen 3?). We’ve backed Tangara in the hope that it will replicate the experience and let us finally replace them. It’s surprisingly difficult (read: impossible) to get something that plays music, has a wakeup alarm, and has a sleep timer.




You want to split your domain so it resolves to a private IP internally and a public IP externally. So, your internal DNS server should return internal IPs.


Revolt also actively discourages you from self hosting because they want to get the network effect going, and you can’t do that if everything is splintered.

I have yet to find a Discord alternative, and I’ve looked a few times.



Docker network pools are huge by default. I had to change this as well.

This article covers the issue and the solution in detail:
https://straz.to/2021-09-08-docker-address-pools/

If you just want the solution, skip to the section titled How to configure docker to allow >500 bridge networks. I think you’ll need to remake all your networks after making the change, if I remember correctly.

Here’s my config now:

$ sudo cat /etc/docker/daemon.json
{
  "default-address-pools": [
    { "base":"172.16.0.0/12", "size":24 },
    { "base":"172.17.0.0/12", "size":24 },
    { "base":"172.18.0.0/12", "size":24 },
    { "base":"172.19.0.0/12", "size":24 },
    { "base":"172.20.0.0/12", "size":24 },
    { "base":"172.21.0.0/12", "size":24 },
    { "base":"172.22.0.0/12", "size":24 },
    { "base":"172.23.0.0/12", "size":24 },
    { "base":"172.24.0.0/12", "size":24 },
    { "base":"172.25.0.0/12", "size":24 },
    { "base":"172.26.0.0/12", "size":24 },
    { "base":"172.27.0.0/12", "size":24 },
    { "base":"172.28.0.0/12", "size":24 },
    { "base":"172.29.0.0/12", "size":24 },
    { "base":"172.30.0.0/12", "size":24 },
    { "base":"172.31.0.0/12", "size":24 }
  ],
  "log-opts": {
    "max-size": "1g"
  }
}

I still need to get this back up after the database requirement took it down


Yes, that would work. Highly recommend installing docker and running in containers. (Except Tailscale, probably; that would be native.)


I’m on pfSense+, but I’ll be switching to opnSense eventually.



Integrated Login?
So, I have a bunch of services behind Authelia, utilizing LDAP hosted on my NAS. I log in once and it carries through my other services that are secured by Authelia, which is great. However, since my wife rarely visits these services - mostly when I send her links - she has to log in basically every time. I've contemplated putting our laptops on a network login backed by the same LDAP, though I haven't started researching how to do that yet. If I do, though, is there a way to have the laptop login integrate with Authelia or another solution to prevent login prompts? I know I could do it with Windows and AD, but we're both on Linux, so that complicates things a bit.
fedilink

Oh, I assumed you could replace them. If it’s just remove, you’re 100% right.



It says this is inspired by 13ft Ladder, which is also self hosted. What’s the difference between the two?



I have an external drive plugged into my NAS that receives a daily sync of important documents. My wife knows to take it if anything happens to me. I’ll create documents that explain anything that needs explaining and make sure they’re synced there.


Where are you storing your data, and how many processes are accessing it at once?


Good local-only/local-first wifi thermostat?
I want to be able to control my thermostat from my phone, so I'm looking for recommendations for one that meets the following: - Works with no network access (as in, I can access it but it can't access anywhere else, enforced via VLAN on my firewall) - Lets me control my single apartment thermostat (temperature, heat/cool, maybe programming but it's okay if I have to do that on the unit directly) - Not hundreds of dollars - No microphone Any thoughts? Really just want something simple. Edit: I have no other smart home devices right now, if that matters.
fedilink


Jellyseerr for music?
cross-posted from: https://infosec.pub/post/187436 > I love Jellyseerr - it's a great way to expose the request functionality for my users - but it only does movies and series. Is there anything similar that works with music?
fedilink

qbittorrent: switch UIs on a schedule
Is there a way to switch the qbittorrent UI between the default UI and vuetorrent on a schedule? I tried changing the alternate UI between false and true in the config, but it didn't affect the app. [ps love the banner on this community]
fedilink