mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* 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>
13 lines
171 B
TOML
13 lines
171 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
api_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "emby"
|
|
port = 8096
|
|
host = "${main_domain}"
|