update
This commit is contained in:
parent
6f3a08867f
commit
36d554c16b
30 changed files with 5790 additions and 650 deletions
|
@ -7,14 +7,21 @@ 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"
|
||||
|
||||
# Important Information
|
||||
# Source Code Information
|
||||
## If you've modified the source code, please publish
|
||||
## your changes and list the repo here.
|
||||
MODIFIED="false"
|
||||
|
|
Reference in a new issue