diff --git a/app/.env b/app/.env index f5627a8b..cd6dcf05 100644 --- a/app/.env +++ b/app/.env @@ -1,4 +1,4 @@ -VERSION=2.3.14 +VERSION=2.3.15 MTX_TAG=1.0.0 IOS_VERSION=16.5 APP_VERSION=2.44.1.1 diff --git a/app/config.json b/app/config.json index ecf19fe4..43a2c438 100644 --- a/app/config.json +++ b/app/config.json @@ -4,8 +4,12 @@ "slug": "docker-wyze-bridge", "url": "https://github.com/mrlt8/docker-wyze-bridge", "image": "mrlt8/wyze-bridge", - "version": "2.3.14", - "arch": ["armv7", "aarch64", "amd64"], + "version": "2.3.15", + "arch": [ + "armv7", + "aarch64", + "amd64" + ], "startup": "application", "boot": "auto", "apparmor": false, @@ -30,8 +34,14 @@ "IMG_DIR": "media/wyze/img/", "RECORD_PATH": "media/wyze/{CAM_NAME}" }, - "map": ["config:rw", "media:rw", "ssl:ro"], - "services": ["mqtt:want"], + "map": [ + "config:rw", + "media:rw", + "ssl:ro" + ], + "services": [ + "mqtt:want" + ], "ingress": true, "ingress_port": 5000, "panel_icon": "mdi:bridge", @@ -121,7 +131,9 @@ "SUBSTREAM": "bool?" } ], - "MEDIAMTX": ["match(^\\w+=.*)?"], + "MEDIAMTX": [ + "match(^\\w+=.*)?" + ], "WB_HLS_URL": "str?", "WB_RTMP_URL": "str?", "WB_RTSP_URL": "str?",