First pass at YP registration/configuration (#209)
* 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
This commit is contained in:
@@ -25,3 +25,9 @@ instanceDetails:
|
||||
videoSettings:
|
||||
# Change this value and keep it secure. Treat it like a password to your live stream.
|
||||
streamingKey: abc123
|
||||
|
||||
yp:
|
||||
# Enable YP to be listed in the Owncast directory and let people discover your instance.
|
||||
enabled: false
|
||||
# You must specify the public URL of your host that you want the directory to link to.
|
||||
instanceURL: http://yourhost.com
|
||||
|
||||
Reference in New Issue
Block a user