Files
chart/library/ix-dev/charts/emby/templates/NOTES.txt
Stavros Kois 44d2241a0d Move emby to ix-dev (#1043)
* move emby to ix-dev

* update lock

* indent lists
2023-03-24 23:21:30 +02:00

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 }}