Files
templates/blueprints/owncast/template.toml
devdamo edb972f14a 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.
2025-09-15 22:49:52 -06:00

12 lines
159 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "owncast"
port = 8080
host = "${main_domain}"
[config.env]
[[config.mounts]]