6 Commits

Author SHA1 Message Date
gabek 729fb5c690 Update Owncast service definition
- Point at the modern Docker image organization
- Enable healthcheck via the /api/status endpoint
2025-03-12 23:43:30 +00:00
3wordchant c0b4ecdd1c Add README 2025-01-31 20:15:44 -05:00
3wordchant a5a8a8a279 chore: publish 0.3.0+0.2.1 release 2025-01-31 20:10:54 -05:00
cas 7a8fefc25f Update .drone.yml 2025-01-08 10:09:13 -08:00
3wordchant 67391905f0 chore: publish 0.2.3+0.1.3 release 2024-05-11 12:36:13 -03:00
3wordchant 1cb0322816 chore: publish 0.2.2+0.1.2 release 2024-03-30 12:26:49 -03:00
3 changed files with 35 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag
+26
View File
@@ -0,0 +1,26 @@
# owncast
Owncast + CoopCloud = 🍿
<!-- metadata -->
* **Category**: Apps
* **Status**: 3
* **Image**: [`gabekangas/owncast:0.2.1`](https://hub.docker.com/gabekangas/owncast), 4, upstream
* **Healthcheck**: ❌
* **Backups**: ❌
* **Email**: N/A
* **Tests**: 2
* **SSO**: 3
<!-- endmetadata -->
## Quick start
* `abra app new owncast --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
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).
+8 -8
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: gabekangas/owncast:0.1.1
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.2.1+0.1.1"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.2.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/status"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
networks:
proxy: