Lead admin for https://lemmy.tf, tech enthusiast

  • 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle












  • jon@lemmy.tftoPiracy@lemmy.mlJellyseerr for music?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    I use Deemix/Deemon to track hundreds of artists and automatically grab new releases in FLAC from Deezer. It’s slightly manual compared to my *arr stack with its Discord bot, but just a quick copy/paste from Discord/etc into a command.

    Personally I have a Deezer Hi-Fi sub to get the flac’s, not sure if their API is still wide open for MP3s or not. It used to be open for anything without a paid account.





  • I’ve got a baremetal server with OVH running VMware, so it’s just a VM that I manage. I’m paying more for it than I’d like, but it’s running far more than just Lemmy. If I wind up ditching it in the future, it’s just a quick vMotion off to another machine + DNS updates.

    Here’s a current output of my storage about a week into hosting the instance. It’s growing slower than I expected, and I do have plans to move volumes/pictrs up to an s3 bucket whenever I start running low on local storage.

    [jon@lemmy lemmy]# du -sh volumes/*
    2.5G    volumes/pictrs
    2.2G    volumes/postgres
    

    I would recommend locking down SSH on your Lemmy server, I have mine restricted to allow logins from VPN only. Otherwise you’ll get probed 24/7 with a public server.


  • Do you need access control? If not, a simple Apache/Nginx directory listing is nice and easy, just drop your files in your webroot and you’re set. h5ai is a nice addition if you go that route.

    If you need access control (or at least some sort of obfuscated URLs), Nextcloud is a good option. Pretty easy to get up and running, and there’s a ton of plugins available.


  • Got a Veeam community instance running on each of my VMware nodes, backing up 9-10 VMs each.

    Using Cloudberry for my desktop, laptop and a couple Windows VMs.

    Borg for non-VMware Linux servers/VMs, including my WSL instances, game/AI baremetal rig, and some Proxmox VMs I’ve got hosted with a friend.

    Each backup agent dumps its backups into a share on my nas, which then has a cron task to do weekly uploads to GDrive. I also manually do a monthly copy to an HDD and store it off-site with a friend.