27 lines
932 B
Plaintext
27 lines
932 B
Plaintext
TYPE=4get
|
|
|
|
DOMAIN=4get.example.com
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
FOURGET_SERVER_NAME=4get.example.com
|
|
FOURGET_SHORT_DESCRIPTION="4get 4get 4get 4get"
|
|
|
|
DEFAULT_THEME="Dark" # Options: "Catppuccin Latte" "Dark Christmas" "Wine" "Catppuccin Mocha" "Gore's shitty theme" "gentoo" "Cream" "White Christmas"
|
|
|
|
## uncomment to customize the instance list
|
|
#FOURGET_INSTANCES=https://4get.ca
|
|
|
|
## Enable captcha protection, please see readme.
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.captcha.yml"
|
|
## Your list of datasets and the number of images in each
|
|
#CAPTCHA_DATASET="['birds', 2263],['fumo_plushies', 1006],['minecraft', 848]"
|
|
#MAX_SEARCHES= # Max number of searches a user can complete before being asked to solve another captcha
|
|
|
|
## Enable onion routing, this will make all searches using tor
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.tor.yml"
|
|
|
|
INCLUDE_NEWS_LINK=false
|
|
INCLUDE_4GET_DONATION_LINK=true
|
|
INCLUDE_SOURCE_LINK=false
|
|
API_ENABLED=false |