• 0 Posts
  • 58 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle
  • This is really cool. I’m still struggling to find a good replacement for my use case. I almost exclusively watch youtube on my Nvidia Shield on SmartTube with sponsorblock.

    I do use Jellyfin already and I see there is a Jellyfin plugin. Do you know if Jellyfin gets sponsorblock information as chapters? That would probably be an okay solution, even if it doesn’t automatically skip them.


  • My current setup uses ~180W, which is a lot, but WAY better than my previous one, which was ~600W. Power is cheap where I live, so I’m not too worried about it.

    180W homelab:

    • N6005 fanless mini PC running pfsense
    • mikrotik CRS310-8G+2S+IN switch
    • TP-Link AP225 access point
    • Server running proxmox w/ AMD 5900X, RTX 3080, 128GB ECC RAM, LSI-9208i w/2x10TB drives, and dual SFP+ NIC

    600W homelab:

    • Aruba 24-port PoE gigabit switch w/ 4xSFP+ ports
    • Dell R720xd fully kitted out w/ 12x 6TB drives, 2x 512GB SSD, 2x 32GB SD cards, 100-something GB RAM, 2x whatever the best CPU was for that unit
    • Dell R710 w/ 6x 6TB drives, 1x 256GB SSD, 100-something GB RAM, 2x whatever the best CPU was for that unit.
    • TP-Link AP225 access point


  • Since you’re asking specifically about RSS, I recommend FreshRSS and RSS-Bridge. FreshRSS can filter by keyword to mark things as read automatically, and RSS-Bridge Can help with making RSS feeds for sites that don’t have them. FreshRSS can do that, too, but only with XPath. RSS-Bridge has a few more tricks. Also, I recommend checking out Wallabag, a pocket alternative that can output your saved articles as RSS feeds.









  • I have a lot of services. I use Ansible to manage many of them, so they’re all in one VM. I use Home Assistant, which works best when installed as a whole VM or on bare metal. For the remaining services that I have yet to set up with Ansible, I keep the services that need the GPU on one VM, and everything else on another. Finally, I have an LXC container that is my SSH entrypoint and Ansible management system.

    I could technically use TrueNAS Scale as a hypervisor for all this, but Proxmox has a lot of quality-of-life features that make it a better hypervisor. I could use Proxmox for ZFS and shares, but TrueNAS has has a lot of quality-of-life features that make it a much better NAS, so I virtualize it.