antsu

joined 1 year ago
[–] [email protected] 111 points 5 months ago (7 children)

Running the right command on the wrong SSH session/machine.

[–] [email protected] 2 points 5 months ago (1 children)

I have a bunch of ST6000NM0095 (which are similar specs) in my NAS, and despite already being well used when I got them, so far only one needed to be replaced in nearly 5 years of (my) usage.

My only advice with these is: if you notice a maddening noise coming from them when they're idle, update them to the latest firmware and it'll go away.

[–] [email protected] 7 points 7 months ago

Cool. Time to get ready for another round of broken extensions.

[–] [email protected] 2 points 8 months ago

Amazing work, these look great!

[–] [email protected] 9 points 9 months ago (4 children)

Timeshift with BTRFS kicks ass. I have mine set for daily snapshots, retained for a week. Only the changes between snapshots are stored, so the extra disk usage is minimal, and easily justified by the peace of mind in case of fuck-ups or broken updates.

[–] [email protected] 20 points 9 months ago

+1 for Immich. It's the most complete and competent Google Photos replacement yet.

[–] [email protected] 3 points 9 months ago

I don't have the source right now, but I had the same idea not long ago, and the tl;dr is swap on a zvol is a very bad idea. If your system ever runs low on memory and actually needs to do heavy swapping, you're setting yourself up for a catastrophe.

[–] [email protected] 1 points 9 months ago

My streaming service (Jellyfin) always has all the seasons of everything. 😉

[–] [email protected] 1 points 9 months ago (1 children)

If they take long or don't resolve it, try the live support chat. I used the chat inside their app to request it and it was unlocked pretty much instantly.

[–] [email protected] 5 points 9 months ago (5 children)

O2 has an on-by-default security filter that blocks all sorts of "bad stuff". For me, it was preventing connecting to any PIA VPN servers. Ping their customer support and they can disable it for you.

[–] [email protected] 2 points 10 months ago

Assuming this is an option for you, convert your ext4 partition to btrfs (can be done without data loss) and enjoy having proper snapshot support. Timeshift makes it really easy to automate and manage btrfs snapshots.

[–] [email protected] 3 points 11 months ago

This looks about right, I have a similar setup for unauthenticated services here, with the difference that I'm using NGINX Proxy Manager instead of Caddy. The things I would try/check are:

  • Make sure you've enabled the proxy provider in the local outpost config in Authentik.
  • Declare a common network between the two containers, so that they can communicate without having to go out through the host's IP. This way you can reference the VS Code container directly by its service name in Authentik.
  • I'm not familiar with Caddy, but I would also try changing the code.test.example.com entry to point directly to Authentik's IP and port (in other words, both entries would look the same). In the config your posted, it seems like Caddy is redirecting through itself.
view more: ‹ prev next ›