1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libremdb_ynh.git synced 2024-09-03 19:36:22 +02:00
libremdb_ynh/conf/.env.local.example

37 lines
2.1 KiB
Text
Raw Permalink Normal View History

2022-12-29 12:41:54 +01:00
################################################################################
### PLEASE FILL/ENABLE REQUIRED VARS AT LEAST BEFORE RUNNING THE APPLICATION ###
################################################################################
################################################################################
### 1. REQUIRED VARS(site may not work as expected without these).
################################################################################
## used for meta tags. e.g: 'https://libremdb.iket.me'. don't add end slash.
2022-12-29 13:07:05 +01:00
NEXT_PUBLIC_URL=https://__DOMAIN__
2022-12-29 12:41:54 +01:00
## used when fetching data from IMDb. not adding these could result in not getting any response.
2022-12-29 21:53:49 +01:00
AXIOS_USERAGENT='Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0'
AXIOS_ACCEPT='text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
2022-12-29 12:41:54 +01:00
################################################################################
### 2. OPTIONAL VARS(enabling these is encouraged)
################################################################################
## for forcing a certain language for data we get from imdb. Useful when you don't want your IP to determine the preferred language.
# AXIOS_LANGUAGE='en-US,en;q=0.5'
## comment it out if you wish to enable nextjs stats collection. more at https://nextjs.org/telemetry
NEXT_TELEMETRY_DISABLED=1
################################################################################
### 3. REDIS CONFIG(optional if you don't need redis)
################################################################################
## if you want to use redis to speed up the media proxy, set this to true
2023-04-19 11:20:57 +02:00
USE_REDIS=true
2022-12-29 12:41:54 +01:00
## for docker, just set the domain to the container name, default is 'libremdb_redis'
REDIS_URL=localhost:6379
2023-04-19 11:04:49 +02:00
################################################################################
### 4. INSTANCE META FIELDS(not required but good to have)
################################################################################
## example: 'https://iket.me'.
NEXT_PUBLIC_INSTANCE_MAIN_URL=https://__DOMAIN__
## eg: 'zyachel'
NEXT_PUBLIC_INSTANCE_NAME=__DOMAIN__