Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding jackett as search engine #286

Open
Tontze opened this issue Nov 18, 2024 · 0 comments
Open

adding jackett as search engine #286

Tontze opened this issue Nov 18, 2024 · 0 comments

Comments

@Tontze
Copy link

Tontze commented Nov 18, 2024

Ive been trying hours to add jackett as search engine, is there some tricks to add it ? I have edited jackett API and jackett ip:port to jackett.json file.

Below is compose yamls in truenas ee

networks: {}
services:
  qbittorrentvpn:
    cap_add:
      - NET_ADMIN
    container_name: qbittorrentvpn
    environment:
      - VPN_ENABLED=yes
      - VPN_USER=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
      - VPN_PASS=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
      - VPN_PROV=nordvpn
      - VPN_CLIENT=openvpn
      - ENABLE_STARTUP_SCRIPTS=no
      - ENABLE_PRIVOXY=yes
      - STRICT_PORT_FORWARD=yes
      - USERSPACE_WIREGUARD=no
      - ENABLE_SOCKS=yes
      - SOCKS_USER=admin
      - SOCKS_PASS=socks
      - LAN_NETWORK=192.168.1.0/24
      - NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
      - VPN_INPUT_PORTS=1234
      - VPN_OUTPUT_PORTS=5678
      - DEBUG=false
      - WEBUI_PORT=8080
      - UMASK=000
      - PUID=0
      - PGID=0
    image: binhex/arch-qbittorrentvpn
    ports:
      - '8080:8080'
      - '8118:8118'
      - '9118:9118'
      - '58946:58946'
      - 58946:58946/udp
    restart: unless-stopped
    volumes:
      - /mnt/qbittorrentvpn/data:/data
      - /mnt/qbittorrentvpn/config:/config
      - /mnt/media/media:/media
      - /etc/localtime:/etc/localtime:ro
version: '3.8'
services:
  jackett:
    container_name: jackett
    environment:
      - TZ=Europe/Helsinki
    image: lscr.io/linuxserver/jackett:latest
    ports:
      - '9117:9117'
    restart: unless-stopped
    volumes:
      - /mnt/dockge/jackett/data:/config
      - /mnt/media/media/Downloads:/downloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant