I maintain the opinion that NixOS exists solely to make us Arch users (btw) look not as bad in comparison.
antsu
- 0 Posts
- 13 Comments
antsu@lemmy.wtfto Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English8·2 months ago+1
This is a problem a simple spreadsheet is perfectly adequate for.
But the rules say the system must be usable.
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.
+1 for Immich. It’s the most complete and competent Google Photos replacement yet.
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.
My streaming service (Jellyfin) always has all the seasons of everything. 😉
antsu@lemmy.wtfto Selfhosted@lemmy.world•UK's O2 network is blocking duckdns.org domainsEnglish1·2 years agoIf 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.
antsu@lemmy.wtfto Selfhosted@lemmy.world•UK's O2 network is blocking duckdns.org domainsEnglish5·2 years agoO2 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.
antsu@lemmy.wtfto Selfhosted@lemmy.world•Authentik as a reverse proxy for VS-Code server? HowEnglish3·2 years agoThis 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.
This. And I recently found out you can also use
includes
in compose v2.20+, so if your stack complexity demands it, you can have a small top-level docker-compose.yml with includes to smaller compose files, per service or any other criteria you want.https://docs.docker.com/compose/multiple-compose-files/include/
Toca Raul!