Files
templates/blueprints/emby/template.toml
Cohvir 8baa95dfd8 Emby template (#276)
* Emby template

* Update blueprints/emby/template.toml

* Add Emby entry to meta.json

- Introduced new application entry for Emby, including details such as version, description, logo, and relevant links.
- Ensured proper categorization with appropriate tags for media systems.

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-08-22 22:57:30 -06:00

13 lines
171 B
TOML

[variables]
main_domain = "${domain}"
api_domain = "${domain}"
[config]
env = []
mounts = []
[[config.domains]]
serviceName = "emby"
port = 8096
host = "${main_domain}"