Software Alternatives & Reviews

Setup my first Plex server, and used Docker for the first time and this is what I've achieved! Is there anything I've missed?

Trakt.tv Google Transmission
  1. Automatically track TV shows & movies you're watching.

    #Entertainment #Movies #Movie Trackers 247 social mentions

  2. 2
    Google Search, also referred to as Google Web Search or simply Google, is a web search engine developed by Google. It is the most used search engine on the World Wide Web
    Torrent: image: ghcr.io/linuxserver/qbittorrent container_name: qbittorrent environment: - WEBUI_PORT=8081 - PUID=1000 - PGID=1000 labels: - "com.centurylinklabs.watchtower.enable=true" - "autoheal=true" - "traefik.http.routers.torrent.entrypoints=web" - traefik.enable=true - traefik.http.services.torrent.loadbalancer.server.port=8081 - traefik.http.routers.torrent.rule=Host(`torrent.my.domain`) network_mode: service:vpn depends_on: vpn: condition: service_healthy volumes: - /srv/docker/config/qbittorrent:/config - /mnt/extern1:/media restart: always healthcheck: test: curl --fail http://google.com || exit 1 interval: 10s timeout: 5s retries: 3!<.

    #Search Engine #Internet Search #Web Search 3692 social mentions

  3. Transmission has the features you expect in a BitTorrent client: encryption, a web-based interface...
    Pricing:
    • Open Source
    As for my Plex Media Server, that's running on bare metal along with my torrent client (Transmission).

    #Torrents #BitTorrent #P2P 55 social mentions

Discuss: Setup my first Plex server, and used Docker for the first time and this is what I've achieved! Is there anything I've missed?

Log in or Post with