Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Dasnap, to newcommunities in Tea - Feddit UK
@Dasnap@lemmy.world avatar

Yeah they wouldn’t bother making one that small.

Dasnap, to lemmyshitpost in How much for cuddles?
@Dasnap@lemmy.world avatar

Lad should just whack it to succubus porn like the rest of us.

Dasnap, to piracy in What qbittorent + vpn docker image do you use?
@Dasnap@lemmy.world avatar

This is the compose file I use, with Gluetun setup with ProtonVPN. I edited it to remove some personal machine stuff so adapt volumes to your liking.


<span style="color:#323232;">version: "2.1"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  jackett:
</span><span style="color:#323232;">    image: lscr.io/linuxserver/jackett:latest
</span><span style="color:#323232;">    container_name: jackett
</span><span style="color:#323232;">    network_mode: service:gluetun
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - PUID=1000
</span><span style="color:#323232;">      - PGID=1000
</span><span style="color:#323232;">      - TZ=Europe/London
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - ./data:/config
</span><span style="color:#323232;">      - ./downloads:/downloads
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - gluetun
</span><span style="color:#323232;">
</span><span style="color:#323232;">  qbittorrent:
</span><span style="color:#323232;">    image: lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291
</span><span style="color:#323232;">    container_name: qbittorrent
</span><span style="color:#323232;">    network_mode: service:gluetun
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - PUID=1000
</span><span style="color:#323232;">      - PGID=1000
</span><span style="color:#323232;">      - TZ=Etc/UTC
</span><span style="color:#323232;">      - WEBUI_PORT=8084
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - a-place/qbittorrent/config:/config
</span><span style="color:#323232;">      - a-place/qbittorrent:/downloads
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - gluetun
</span><span style="color:#323232;">
</span><span style="color:#323232;">  flaresolverr:
</span><span style="color:#323232;">    container_name: flaresolverr
</span><span style="color:#323232;">    network_mode: service:gluetun
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - LOG_LEVEL=info
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    image: ghcr.io/flaresolverr/flaresolverr:latest
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - gluetun
</span><span style="color:#323232;">
</span><span style="color:#323232;">  gluetun:
</span><span style="color:#323232;">    image: qmcgaw/gluetun
</span><span style="color:#323232;">    container_name: gluetun
</span><span style="color:#323232;">    networks:
</span><span style="color:#323232;">      pirate_net:
</span><span style="color:#323232;">    cap_add:
</span><span style="color:#323232;">      - NET_ADMIN
</span><span style="color:#323232;">      - SYS_MODULE
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      - VPN_SERVICE_PROVIDER=custom
</span><span style="color:#323232;">      - VPN_TYPE=wireguard
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - 9117:9117 # Jackett
</span><span style="color:#323232;">      - 8084:8084
</span><span style="color:#323232;">      - 6881:6881
</span><span style="color:#323232;">      - 6881:6881/udp
</span><span style="color:#323232;">      - 8191:8191 # Flaresolverr
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - ./config/:/gluetun/wireguard/
</span><span style="color:#323232;">
</span><span style="color:#323232;">networks:
</span><span style="color:#323232;">  pirate_net:
</span><span style="color:#323232;">    driver: bridge
</span>
Dasnap, to science_memes in Chad Pacific
@Dasnap@lemmy.world avatar

Paddling pool vs. diving zone.

Dasnap, (edited ) to asklemmy in Why in the year 2024 and with all the knowledge humans have now do people still believe in religion?
@Dasnap@lemmy.world avatar

…So Jesus was a memelord?

Dasnap, to piracy in Ways to pirate music as convenient as Spotify?
@Dasnap@lemmy.world avatar

Music Stremio would be cool, but I think hosting it yourself is the closest you can get with music while still retaining a decent user experience :/

I guess they could also throw a load of adblockers onto YouTube? Ublock Origin, ReVanced YT Music etc. But that isn’t really ‘piracy’ at that point if OP is purposely wanting to avoid the actual big names.

Dasnap, to piracy in Ways to pirate music as convenient as Spotify?
@Dasnap@lemmy.world avatar

I’m not sure if OP is privacy focused, or doesn’t want their playlists tied to one service, or something like that; I’m just pulling assumptions out my arse.

Dasnap, (edited ) to memes in 🎵 Started from the bottom now we're here 🎵
@Dasnap@lemmy.world avatar
Dasnap, to comicstrips in You will pay for this [Salo Comics]
@Dasnap@lemmy.world avatar
Dasnap, to piracy in Ways to pirate music as convenient as Spotify?
@Dasnap@lemmy.world avatar

Never heard of it, but it does look nice.

I’d recommend OP tries kicking up both for a bit and pointing them both at the same music collection to see which they prefer.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #