Merge branch 'Wraithers-flaresolverr'

This commit is contained in:
Nicolas Meienberger 2024-05-21 07:35:05 +02:00
commit 5665b4a077
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"exposable": false, "exposable": false,
"no_gui": true, "no_gui": true,
"id": "flaresolverr", "id": "flaresolverr",
"tipi_version": 14, "tipi_version": 15,
"version": "3.3.18", "version": "3.3.18",
"categories": ["media", "security", "utilities"], "categories": ["media", "security", "utilities"],
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.", "description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",

View File

@ -3,6 +3,8 @@ services:
container_name: flaresolverr container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.18 image: ghcr.io/flaresolverr/flaresolverr:v3.3.18
restart: unless-stopped restart: unless-stopped
ports:
- ${APP_PORT}:8191
environment: environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info} - LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}
- TZ=${TZ} - TZ=${TZ}
@ -10,4 +12,4 @@ services:
- tipi_main_network - tipi_main_network
labels: labels:
# Main # Main
traefik.enable: false traefik.enable: false