RTMP Port The port that is used to receive the stream data. | RTMP_PORT | 8091 | required|integer |
Stream/Admin Key This is used to authenticate to the web admin interface, as well as to authenticate your stream. | STREAM_KEY | none | required|string|min:32|max:128 |
Owncast Version The version of Owncast that you would like to install, from https://github.com/owncast/owncast/releases
As an Example - "v0.0.11" for a specific version or "latest" for the most up to date version. | VERSION | latest | required|string|max:20 |
Github Repository Used to identify the github repository to pull the release from. | GITHUB_PACKAGE | owncast/owncast | required|string|max:120 |
Github File Match Used to identify the specific asset under a release for download. | MATCH | linux-64bit | required|string|max:20 |
Github User Required if you are doing more calls than the github anonymous API user allows. | GITHUB_USER | none | nullable|string|max:20 |
Github Oauth Token Required if you are doing more calls than the github anonymous API user allows. | GITHUB_OAUTH_TOKEN | none | nullable|string|max:128 |