1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

update owncast

This commit is contained in:
kev 2024-09-11 18:17:40 +08:00
parent d1a3cd0b48
commit 5266a7a25f
2 changed files with 19 additions and 2 deletions

View File

@ -12,7 +12,7 @@ version: "3.8"
services:
owncast:
image: owncast/owncast:0.1.3
command: /app/owncast -backupdir=/app/data -database=/app/data/database.db
command: /app/owncast
ports:
- "1935:1935"
- "8080:8080"
@ -42,4 +42,21 @@ OBS is a pretty good piece of free software that will get you streaming from you
- Start the server.
- Press “Start Streaming” (OBS) or “Go Live” (Streamlabs) on OBS.
## Recommended Mobile Apps
- Android: https://play.google.com/store/apps/details?id=com.streamlabs&hl=en_US
- iOS: https://apps.apple.com/us/app/streamlabs-live-streaming-app/id1294578643
## 3rd-party Integrations
- https://owncast.online/thirdparty/apis/
- http://127.0.0.1:8080/admin/access-tokens/
```bash
$ API_URL=http://127.0.0.1:8080/api/integrations
$ API_TOKEN=******
$ curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $API_TOKEN" -d '{"body": "I am a system message!"}' $API_URL/chat/system
{"message":"sent","success":true}
```
[1]: https://owncast.online/

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
owncast:
image: owncast/owncast:0.1.3
command: /app/owncast -backupdir=/app/data -database=/app/data/database.db
command: /app/owncast
ports:
- "1935:1935"
- "8080:8080"