

You’ll probably get better help if you post your config and any logs. Caddy may not log an entry to a file but you can watch the console logs to see everything (podman logs caddy
or similar.)
You’ll probably get better help if you post your config and any logs. Caddy may not log an entry to a file but you can watch the console logs to see everything (podman logs caddy
or similar.)
This just boils down to basic opsec. Be careful what you post/comment, continue to use a generic username, stuff like that.
I run this same setup. Do you have any issues with inviting others to calendar events? If i invite via fossify on my phone it never gets sent, but if i do it from the Nextcloud UI it goes through without issue.
My most recent one I got working was Gluetun. And yeah in order to use it I have my entire arr stack in the same gluetun pod. The http proxy also works but I only wanted that as a last resort.
I always appreciate people putting up quadlet content. I’ve switched over almost my entire lab to it aside from Nextcloud (so thanks!) and a couple containers that have weird network quirks
I also started off with a converted gaming PC. I went with unraid because there was a simple path to upgrading my drives. I started off with 1 and 2 TB drives and eventually upgraded over the years to 12+ TB drives.
From my brief research back then growing a pool in freenas was a headache where upgrading in unraid was easy.
What scanner do you have? My biggest hurdle in making real use of paperless revolves around the annoyance of using a flatbed that’s not within arms each of my desk lol
It basically creates a second pointer to the same inode which makes file moves instant. So instead of copying the data to a new location and deleting it from the old it points to the existing inode immediately. You can’t do it across filesystems though so that’s why trash guides recommends using
/data/media/tv
and/data/torrents
instead of the/tv
and/downloads
paths the lsio setup suggests since docker treats top level folders as different file systems.It’s mostly useful for torrents in my experience when you need to reseed stuff but also don’t want to point Jellyfin/Plex to a live downloads directory for security reasons.