mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Add Owncast blueprint and metadata (#369)
* Add Owncast blueprint and metadata Introduces a new Owncast blueprint with docker-compose configuration, template, and image. Updates meta.json to register Owncast with relevant metadata and links. * Rename owncast image from JPG to PNG Renamed the owncast blueprint image file extension from .jpg to .png for consistency or format requirements. No changes to image content.
This commit is contained in:
15
blueprints/owncast/docker-compose.yml
Normal file
15
blueprints/owncast/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
owncast:
|
||||
image: owncast/owncast:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- owncast-data:/app/data
|
||||
ports:
|
||||
- 8080
|
||||
- 1935
|
||||
|
||||
volumes:
|
||||
owncast-data: {}
|
||||
BIN
blueprints/owncast/owncast.png
Normal file
BIN
blueprints/owncast/owncast.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
12
blueprints/owncast/template.toml
Normal file
12
blueprints/owncast/template.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "owncast"
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
[[config.mounts]]
|
||||
20
meta.json
20
meta.json
@@ -3654,6 +3654,26 @@
|
||||
"self-hosted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "owncast",
|
||||
"name": "Owncast",
|
||||
"version": "latest",
|
||||
"description": "Owncast is a self-hosted live video streaming and chat server for use with existing broadcasting software.",
|
||||
"logo": "owncast.png",
|
||||
"links": {
|
||||
"github": "https://github.com/owncast/owncast",
|
||||
"website": "https://owncast.online/",
|
||||
"docs": "https://owncast.online/docs/"
|
||||
},
|
||||
"tags": [
|
||||
"streaming",
|
||||
"live-video",
|
||||
"chat",
|
||||
"broadcasting",
|
||||
"self-hosted",
|
||||
"rtmp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "palmr",
|
||||
"name": "Palmr",
|
||||
|
||||
Reference in New Issue
Block a user