Comment on After 1.5 years of learning selfhosting, this is where I'm at
notfromhere@lemmy.ml 9 months ago
What is seedbox? Is it part of the homelab or a service like the VPSs?
Comment on After 1.5 years of learning selfhosting, this is where I'm at
notfromhere@lemmy.ml 9 months ago
What is seedbox? Is it part of the homelab or a service like the VPSs?
7Sea_Sailor@lemmy.dbzer0.com 9 months ago
its basically a VPS that comes with torrenting software preinstalled. Depending on hoster and package, you’ll be able to install all kinds of webapps on the server. Some even enable Plex/Jellyfin on the more expensive plans.
notfromhere@lemmy.ml 9 months ago
How do you do the sshfs mount, tracker and search queries? Is that over tailscale?
7Sea_Sailor@lemmy.dbzer0.com 9 months ago
The rclone mount works via SSH credentials. Torrent files and tracker searches run over simple HTTPS, since both my torrent client and jackett expose public APIs for these purposes, so I can just enter the web address of these endpoints into the apps running on my homelab.
notfromhere@lemmy.ml 9 months ago
I have noticed very slow speeds with sshfs as well. I’ll have to give rclone mount over ssh a try. Thanks!