I’m reading this as it’s not going to be open sourced. He was asked to stop working on the app and the open sourcing effort.
- 0 Posts
- 10 Comments
lucid@lemmy.dbzer0.comto Selfhosted@lemmy.world•Someone help me understand the sonarr to jellyfin workflowEnglish1·7 months agoIt 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.
lucid@lemmy.dbzer0.comto Selfhosted@lemmy.world•can you boot a server if someone tries to connectEnglish2·8 months agoYou’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.)
lucid@lemmy.dbzer0.comto Privacy@lemmy.ml•Which is most privacy friendly instance of lemmy?English12·8 months agoThis just boils down to basic opsec. Be careful what you post/comment, continue to use a generic username, stuff like that.
lucid@lemmy.dbzer0.comto Privacy Guides@lemmy.one•Calendar Options *other* than Tuta / ProtonEnglish2·8 months agoI 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.
lucid@lemmy.dbzer0.comto Selfhosted@lemmy.world•Nextcloud pod with Podman + QuadletEnglish2·8 months agoMy 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.
lucid@lemmy.dbzer0.comto Selfhosted@lemmy.world•Nextcloud pod with Podman + QuadletEnglish9·8 months agoI 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
What did you find to be incompatible between proxmox and docker? I get that it’s essentially an extra layer of complexity if all you’re doing is running docker containers, but I don’t see how that makes them incompatible.