diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 00:02:57 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-05-03 00:02:57 +0300 |
| commit | e75637adc56623a61a4f44ad967c6296d9d3ac28 (patch) | |
| tree | cec41e4bbdc14ebd4ff3290b398726ce69066754 /www/owncast/pkg/README | |
| parent | 213de11e68f2a61aa06d3322311836a8069b804f (diff) | |
| download | ports-e75637adc56623a61a4f44ad967c6296d9d3ac28.tar.gz ports-e75637adc56623a61a4f44ad967c6296d9d3ac28.zip | |
www/owncast: add 0.1.0pre20230502132147
shipping development build because latest stable version is broken
on openbsd (patchable, but not worth it i think).
i will fix this when the stable will come out.
Diffstat (limited to 'www/owncast/pkg/README')
| -rw-r--r-- | www/owncast/pkg/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/owncast/pkg/README b/www/owncast/pkg/README new file mode 100644 index 0000000..ccbb8fd --- /dev/null +++ b/www/owncast/pkg/README @@ -0,0 +1,19 @@ ++----------------------------------------------------------------------- +| Running ${PKGSTEM} on OpenBSD ++----------------------------------------------------------------------- + +Owncast comes with web interface for users and a stream admin. +Out of the box owncast listens on port 8080 on all interfaces, but +this could be changed by passing desired values to -webserverip +and -webserverport flags using rcctl(8). + +Owncast doesn't handle TLS, so you're supposed to be running it +behind a TLS-terminating reverse-proxy if you want to host a public +instance. + +On first start owncast will populate its data directory with a +database and static files. You can add custom emojis here. + +Be sure to change the default admin password! It is advised to not +forward the /admin path and the rtmp port for public access +even though they are password-protected. |
