diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:25:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-07 01:25:07 -0700 |
| commit | 3e02c262c7147fc6242c0ad061da0b7a7078c110 (patch) | |
| tree | 9036047b318df0e9c9c15421d81f6edfa8c0091a /repos/i-miss-someone-vt.md | |
| parent | c95c0a56cd994ff09c3aee767949a88752642409 (diff) | |
remove example md files
Diffstat (limited to 'repos/i-miss-someone-vt.md')
| -rw-r--r-- | repos/i-miss-someone-vt.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/repos/i-miss-someone-vt.md b/repos/i-miss-someone-vt.md new file mode 100644 index 0000000..e172a5e --- /dev/null +++ b/repos/i-miss-someone-vt.md @@ -0,0 +1,41 @@ +--- +title: IMissSomeone-VT Docs +lang: en-US +--- +# IMissSomeone-VT +Miss your favorite VTuber? "I Miss Someone VT" is a template for deploying a fansite for any particular VTuber. + +This page serves as documentation for necessary configuration + +# Environment Variables +The Flask backend relies on environment variables for configuration. + +- **KV_REST_API_URL** + - Redis KV database REST API URL +- **KV_REST_API_TOKEN** + - Redis KV API Token +- **FREE_CHAT_ID** + - Video ID of the free chat/waiting room. The thumbnail from this scheduled waiting room is used as the schedule page PNG +- **CHANNEL_ID** + - YouTube Channel ID of the tracked channel +- **API_KEY** + - Holodex API Key +- **MANUAL_OVERRIDE** + - In case Holodex misreports a video as a stream, this can be used to ignore a particular video (insert video ID) + +# Site Config +The configuration for the frontend can be found within `site-config.json` + +- **soundUrls** + - List of soundbites that will play when the button is clicked +- **rareSoundUrls** + - An extended list of soundUrls but these will only play 10% of the time +- *pastImages* + - A list of images that are cycled through on the landing page +- *buttonIcon* + - Icon that appears in the background when the button is clicked (img) + +The project itself is reliant on Holodex API for data and Redis KV for storing information regarding the button's global click count + + + |
