Skip to content

Commit

Permalink
Bump Version to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 authored and github-actions[bot] committed Dec 7, 2023
1 parent 1c76882 commit bc76e99
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.5.3
VERSION=2.6.0
MTX_TAG=1.1.1
IOS_VERSION=17.1.1
APP_VERSION=2.44.5.3
Expand Down
22 changes: 17 additions & 5 deletions app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"slug": "docker_wyze_bridge",
"url": "https://github.com/mrlt8/docker-wyze-bridge",
"image": "mrlt8/wyze-bridge",
"version": "2.5.3",
"arch": ["armv7", "aarch64", "amd64"],
"version": "2.6.0",
"arch": [
"armv7",
"aarch64",
"amd64"
],
"startup": "application",
"boot": "auto",
"apparmor": false,
Expand All @@ -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",
Expand Down Expand Up @@ -128,7 +138,9 @@
"MOTION_WEBHOOKS": "str?"
}
],
"MEDIAMTX": ["match(^\\w+=.*)?"],
"MEDIAMTX": [
"match(^\\w+=.*)?"
],
"WB_HLS_URL": "str?",
"WB_RTMP_URL": "str?",
"WB_RTSP_URL": "str?",
Expand Down

0 comments on commit bc76e99

Please sign in to comment.