mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 03:52:04 +08:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
1. Get the application URL by running these commands:
|
|
|
|
{{- if .Values.hostNetwork }}
|
|
http://$node_ip:8096/
|
|
{{ else }}
|
|
http://$node_ip:{{ .Values.embyServerHttp.port }}/
|
|
{{ end }}
|