• 3 Posts
  • 26 Comments
Joined 1Y ago
cake
Cake day: Jun 14, 2023

help-circle
rss

I don’t have any recommendations, but have seen a community for these types of games that may be relevant:

!shmups@lemmus.org


Ah, I was hoping for something native as I access it from multiple devices. Thanks though, I’ll check it out!


What theme is that? I’ve tried a few but they never look that good.


But you were already going to vote, right?

The problem is that we need a candidate that draws in people that either weren’t going to vote or would vote for someone else instead.


You could run Firefox in a container attached to the VPN for browsing. You could then connect to it from your workstation over your LAN.



I tried that once. They never watched the show and didn’t give back the USB. 🙁


Sounds like someone has Perl Traumatic Stress Disorder. 😉


It’s based on WireGaurd with some added benefits. Free for up to 3 users. I’ve had no issues with it and even use it for corporate networks. An alternative is ZeroTier, while I haven’t used it I hear a lot of people recommend it too.


Xyre
creator
toSelfhosted@lemmy.worldArrs Feedback
link
fedilink
English
11Y

Sorry about that, there were some upload restrictions. See the HQ link for the full resolution.


I get what they’re saying and it may be ‘technically correct’, but the issue is more nuanced than that. In my experience, some trackers have strict requirements or restricted auth tokens (e.g. can’t browse & download from different IPs). Proxying may be the solution, but I’d have to look at how it decides what traffic gets routed where.


Xyre
creator
toSelfhosted@lemmy.worldArrs Feedback
link
fedilink
English
11Y

Honestly, I can’t really tell the difference between Jellyseer and Reiverr. It may be that I don’t use them enough, but it really seems like they provide the same information in slightly different ways.


There’s some overlap with my torrrents.py and qbitmanage, but some of its other features sound nice. It also led me to Apprise which might be the notifications solution I’ve been looking for!

Some of the arr-scripts already handle syncing the settings. I had to turn them off because it kept overwriting mine, but Recyclarr might be more configurable.

Thanks!


The problem I’ve found is that the services will query indexers and that not all of the trackers allow you to use multiple IPs. This is where I found it easier to make all outbound requests go through the VPN so I didn’t get in trouble. It’s also why I have the Firefox container set up inside the network with it exposed over the local network as a VNC session. So I can browse the sites while maintaining a single IP.

I do have qbittorrent set up with a kill switch on the VPN interface managed by Gluetun.


Xyre
creator
toSelfhosted@lemmy.worldArrs Feedback
link
fedilink
English
41Y

I started with Jellyseer and later learned about Reiverr. Haven’t settled on which one I like more yet. They both provide basically the same information but in different ways.


The server itself is running nothing but the hypervisor. I have a few VMs running on it that makes it easy provision isolated environments. Additionally, it’s made it easy to snapshot a VM before performing maintenance in case I need to roll back. The containers provide isolation from the environment itself in the event of a service gone awry.

Coming from cloud environments where everything is a VM, I’m not sure what issues you’re referring to. The performance penalty is almost non-existent while the benefits are plenty.


The wiki is a great place to start. Also, most of the services have pretty good documentation.

The biggest tip would be to start with Docker. I had originally started running the services directly in the VM, but quickly ran into problems with state getting corrupted somewhere. After enough headaches I switched to Docker. I then had to spend a lot of time remapping all of the files to get it working again. Knowing where the state lives on your filesystem and that the service will always restart from a known point is great. It also makes upgrades or swapping components a breeze.

Everyone has to start somewhere. Just take it slow and do be afraid to make mistakes. Good luck and have fun! 😀


cross-posted from: https://lemmus.org/post/1734205 > #### Context > Having started out in the world of Napster & Limewire, I've always relied on public sources. It wasn't until in the early '10s that I lucked into a Gazelle-based tracker that was started by some fellow community members. Unfortunately, I wasn't paying enough attention when they closed shop and didn't know how to move elsewhere. Combined with some life circumstances I gave up the pursuit for the time being. > > It wasn't until recently that a friend was kind enough to help me get back and introduced me to current state of automation. Over the course of a few months, I've since built up the attached systems. I've been having an absolute blast learning and am very impressed with all of the contributions! > > After all of the updates due to BF deals, I put together the attached diagram as it was starting to get too complex to keep all of the interactions in my head. 😅 > > #### Setup > * All of the services run in Docker containers. > * Each container is a separate Compose file managed by Systemd. > * The system itself is in a VM running on my home server (both Arch, btw). > * Tailscale is used for remote access to the local network. > * ProtonVPN is managed by Gluetun and uses a separate network for isolating services. > > #### Questions > * What am I missing or can be improved? > * Is there a better way to document? > * What do you do differently that might be beneficial? > > #### Thoughts > * I had Calibre set up at one point, but I really don't like how it tracks files by renaming them. I have been considering trying to automate with the CLI instead, but haven't gotten around to it yet. > * I've been toying with the idea of creating a file-arr for analyzing disk usage, performing common operations, and exposing a web-based upload/download client so I don't have to mount the volume everywhere. > * Similarly, I'm interested in a way to aggregate logs/notifications/metrics. I'm aware of Notifiarr, but would prefer a self-hosted version. > * I just set up Last FM scrobbling so I don't have any data yet. I'm hoping to use that for discovery and if possible, playlist syncing or auto-generation. > > #### Notes > * Diagram was made using D2lang. > * Some of the connections have been simplified to improve readability / routing. > * Some services have been redacted out of an abundance of caution. > * I know VPN with Usenet isn't necessary, but it's easier to keep it consistent. > > Also, thanks for the recommendations to check out deemix/Deezer. That worked really well! 😀 > > > Edit: [HQ version of diagram](https://files.catbox.moe/p5oytf.png)
fedilink

If you have the time and resources, I highly recommend it. Once it’s all running it becomes mostly a ‘set it and forget it’ situation. You don’t have to remember to scroll through pages of search results to find content. It’ll automatically grab them for you based on your configured quality profile (or upgrade it to better quality). Additionally, you can easily stream it to any devices in our home network (or remote with a VPN).

You don’t have to do it all at once. Start with a single service you’re interested in and slowly add more over time.


For a long time, that was the case. Then the greed nation attacked. Now they’ve reproduced the cable model on the web and more than half of which have terrible clients / infrastructure.

If I could pay for a single service that operated similar to this setup:

  • Tell it what I’d like to watch while also displaying similar content for discovery.
  • Tracking progress in every show (while not forgetting!).
  • Not losing content I have been watching as it’s now in ‘another castle’.
  • A single place to view all tracked shows rather than loading each service individually.

I probably would sign up for it as that’s what was so successful for Netflix until all of the studios thought they could do better. And now the consumer has to suffer the consequences.



Each service is a separate docker-compose.yml, but they are more-or-less the same as the example configs provided by each service. I did it this way as opposed to a single file to make it easier to add/remove services following this pattern.

I do have a higher quality version of the diagram, but had to downsize it a lot to get pictrs to accept it…


The systemd.timers are basically cronjobs for scripts I wrote to address a few of the pain points I’ve encountered with the setup. They’re either simple curl or wget and jq calls or use Python for more complex logic. The rest are services that are either a part of or adjacent to *arrs.

As for k8s, personally I feel that would add more complexity than it’s worth. I’m not looking for a second job. 😛


#### Context Having started out in the world of Napster & Limewire, I've always relied on public sources. It wasn't until in the early '10s that I lucked into a Gazelle-based tracker that was started by some fellow community members. Unfortunately, I wasn't paying enough attention when they closed shop and didn't know how to move elsewhere. Combined with some life circumstances I gave up the pursuit for the time being. It wasn't until recently that a friend was kind enough to help me get back and introduced me to current state of automation. Over the course of a few months, I've since built up the attached systems. I've been having an absolute blast learning and am very impressed with all of the contributions! After all of the updates due to BF deals, I put together the attached diagram as it was starting to get too complex to keep all of the interactions in my head. 😅 #### Setup * All of the services run in Docker containers. * Each container is a separate Compose file managed by Systemd. * The system itself is in a VM running on my home server (both Arch, btw). * Tailscale is used for remote access to the local network. * ProtonVPN is managed by Gluetun and uses a separate network for isolating services. #### Questions * What am I missing or can be improved? * Is there a better way to document? * What do you do differently that might be beneficial? #### Thoughts * I had Calibre set up at one point, but I really don't like how it tracks files by renaming them. I have been considering trying to automate with the CLI instead, but haven't gotten around to it yet. * I've been toying with the idea of creating a file-arr for analyzing disk usage, performing common operations, and exposing a web-based upload/download client so I don't have to mount the volume everywhere. * Similarly, I'm interested in a way to aggregate logs/notifications/metrics. I'm aware of Notifiarr, but would prefer a self-hosted version. * I just set up Last FM scrobbling so I don't have any data yet. I'm hoping to use that for discovery and if possible, playlist syncing or auto-generation. #### Notes * Diagram was made using D2lang. * Some of the connections have been simplified to improve readability / routing. * Some services have been redacted out of an abundance of caution. * I know VPN with Usenet isn't necessary, but it's easier to keep it consistent. Also, thanks for the recommendations to check out deemix/Deezer. That worked really well! 😀 Edit: [HQ version of diagram](https://files.catbox.moe/p5oytf.png)
fedilink

I’m just not confident that I’d be able to pass an interview with either of them. No issue with rules or ratios, I simply don’t have enough time to study up on the technicals. I used to be on a decent tracker years ago, but didn’t pay enough attention when they shut down and missed out on the open invites.

I’ve tried RuTracker in the past but it hasn’t worked very well for me so far. Soulseek sounds interesting, especially if they get a Lidarr integration working.


Any way to connect this to Lidarr? I’d prefer to avoid manually searching for everything. 😅


Where’d the music go?
Struggling to find a lot of music with Lidarr (New/Recent/Modern). Have a few general public/private trackers set up but still not getting many hits. From what I gather Usenet isn't much better. And I'm not really confident in transcoding, bit rates, etc... to attempt an interview. Basically what are my options? Is there something I'm missing or is music just getting harder to find?
fedilink

You’re assigning rmdec to the output of sed. It should work if you wrap it as you did with i1xmr.


Same. And I missed the window before they shut down, so I have no resume for other sites. 🫤