fix(libremdb) axios settings fixes (#5068)

This commit is contained in:
Xstar97
2022-12-01 14:44:11 -05:00
committed by GitHub
parent 951e89005c
commit 6d429a418b
3 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ sources:
- https://quay.io/pussthecatorg/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- media

View File

@@ -45,13 +45,13 @@ questions:
description: Default user agent for requesting data from IMDB.
schema:
type: string
default: axios/0.27.2
default: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
- variable: AXIOS_ACCEPT
label: Axios Accept
description: Default Accept Header.
schema:
type: string
default: "application/json, text/plain, */*"
default: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
- variable: AXIOS_LANGUAGE
label: Axios Language
description: Forcing a certain language for data we get from IMDB.

View File

@@ -6,8 +6,8 @@ image:
env:
NEXT_PUBLIC_URL: http://localhost:3000
NEXT_TELEMETRY_DISABLED: 1
AXIOS_USERAGENT: "axios/0.27.2"
AXIOS_ACCEPT: "application/json, text/plain, */*"
AXIOS_USERAGENT: "Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0"
AXIOS_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
AXIOS_LANGUAGE: "en-US,en;q=0.5"
USE_REDIS: true
REDIS_URL: