

Another solution I don’t see mentioned (yet) is have both ends connect to a VPS running your WG endpoint. Then both sides only have to have egress ability, nothing coming in, no CGNAT to worry about.


Another solution I don’t see mentioned (yet) is have both ends connect to a VPS running your WG endpoint. Then both sides only have to have egress ability, nothing coming in, no CGNAT to worry about.


Negative. All done in uptimekuma/HA. You’ll need an access-token from your home assistant server but it’s pretty straightforward.


I use uptimekuma with notifications through home assistant. I get notifications on my phone and watch. I had notifications set up to go to a room on my matrix homeserver but recently migrated it and don’t feel like messing with the room.


FWIW, here’s my compose file. I 100% use https for everything internal. With LetsEncrypt and Pihole, why wouldn’t you? It’s dead-simple.
networks:
backend:
external: True
services:
vaultwarden:
container_name: vw-svr-00
image: vaultwarden/server
environment:
- TZ=My/Timezone
- DOMAIN=https://my.internal.domain/
# ports:
# - "82:80"
volumes:
- ./vw_data:/data
networks:
- backend
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.vaultwarden.rule=Host(`my.internal.domain`)”
- "traefik.http.routers.vaultwarden.entrypoints=websecure"
- "traefik.http.routers.vaultwarden.tls=true"
- "traefik.http.services.vaultwarden.loadbalancer.server.port=80"
edit: I also run my instance on a subdomain vs a path. So my instances is actually at vw.internal.domain.


Yes. You can enable password requirements to install them. iOS at least, don’t know about Android.
Goddamn……… I forgot all about that………


Goddamnit, I didn’t even think about this when I saw they were doing the mass delete. Here’s to hoping that they’ll at least keep the videos up. Waaaay too much stuff on YT to lose it all. Anyone know if archive.org is backing them up?


I’ve been looking at esp32’s with wired connectivity lately. POE would be a nice touch.
That looks pretty cool. It’s got giant mechs so I’m in.


But what of you’re actually talking about a bundle of sticks……?


This looks like it’s just sponsor blocking in the videos. Does this block pre/post ads?
As a Volvo fan, that was my first thought too.
US or Japan 7/11? I’m pretty sure they’re different grades of coffee.


“They’re not here for me”


My setup is similar. My main “desktop” is a Slackware VM through VNC/guacamole.


Why are you running full VMs for something that can be put in a container? Sounds to me (without having any evidence or proof) that you’re running out of memory and you’re swapping and it’s taking forever. That’s what causes the VMs to slow/stop.


Why not just run your own WireGuard instance? I have a pivpn vm for it and it works great. You could also just put jellyfin behind a TLS terminating reverse proxy.


I’d suggest Alpine too. Works great for me so far.
This is what I use as well and it’s pretty painless after setup.