www/owncast/pkg/README (view raw)
1+-----------------------------------------------------------------------
2| Running ${PKGSTEM} on OpenBSD
3+-----------------------------------------------------------------------
4
5Owncast comes with web interface for users and a stream admin.
6Out of the box owncast listens on port 8080 on all interfaces, but
7this could be changed by passing desired values to -webserverip
8and -webserverport flags using rcctl(8).
9
10Owncast doesn't handle TLS, so you're supposed to be running it
11behind a TLS-terminating reverse-proxy if you want to host a public
12instance.
13
14On first start owncast will populate its data directory with a
15database and static files. You can add custom emojis here.
16
17Be sure to change the default admin password! It is advised to not
18forward the /admin path and the rtmp port for public access
19even though they are password-protected.