owncast/config-example.yaml

31 lines
910 B
YAML
Raw Normal View History

2020-09-22 11:12:56 +03:00
# See https://owncast.online/docs/configuration/ for more details
instanceDetails:
name: Owncast
2020-09-22 11:12:56 +03:00
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."
2020-09-22 11:12:56 +03:00
2020-06-29 01:13:01 +03:00
logo:
2020-10-16 23:31:16 +03:00
small: /img/logo.svg
large: /img/logo.svg
tags:
- music
- software
2020-09-22 11:12:56 +03:00
- streaming
2020-09-22 11:12:56 +03:00
# https://owncast.online/docs/configuration/#external-links
# for full list of supported social links. All optional.
socialHandles:
2020-09-22 11:12:56 +03:00
- platform: github
url: http://github.com/owncast/owncast
- platform: mastodon
url: http://mastodon.something/owncast
2020-06-02 02:53:31 +03:00
videoSettings:
# Change this value and keep it secure. Treat it like a password to your live stream.
2020-06-02 03:15:11 +03:00
streamingKey: abc123
# Set to true if you don't want the service checking for future releases.
disableUpgradeChecks: false