9b7784634b
* Spike: Ping YP service with instance details * WIP: Add to the config to support YP * Add YP response endpoint * Handle YP errors. Use config. Off by default * Show message about YP support on launch * Add animated gif preview when generating thumb * Increase quality of preview gif and only create it if YP is enabled * Do not allow re-registration by clearing the key * Make large and small logos actually structured * Change log level * Fix default YP service URL * Point to default hostname * Set default value for YP to false
30 lines
441 B
Plaintext
30 lines
441 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
#owncast specific
|
|
/config.yaml
|
|
/stats.json
|
|
owncast
|
|
webroot/thumbnail.jpg
|
|
webroot/preview.gif
|
|
webroot/hls
|
|
webroot/static/content.md
|
|
hls/
|
|
dist/
|
|
transcoder.log
|
|
chat.db
|
|
.yp.key
|