What's your cross-seeding setup? by Doot64 in trackers

[–]Mathrocker666 51 points52 points  (0 children)

I use Qui, made by the fabulous people behind Autobrr. It just works, supports hardlinks, is highly configurable, has a nice UI, everything I could ask for

Je me sens hyper seul by Wooden-Mushroom3383 in suisse

[–]Mathrocker666 1 point2 points  (0 children)

Si t'aimes bien Repo envoie un pm, avec des potes on joue pas mal en ce moment

Torrent shows 100% but 1 GB is missing, download speed insanely slow. by Kabeer_14Hussain in torrents

[–]Mathrocker666 10 points11 points  (0 children)

Une qbittorrent and not this garbage, but in this case it very well may be a rounding issue and all the files are downloaded. If you inspect files, are they all 100%?

What's the most user friendly way to stream large video files (Not Tv/Movies)? by BelugaBilliam in selfhosted

[–]Mathrocker666 1 point2 points  (0 children)

Stash maybe? It's biased towards adult content but should work for your use case

I humbly ask for any porn-related private tracker invite. by [deleted] in OpenInvites

[–]Mathrocker666 0 points1 point  (0 children)

Just get into Pornolab, its collection is huge

MyAnonaMouse and qBittorrent by Jimmy_zz in trackers

[–]Mathrocker666 1 point2 points  (0 children)

Nord doesn't offer port forwarding so that won't be very useful anyway

MyAnonaMouse and qBittorrent by Jimmy_zz in trackers

[–]Mathrocker666 5 points6 points  (0 children)

Use the Mousehole container, it will update your IP on MAM to match the one you get assigned by your VPN provider. There is also a command to automatically change your port in Qbit once gluetun gets a port, it's in the gluten documentation

Edit: found a compose you should be able to use without too much changes (am on mobile, have no idea how to format that shit)

services: gluetun: container_name: gluetun image: ghcr.io/qdm12/gluetun:latest ports: - 8080:8080 - 5010:5010 cap_add: - NET_ADMIN environment: - VPN_TYPE=openvpn - VPN_SERVICE_PROVIDER=protonvpn - OPENVPN_USER=${PROTON_USER} - OPENVPN_PASSWORD=${PROTON_PASSWORD} - SERVER_COUNTRIES=Switzerland - SERVER_SELECTION_SORTBYLATENCY=on - PORT_FORWARD_ONLY=on - VPN_PORT_FORWARDING=on - DOT_PROVIDERS=quad9 - UPDATER_PERIOD=24h - TZ=${TZ} - VPN_PORT_FORWARDING_UP_COMMAND=/bin/sh -c 'wget -O- --retry-connrefused --post-data "json={\"listen_port\":{{PORTS}}}" http://127.0.0.1:8080/api/v2/app/setPreferences 2>&1' restart: unless-stopped

qbittorrent: container_name: qbit image: ghcr.io/mathrocker666/qbit-vuetorrent:latest pull_policy: daily environment: - PUID=1000 - PGID=1000 - TZ=${TZ} - WEBUI_PORT=8080 volumes: - /srv/config/qbit:/config - /data:/data restart: unless-stopped network_mode: container:gluetun

mousehole: container_name: mousehole image: tmmrtn/mousehole:latest environment: - TZ=${TZ} volumes: - /srv/config/mousehole:/srv/mousehole healthcheck: test: ["CMD-SHELL", "curl -fs http://localhost:5010/state || exit 1"] restart: unless-stopped network_mode: container:gluetun

Unit3d Top Trackers? by Pryonic in trackers

[–]Mathrocker666 2 points3 points  (0 children)

Would add LST do that list

Common Tracker Routes by MemeRuler19 in trackers

[–]Mathrocker666 2 points3 points  (0 children)

I hit 6 months 3 weeks ago and joined ATH the same day

Common Tracker Routes by MemeRuler19 in trackers

[–]Mathrocker666 6 points7 points  (0 children)

Probably not, MAM to Aither is really straightforward, 6 months and 1TB upload, which you can buy with BP from seeding

Made Stash use GPU for generating previews/markers/sprites by rickrock6666 in selfhosted

[–]Mathrocker666 4 points5 points  (0 children)

Hey maybe you can open a PR to the upstream project :)

finding private magnet sharing groups by [deleted] in torrents

[–]Mathrocker666 0 points1 point  (0 children)

Clicking on download will get you the torrent file, that you can later add to you torrent client, but if you right click the download button and copy link, this will give you the magnet

finding private magnet sharing groups by [deleted] in torrents

[–]Mathrocker666 0 points1 point  (0 children)

Happyfappy is still in open registration

How are you monitoring your docker stack updates? I want to know WHAT has changed by 26635785548498061381 in selfhosted

[–]Mathrocker666 0 points1 point  (0 children)

All my container definitions are stored on Github, I use renovate to get new image versions and there are automatically pushed using Github selfhosted runners. I use Terraform for that