• 0 Posts
  • 81 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle

  • Though they seem secure behind a paywall, swiping content creators’ explicit photos and videos from subscription-based platforms such as OnlyFans, Patreon, and Fansly is relatively easy. People can download third-party apps for the task, and if those don’t work, a few basic coding tutorials can teach them how to surpass anti-theft technology. These images and videos then proliferate across the internet, on niche forums, Reddit threads, Discord servers, and Telegram groups with tens of thousands of participants. Today, a growing legal consensus considers this activity to be sexual abuse.

    I think you deliberately skipped this part.



  • I can’t answer each bullet (and a couple are dependant on other things like drive speed, activity, and network throughput) but I’ve been using shucked external HDDs for over a decade and would recommend it. I used to use OpenMediaVault running in a VM on Proxmox and briefly tried TrueNAS, but I’ve since migrated all of my VMs to LXCs, so now I just have the drives mounted on the Proxmox host directly combined with mergerfs (not managed by Proxmox’s storage pools) and I pass it through to a Turnkey Linux file server LXC via bind mounts to share over SMB/NFS. Less overhead and LXCs can share CPU/memory dynamically while VMs can’t.

    You should be able to replace that /mnt/external directory with no issues as long as the structure is the same within.



  • That reddit thread is horrible advice, it’s just mapping the LXC root user to the host root user, which is just a privileged LXC with extra steps (and maybe less secure).

    The reason you’re probably having issues is that your root user in the LXC is mapped to the host user 100000 by default, and that user doesn’t have access to the share, but you can change that with mount options or creating a user with 100000:100000 and adding it to a group with access.












  • I use Nextcloud with Nginx Proxy Manager and just use NPM to handle the reverse proxy, nothing in Nextcloud other than adding the domain to the config so it’s trusted.

    I use Plex instead of Jellyfin, but I stream it through NPM with no issues. I can’t speak to the tunnel though, I prefer a simple wireguard tunnel for anything external so I’ve never tried it.

    Edit: unless that’s what you mean by tunnel, I was assuming you meant traefik or tailscale or one of the other solutions I see posted more often, but I think one or both of those use wireguard under the hood.