blob: ccbb8fd92293d5e277d298b5cbaabf7cd02c8e61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
|