6 Commits

Author SHA1 Message Date
Brooke 52803d9589 chore: publish 0.4.0+0.2.5 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-04-27 20:34:14 -04:00
Brooke ab5ebf6db0 fix healthcheck (no curl in container)
continuous-integration/drone/push Build is failing
2026-04-27 20:30:44 -04:00
Brooke 30381234f2 chore: publish 0.3.2+0.2.5 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-04-27 20:17:19 -04:00
Brooke c507ade62c update image meta in readme 2026-04-27 20:17:09 -04:00
Brooke 31d38beb56 bump image tag 2026-04-27 20:16:52 -04:00
Brooke a0d041b07e add description to readme, update metadata
continuous-integration/drone/push Build is failing
2026-04-27 20:06:47 -04:00
3 changed files with 13 additions and 19 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
# owncast
# Owncast
Owncast + CoopCloud = 🍿
A free and open source live video and web chat server for use with existing popular broadcasting software.
<!-- metadata -->
* **Category**: Apps
* **Status**: 3
* **Image**: [`gabekangas/owncast:0.2.1`](https://hub.docker.com/gabekangas/owncast), 4, upstream
* **Healthcheck**:
* **Backups**:
* **Image**: [`owncast`](https://hub.docker.com/owncast/owncast), 4, upstream
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: N/A
* **Tests**: 2
* **SSO**: 3
@@ -23,4 +23,4 @@ Owncast + CoopCloud = 🍿
Then, log into `https://owncast.example.com/admin` using the initial stream key visible in `abra app logs <domain>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
+7 -7
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: owncast/owncast:0.2.1
image: owncast/owncast:0.2.5
networks:
- proxy
volumes:
@@ -21,13 +21,13 @@ services:
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp"
- "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935"
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.2.1"
- "coop-cloud.${STACK_NAME}.version=0.4.0+0.2.5"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/status"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
test: wget --no-verbose --tries=1 --spider http://localhost:8080/api/status || exit 1
interval: 5m
timeout: 3s
retries: 3
start_period: 2m
networks:
proxy:
-6
View File
@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}