mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Correct port to 4212 for VLC discovery service (#2232)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.3
|
||||
|
||||
- Correct port on discovery
|
||||
|
||||
## 0.1.2
|
||||
|
||||
- Revert restart nginx service on error
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "VLC",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"slug": "vlc",
|
||||
"description": "Turn your device into a Media Player with VLC",
|
||||
"arch": ["amd64", "i386", "armv7", "aarch64"],
|
||||
|
||||
@@ -8,7 +8,7 @@ declare ha_config
|
||||
ha_config=$(\
|
||||
bashio::var.json \
|
||||
host "$(hostname)" \
|
||||
port "^3000" \
|
||||
port "^4212" \
|
||||
password "$(cat /data/secret)" \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user