This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/source/.env.sample
2024-08-03 21:51:57 -04:00

73 lines
No EOL
1.5 KiB
Text

# Server Information
SERVER_ADMIN="Company LLC"
SERVER_LOCATION="France"
SERVER_PROTOCOL="https"
SERVER_DOMAIN="https://example.org"
# Default Instances and Options
## Set the instances you want to use.
## Can be overriden by the user in their preferences.
### Supabase Server
SUPABASE_URL="http://supa.example.com"
SUPABASE_ANON_KEY="anon_key"
### Invidious
DEFAULT_MEDIA_PROXY="https://yt.sudovanilla.org" # Invidious (YouTube)
DEFAULT_MEDIA_DATA_PROXY="https://yt.sudovanilla.org" # Invidious (YouTube)
### SafeTwitch
DEFAULT_STREAM_PROXY="https://twitch-backend.sudovanilla.org" # SafeTwitch (Twitch)
DEFAULT_STREAM_DATA_PROXY="https://twitch-backend.sudovanilla.org" # SafeTwitch (Twitch)
### Image Proxy
DEFAULT_IMAGE_PROXY="https://ipx.sudovanilla.org"
### Options
DEFAULT_PLAYER="Zorn"
# Source Code Information
## If you've modified the source code, please publish
## your changes and list the repo here.
MODIFIED="false"
CUSTOM_SOURCE_CODE=""
# UI Customization
META_COLOR=""
COLOR=""
THEME=""
THEME_TOGGLE_ENABLED=""
THEME_TOGGLE_STYLE=""
FOOTER_VERSION=""
REVERT_LAYOUT=""
SIDEBAR_CATEGORIES="true"
SIDEBAR_DISCOVER="true"
# Platform Support
PLATFORM_YOUTUBE="true"
PLATFORM_TWITCH="true" # Planned
# Analytics
ANALYTICS="false"
## If your domain uses Cloudflare, set to "true"
CLOUDFLARE="true"
MATOMO_ID=""
MATOMO_SRC=""
PLAUSIBLE_DOMAIN=""
PLAUSIBLE_SRC=""
UMAMI_ID=""
UMAMI_SRC=""
AMPLITUDE_APIKEY=""
METRICAL_APP=""
FATHOM_SITE=""
FATHOM_SRC=""
MINIAML_ID=""
SWETRIX_SRC=""
SWETRIX_API=""
SWETRIX_PROJECT_ID=""
SIMPLEANALYTICS_DOMAIN=""