Compare commits
4
Commits
e981a2c122
...
b14930cb19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b14930cb19 | ||
|
|
431da5cc03 | ||
|
|
9db9875ddc | ||
|
|
57053e2ff0 |
@@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: qbittorrent
|
||||
image: lscr.io/linuxserver/qbittorrent:5.1.4
|
||||
image: lscr.io/linuxserver/qbittorrent:5.2.3
|
||||
restart: unless-stopped
|
||||
network_mode: "container:gluetun"
|
||||
environment:
|
||||
|
||||
@@ -8,12 +8,24 @@ quality_profiles:
|
||||
score_set: default
|
||||
quality_sort: top
|
||||
qualities:
|
||||
- name: WEB 2160p
|
||||
- name: 'WEB 2160p'
|
||||
qualities:
|
||||
- WEBDL-2160p
|
||||
- WEBRip-2160p
|
||||
- name: Bluray-1080p
|
||||
- name: WEB 1080p
|
||||
- name: 'WEB 1080p'
|
||||
qualities:
|
||||
- WEBDL-1080p
|
||||
- WEBRip-1080p
|
||||
- name: HDTV-2160p
|
||||
- name: Bluray-720p
|
||||
- name: 'WEB 720p'
|
||||
qualities:
|
||||
- WEBDL-720p
|
||||
- WEBRip-720p
|
||||
- name: HDTV-1080p
|
||||
- name: HDTV-720p
|
||||
- name: 'WEB 480p'
|
||||
qualities:
|
||||
- WEBDL-480p
|
||||
- WEBRip-480p
|
||||
- name: SDTV
|
||||
|
||||
@@ -8,12 +8,24 @@ quality_profiles:
|
||||
score_set: default
|
||||
quality_sort: top
|
||||
qualities:
|
||||
- name: WEB 2160p
|
||||
- name: 'WEB 2160p'
|
||||
qualities:
|
||||
- WEBDL-2160p
|
||||
- WEBRip-2160p
|
||||
- name: Bluray-1080p
|
||||
- name: WEB 1080p
|
||||
- name: 'WEB 1080p'
|
||||
qualities:
|
||||
- WEBDL-1080p
|
||||
- WEBRip-1080p
|
||||
- name: HDTV-2160p
|
||||
- name: Bluray-720p
|
||||
- name: 'WEB 720p'
|
||||
qualities:
|
||||
- WEBDL-720p
|
||||
- WEBRip-720p
|
||||
- name: HDTV-1080p
|
||||
- name: HDTV-720p
|
||||
- name: 'WEB 480p'
|
||||
qualities:
|
||||
- WEBDL-480p
|
||||
- WEBRip-480p
|
||||
- name: SDTV
|
||||
|
||||
@@ -6,7 +6,7 @@ networks:
|
||||
services:
|
||||
recyclarr:
|
||||
container_name: recyclarr
|
||||
image: ghcr.io/recyclarr/recyclarr:7
|
||||
image: ghcr.io/recyclarr/recyclarr:8
|
||||
restart: unless-stopped
|
||||
security_opt: ['no-new-privileges:true'] # Prevents privilege escalation - https://recyclarr.dev/wiki/installation/docker/#prevent-in-container-privilege-escalation
|
||||
user: "{{ service_user.uid }}:{{ service_user.uid }}"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
'(.*\.)?pinterest.com$'
|
||||
@@ -23,6 +23,14 @@
|
||||
become: true
|
||||
notify: restart searxng
|
||||
|
||||
- name: Copy hostname lists to destination
|
||||
copy:
|
||||
src: hostnames/
|
||||
dest: "{{ data_dir }}/{{ role_name }}/"
|
||||
owner: "{{ docker_user }}"
|
||||
become: true
|
||||
notify: restart searxng
|
||||
|
||||
- name: Start docker container
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ install_directory }}/{{ role_name }}"
|
||||
|
||||
@@ -6,10 +6,11 @@ networks:
|
||||
services:
|
||||
searxng:
|
||||
container_name: searxng
|
||||
image: searxng/searxng
|
||||
image: ghcr.io/searxng/searxng
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik
|
||||
- default
|
||||
volumes:
|
||||
- "{{ data_dir }}/{{ role_name }}:/etc/searxng"
|
||||
cap_drop:
|
||||
@@ -21,7 +22,7 @@ services:
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.searxng.rule: "Host(`search.{{ personal_domain }}`)"
|
||||
#traefik.http.routers.searxng.middlewares: lan-whitelist@file
|
||||
traefik.http.routers.searxng.middlewares: lan-whitelist@file
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user