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