1 Commits

Author SHA1 Message Date
renovate-bot 2b96187986 Add renovate.json 2026-03-10 18:01:26 +00:00
3 changed files with 19 additions and 13 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
# Owncast
# owncast
A free and open source live video and web chat server for use with existing popular broadcasting software.
Owncast + CoopCloud = 🍿
<!-- metadata -->
* **Category**: Apps
* **Status**: 3
* **Image**: [`owncast`](https://hub.docker.com/owncast/owncast), 4, upstream
* **Healthcheck**: Yes
* **Backups**: No
* **Image**: [`gabekangas/owncast:0.2.1`](https://hub.docker.com/gabekangas/owncast), 4, upstream
* **Healthcheck**:
* **Backups**:
* **Email**: N/A
* **Tests**: 2
* **SSO**: 3
@@ -23,4 +23,4 @@ A free and open source live video and web chat server for use with existing popu
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.5
image: owncast/owncast:0.2.1
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.4.0+0.2.5"
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.2.1"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/api/status || exit 1
interval: 5m
timeout: 3s
retries: 3
start_period: 2m
test: ["CMD", "curl", "-f", "http://localhost:8080/api/status"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
networks:
proxy:
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}