forked from coop-cloud/owncast
Compare commits
10 Commits
0.1.1+0.0.11
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c0b4ecdd1c | |||
| a5a8a8a279 | |||
| 7a8fefc25f | |||
| 67391905f0 | |||
| 1cb0322816 | |||
| 305d2ff923 | |||
| b7a2dc2551 | |||
| dd6e2f8bea | |||
| 6bb89c4890 | |||
| 0366b7a984 |
+38
@@ -0,0 +1,38 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: deploy to swarm-test.autonomic.zone
|
||||
steps:
|
||||
- name: deployment
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||
settings:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: owncast
|
||||
generate_secrets: true
|
||||
purge: true
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm_test
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
DOMAIN: owncast.swarm-test.autonomic.zone
|
||||
STACK_NAME: owncast
|
||||
LETS_ENCRYPT_ENV: production
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
---
|
||||
kind: pipeline
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
@@ -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).
|
||||
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: gabekangas/owncast:0.0.11
|
||||
image: gabekangas/owncast:0.2.1
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
@@ -21,7 +21,7 @@ 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.1.1+0.0.11"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.2.1"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
# interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user