diff --git a/vlc/CHANGELOG.md b/vlc/CHANGELOG.md index 7ad84f4..b4ba4f4 100644 --- a/vlc/CHANGELOG.md +++ b/vlc/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.3 + +- Correct port on discovery + ## 0.1.2 - Revert restart nginx service on error diff --git a/vlc/config.json b/vlc/config.json index 50099da..5d8c7a4 100644 --- a/vlc/config.json +++ b/vlc/config.json @@ -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"], diff --git a/vlc/rootfs/etc/services.d/vlc/discovery b/vlc/rootfs/etc/services.d/vlc/discovery index ad4af05..f140d8b 100755 --- a/vlc/rootfs/etc/services.d/vlc/discovery +++ b/vlc/rootfs/etc/services.d/vlc/discovery @@ -8,7 +8,7 @@ declare ha_config ha_config=$(\ bashio::var.json \ host "$(hostname)" \ - port "^3000" \ + port "^4212" \ password "$(cat /data/secret)" \ )