Skip to content

Commit 60cc91c

Browse files
authored
Merge pull request #2 from bms231/PanCamV4_StandAlone
Breaking off main to use my own docker hub setup
2 parents 007bb4c + 4a79ba7 commit 60cc91c

23 files changed

Lines changed: 53 additions & 53 deletions

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Docker Wyze Bridge (redux)
22

3-
[![Docker](https://github.com/idisposable/docker-wyze-bridge/actions/workflows/docker-image.yml/badge.svg)](https://github.com/idisposable/docker-wyze-bridge/actions/workflows/docker-image.yml)
4-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/idisposable/docker-wyze-bridge?logo=github)](https://github.com/idisposable/docker-wyze-bridge/releases/latest)
5-
[![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/idisposablegithub365/wyze-bridge?sort=semver&logo=docker&logoColor=white)](https://hub.docker.com/r/idisposablegithub365/wyze-bridge)
6-
[![Docker Pulls](https://img.shields.io/docker/pulls/idisposablegithub365/wyze-bridge?logo=docker&logoColor=white)](https://hub.docker.com/r/idisposablegithub365/wyze-bridge)
3+
[![Docker](https://github.com/bms231/docker-wyze-bridge/actions/workflows/docker-image.yml/badge.svg)](https://github.com/bms231/docker-wyze-bridge/actions/workflows/docker-image.yml)
4+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bms231/docker-wyze-bridge?logo=github)](https://github.com/bms231/docker-wyze-bridge/releases/latest)
5+
[![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/bms231/wyze-bridge?sort=semver&logo=docker&logoColor=white)](https://hub.docker.com/r/bms231/wyze-bridge)
6+
[![Docker Pulls](https://img.shields.io/docker/pulls/bms231/wyze-bridge?logo=docker&logoColor=white)](https://hub.docker.com/r/bms231/wyze-bridge)
77

88
## WebRTC/RTSP/RTMP/HLS Bridge for Wyze Cam
99

@@ -48,12 +48,12 @@ See the [supported cameras](#supported-cameras) section for additional informati
4848
Install [docker](https://docs.docker.com/get-docker/) and run:
4949

5050
```bash
51-
docker run -p 8554:8554 -p 8888:8888 -p 5050:5000 -e WB_AUTH=false idisposablegithub365/wyze-bridge
51+
docker run -p 8554:8554 -p 8888:8888 -p 5050:5000 -e WB_AUTH=false bms231/wyze-bridge
5252
```
5353

5454
You can then use the web interface at `http://localhost:5050` where `localhost` is the hostname or ip of the machine running the bridge.
5555

56-
See [basic usage](#basic-usage) for additional information or visit the [wiki page](https://github.com/idisposable/docker-wyze-bridge/wiki/Home-Assistant) for additional information on using the bridge as a Home Assistant Add-on.
56+
See [basic usage](#basic-usage) for additional information or visit the [wiki page](https://github.com/bms231/docker-wyze-bridge/wiki/Home-Assistant) for additional information on using the bridge as a Home Assistant Add-on.
5757

5858
## What's Changed in v3.12.4
5959

@@ -386,7 +386,7 @@ specifying recording's file complete path **MUST** reference **ALL** of `%Y` `%m
386386
`RECORD_FILE_NAME = "%H%M%S%"` and `RECORD_PATH_NAME = "{path}/{cam_name}/%Y/%m/%d%"` would be valid. You can also just
387387
ensure the combined path includes `%s` (which is the unix epoch value as an integer).
388388

389-
[View previous changes](https://github.com/idisposable/docker-wyze-bridge/releases)
389+
[View previous changes](https://github.com/bms231/docker-wyze-bridge/releases)
390390

391391
## FAQ
392392

@@ -406,7 +406,7 @@ ensure the combined path includes `%s` (which is the unix epoch value as an inte
406406
![Supports amd64 Architecture](https://img.shields.io/badge/amd64-yes-success.svg)
407407
![Supports Apple Silicon Architecture](https://img.shields.io/badge/apple_silicon-yes-success.svg)
408408

409-
[![Home Assistant Add-on](https://img.shields.io/badge/home_assistant-add--on-blue.svg?logo=homeassistant&logoColor=white)](https://github.com/idisposable/docker-wyze-bridge/wiki/Home-Assistant)
409+
[![Home Assistant Add-on](https://img.shields.io/badge/home_assistant-add--on-blue.svg?logo=homeassistant&logoColor=white)](https://github.com/bms231/docker-wyze-bridge/wiki/Home-Assistant)
410410
[![Homebridge](https://img.shields.io/badge/homebridge-camera--ffmpeg-blue.svg?logo=homebridge&logoColor=white)](https://sunoo.github.io/homebridge-camera-ffmpeg/configs/WyzeCam.html)
411411
[![Portainer stack](https://img.shields.io/badge/portainer-stack-blue.svg?logo=portainer&logoColor=white)](https://github.com/mrlt8/docker-wyze-bridge/wiki/Portainer)
412412
[![Unraid Community App](https://img.shields.io/badge/unraid-community--app-blue.svg?logo=unraid&logoColor=white)](https://github.com/mrlt8/docker-wyze-bridge/issues/236)
@@ -423,7 +423,7 @@ The container can be run on its own, in [Portainer](https://github.com/mrlt8/doc
423423
## Supported Cameras
424424

425425
> [!IMPORTANT]
426-
> Some newer camera firmware versions may cause issues with remote access via P2P. Local "LAN" access seems unaffected at this time. A temporary solution is to use a VPN. See the [OpenVPN example](https://github.com/idisposable/docker-wyze-bridge/blob/main/docker-compose.ovpn.yml).
426+
> Some newer camera firmware versions may cause issues with remote access via P2P. Local "LAN" access seems unaffected at this time. A temporary solution is to use a VPN. See the [OpenVPN example](https://github.com/bms231/docker-wyze-bridge/blob/main/docker-compose.ovpn.yml).
427427

428428
| Camera | Model | Tutk Support | Latest FW |
429429
| ----------------------------- | -------------- | ------------------------------------------------------------- | --------- |
@@ -457,7 +457,7 @@ The container can be run on its own, in [Portainer](https://github.com/mrlt8/doc
457457
This is similar to the docker run command, but will save all your options in a yaml file.
458458

459459
1. Install [Docker Compose](https://docs.docker.com/compose/install/).
460-
2. Use the [sample](https://raw.githubusercontent.com/idisposable/docker-wyze-bridge/main/docker-compose.sample.yml) as a guide to create a `docker-compose.yml` file with your wyze credentials.
460+
2. Use the [sample](https://raw.githubusercontent.com/bms231/docker-wyze-bridge/main/docker-compose.sample.yml) as a guide to create a `docker-compose.yml` file with your wyze credentials.
461461
3. Run `docker-compose up`.
462462

463463
Once you're happy with your config you can use `docker-compose up -d` to run it in detached mode.
@@ -482,7 +482,7 @@ docker image prune # Remove old images
482482

483483
Visit the [wiki page](https://github.com/mrlt8/docker-wyze-bridge/wiki/Home-Assistant) for additional information on Home Assistant.
484484

485-
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.qkg1.top%2Fidisposable%2Fdocker-wyze-bridge)
485+
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.qkg1.top%bms231%2Fdocker-wyze-bridge)
486486

487487
## Additional Info
488488

app/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION=3.12.4
2-
MTX_TAG=1.12.3
2+
MTX_TAG=1.14.0
33
IOS_VERSION=17.7.2
4-
APP_VERSION=3.5.5.8
4+
APP_VERSION=3.7.6.2
55
SDK_KEY=AQAAAIZ44fijz5pURQiNw4xpEfV9ZysFH8LYBPDxiONQlbLKaDeb7n26TSOPSGHftbRVo25k3uz5of06iGNB4pSfmvsCvm/tTlmML6HKS0vVxZnzEuK95TPGEGt+aE15m6fjtRXQKnUav59VSRHwRj9Z1Kjm1ClfkSPUF5NfUvsb3IAbai0WlzZE1yYCtks7NFRMbTXUMq3bFtNhEERD/7oc504b

app/static/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ document.addEventListener("DOMContentLoaded", () => {
287287
checkAPI.addEventListener("click", () => {
288288
let icon = checkAPI.getElementsByClassName("fa-arrows-rotate")[0].classList;
289289
icon.add("fa-spin");
290-
fetch("https://api.github.com/repos/idisposable/docker-wyze-bridge/releases/latest")
290+
fetch("https://api.github.com/repos/bms231/docker-wyze-bridge/releases/latest")
291291
.then((response) => response.json())
292292
.then((data) => {
293293
let apiVersion = data.tag_name.replace(/[^0-9\.]/g, "");

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% block api_info %}
2323
{% endblock %}
2424
<p>
25-
<a href="https://github.com/idisposable/docker-wyze-bridge"><i class="fa-brands fa-github"></i>
25+
<a href="https://github.com/bms231/docker-wyze-bridge"><i class="fa-brands fa-github"></i>
2626
<strong>docker-wyze-bridge</strong></a>
2727
v{{ version }}
2828
<a id="checkUpdate" class="icon-text" title="Check for updates" data-version="{{version}}"><span

docker-compose.ovpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
wyze-bridge:
2929
container_name: wyze-bridge
3030
restart: unless-stopped
31-
image: idisposablegithub365/wyze-bridge:latest
31+
image: bms231/wyze-bridge:latest
3232
depends_on: [openvpn]
3333
network_mode: service:openvpn
3434
environment:

docker-compose.sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
wyze-bridge:
33
container_name: wyze-bridge
44
restart: unless-stopped
5-
image: idisposablegithub365/wyze-bridge:latest
5+
image: bms231/wyze-bridge:latest
66
network_mode: host
77
#ports:
88
# - 1935:1935/tcp # RTMP rtmp://localhost:1935/mystream?user=myuser&pass=mypass

docker-compose.tailscale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
wyze-bridge:
3232
container_name: wyze-bridge
3333
restart: unless-stopped
34-
image: idisposablegithub365/wyze-bridge:latest
34+
image: bms231/wyze-bridge:latest
3535
depends_on: [tailscale]
3636
network_mode: service:tailscale
3737
environment:

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ LABEL \
7575
io.hass.description="Bridges Wyze Cameras into Home Assistant using MediaMTX in Docker container" \
7676
io.hass.type="addon" \
7777
io.hass.version=${BUILD_VERSION} \
78-
maintainer="Marc Brooks <idisposable@gmail.com>" \
78+
maintainer="Brian" \
7979
org.label-schema.name="Docker Wyze Bridge HA" \
8080
org.label-schema.description="Docker Wyze Bridge for Home Assistant" \
8181
org.label-schema.build-date=${BUILD_DATE} \
8282
org.label-schema.schema-version="1.0" \
83-
org.label-schema.usage="https://github.com/IDisposable/docker-wyze-bridge/blob/main/README.md" \
83+
org.label-schema.usage="https://github.com/bms231/docker-wyze-bridge/blob/main/README.md" \
8484
org.label-schema.vcs-ref=${GITHUB_SHA} \
85-
org.label-schema.vcs-url="https://github.com/IDisposable/docker-wyze-bridge/" \
86-
org.label-schema.vendor="HomeAssistant add-ons by Marc Brooks"
85+
org.label-schema.vcs-url="https://github.com/bms231/docker-wyze-bridge/" \
86+
org.label-schema.vendor="HomeAssistant add-ons Originally by Marc Brooks"

docker/Dockerfile.hwaccel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ LABEL \
8282
io.hass.description="Bridges Wyze Cameras into Home Assistant using MediaMTX in Docker container" \
8383
io.hass.type="addon" \
8484
io.hass.version=${BUILD_VERSION} \
85-
maintainer="Marc Brooks <idisposable@gmail.com>" \
85+
maintainer="Brian" \
8686
org.label-schema.name="Docker Wyze Bridge HA" \
8787
org.label-schema.description="Docker Wyze Bridge for Home Assistant" \
8888
org.label-schema.build-date=${BUILD_DATE} \
8989
org.label-schema.schema-version="1.0" \
90-
org.label-schema.usage="https://github.com/IDisposable/docker-wyze-bridge/blob/main/README.md" \
90+
org.label-schema.usage="https://github.com/bms231/docker-wyze-bridge/blob/main/README.md" \
9191
org.label-schema.vcs-ref=${GITHUB_SHA} \
92-
org.label-schema.vcs-url="https://github.com/IDisposable/docker-wyze-bridge/" \
93-
org.label-schema.vendor="HomeAssistant add-ons by Marc Brooks"
92+
org.label-schema.vcs-url="https://github.com/bms231/docker-wyze-bridge/" \
93+
org.label-schema.vendor="HomeAssistant add-ons Originally by Marc Brooks"

docker/Dockerfile.multiarch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ LABEL \
7777
io.hass.description="Bridges Wyze Cameras into Home Assistant using MediaMTX in Docker container" \
7878
io.hass.type="addon" \
7979
io.hass.version=${BUILD_VERSION} \
80-
maintainer="Marc Brooks <idisposable@gmail.com>" \
80+
maintainer="Brian" \
8181
org.label-schema.name="Docker Wyze Bridge HA" \
8282
org.label-schema.description="Docker Wyze Bridge for Home Assistant" \
8383
org.label-schema.build-date=${BUILD_DATE} \
8484
org.label-schema.schema-version="1.0" \
85-
org.label-schema.usage="https://github.com/IDisposable/docker-wyze-bridge/blob/main/README.md" \
85+
org.label-schema.usage="https://github.com/bms231/docker-wyze-bridge/blob/main/README.md" \
8686
org.label-schema.vcs-ref=${GITHUB_SHA} \
87-
org.label-schema.vcs-url="https://github.com/IDisposable/docker-wyze-bridge/" \
88-
org.label-schema.vendor="HomeAssistant add-ons by Marc Brooks"
87+
org.label-schema.vcs-url="https://github.com/bms231/docker-wyze-bridge/" \
88+
org.label-schema.vendor="HomeAssistant add-ons Originally by Marc Brooks"

0 commit comments

Comments
 (0)