Skip to content

Commit b34e59a

Browse files
Update repository references from jinglemansweep to ipnet-mesh
1 parent 14c1923 commit b34e59a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![License](https://img.shields.io/badge/License-GPL_v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44
[![Python](https://img.shields.io/badge/Python-3.11+-blue.svg)](https://www.python.org/)
5-
[![CI](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/ci.yml/badge.svg)](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/ci.yml)
6-
[![Code Quality](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/code-quality.yml/badge.svg)](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/code-quality.yml)
7-
[![Tests](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/test.yml/badge.svg)](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/test.yml)
8-
[![Docker Build and Push](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/docker-build.yml/badge.svg)](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/docker-build.yml)
5+
[![CI](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/ci.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/ci.yml)
6+
[![Code Quality](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/code-quality.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/code-quality.yml)
7+
[![Tests](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/test.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/test.yml)
8+
[![Docker Build and Push](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/docker-build.yml)
99
[![Code style: black](https://img.shields.io/badge/Code%20style-black-000000.svg)](https://github.com/psf/black)
1010
[![Typing: mypy](https://img.shields.io/badge/Typing-mypy-blue.svg)](https://mypy.readthedocs.io/)
1111
[![Security: bandit](https://img.shields.io/badge/Security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
@@ -427,7 +427,7 @@ Pre-built Docker images are available from GitHub Container Registry:
427427

428428
```bash
429429
# Pull the latest image
430-
docker pull ghcr.io/jinglemansweep/meshcore-mqtt:latest
430+
docker pull ghcr.io/ipnet-mesh/meshcore-mqtt:latest
431431
432432
# Run with serial connection (default for MeshCore devices)
433433
docker run -d \
@@ -439,7 +439,7 @@ docker run -d \
439439
-e MQTT_PASSWORD=meshcore123 \
440440
-e MESHCORE_CONNECTION=serial \
441441
-e MESHCORE_ADDRESS=/dev/ttyUSB0 \
442-
ghcr.io/jinglemansweep/meshcore-mqtt:latest
442+
ghcr.io/ipnet-mesh/meshcore-mqtt:latest
443443
```
444444

445445
#### Building Locally
@@ -474,7 +474,7 @@ docker run -d \
474474
--restart unless-stopped \
475475
--device=/dev/ttyUSB0:/dev/ttyUSB0 \
476476
--env-file .env.docker \
477-
ghcr.io/jinglemansweep/meshcore-mqtt:latest
477+
ghcr.io/ipnet-mesh/meshcore-mqtt:latest
478478
```
479479

480480
#### Option 3: Using Docker Compose

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
meshcore-mqtt:
3-
image: ghcr.io/jinglemansweep/meshcore-mqtt:latest
3+
image: ghcr.io/ipnet-mesh/meshcore-mqtt:latest
44
# Alternative: build locally
55
# build: .
66
container_name: meshcore-mqtt-bridge

0 commit comments

Comments
 (0)