mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
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
33 lines
1 KiB
YAML
33 lines
1 KiB
YAML
# See https://owncast.online/docs/configuration/ for more details
|
|
|
|
instanceDetails:
|
|
name: Owncast
|
|
title: Owncast
|
|
summary: "This is brief summary of whom you are or what your stream is. You can read more about it at owncast.online. You can edit this description in your config file."
|
|
|
|
logo:
|
|
small: /img/logo128.png
|
|
large: /img/logo256.png
|
|
|
|
tags:
|
|
- music
|
|
- software
|
|
- streaming
|
|
|
|
# https://owncast.online/docs/configuration/#external-links
|
|
# for full list of supported social links. All optional.
|
|
socialHandles:
|
|
- platform: github
|
|
url: http://github.com/owncast/owncast
|
|
- platform: mastodon
|
|
url: http://mastodon.something/owncast
|
|
|
|
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
|