mirror of
https://github.com/truecharts/charts.git
synced 2026-07-23 20:51:20 -03:00
fix(libremdb) axios settings fixes (#5068)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user