d7e355bce1
* Add support for ending the inbound stream. Closes #191 * Add a simple success response to API requests * Connected clients API with geo details * Post-rebase cleanup * Make setting and reading geo details separate operations to unblock and speed up * Rename file * Fire geoip api call behind goroutine * Add comment * Post-rebase fixes * Add support for the MaxMind GeoLite2 GeoIP database
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
instanceDetails:
|
|
name: Localhost Test Instance
|
|
title: Owncast Demo Server
|
|
summary: "This is Gabe's localhost instance of Owncast."
|
|
|
|
logo:
|
|
small: /img/logo128.png
|
|
large: /img/logo256.png
|
|
|
|
tags:
|
|
- software
|
|
- music
|
|
- animal crossing
|
|
|
|
# https://github.com/gabek/owncast/blob/master/doc/configuration.md#customization
|
|
# for full list of supported social links. All optional.
|
|
socialHandles:
|
|
- platform: twitter
|
|
url: http://twitter.com/owncast
|
|
- platform: instagram
|
|
url: http://instagram.biz/owncast
|
|
- platform: facebook
|
|
url: http://facebook.gov/owncast
|
|
|
|
videoSettings:
|
|
# Change this value and keep it secure. Treat it like a password to your live stream.
|
|
streamingKey: abc123
|
|
|
|
# Determine the bitrate of your stream variants.
|
|
# See https://github.com/gabek/owncast/blob/master/doc/configuration.md#video-quality for details.
|
|
streamQualities:
|
|
- high:
|
|
videoBitrate: 2000
|
|
|
|
- medium:
|
|
videoBitrate: 800
|
|
|
|
|
|
# s3:
|
|
# enabled: true
|
|
# endpoint: https://gabevideo.us-east-1.linodeobjects.com
|
|
# accessKey: TM24VRAB57SLH72CS0XA
|
|
# secret: zKpuJHRNLmOVnzh9gsoQHbRhpYAQt94xCb3Y7pou
|
|
# region: us-east-1
|
|
# bucket: gabevideo
|
|
|
|
s3:
|
|
enabled: true
|
|
endpoint: https://gabevideo.s3-us-west-2.amazonaws.com
|
|
accessKey: AKIAZVILNW6ECSTICSPM
|
|
secret: 5t34rWZqCMgNAk3B3dzgsQuZWuzZvylBiWvb1oYD
|
|
region: us-west-2
|
|
bucket: gabevideo
|
|
acl: public-read
|
|
|
|
# Enable YP to be listed in the Owncast directory and let people discover your instance.
|
|
yp:
|
|
enabled: true
|
|
ypServiceURL: https://owncast-yp-test.gabek.vercel.app
|
|
instanceURL: http://localhost:8080
|