forked from iarv/meshcore-mqtt
Update repository references from jinglemansweep to ipnet-mesh
This commit is contained in:
14
README.md
14
README.md
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
[](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/ci.yml)
|
[](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/ci.yml)
|
||||||
[](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/code-quality.yml)
|
[](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/code-quality.yml)
|
||||||
[](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/test.yml)
|
[](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/test.yml)
|
||||||
[](https://github.com/jinglemansweep/meshcore-mqtt/actions/workflows/docker-build.yml)
|
[](https://github.com/ipnet-mesh/meshcore-mqtt/actions/workflows/docker-build.yml)
|
||||||
[](https://github.com/psf/black)
|
[](https://github.com/psf/black)
|
||||||
[](https://mypy.readthedocs.io/)
|
[](https://mypy.readthedocs.io/)
|
||||||
[](https://github.com/PyCQA/bandit)
|
[](https://github.com/PyCQA/bandit)
|
||||||
@@ -427,7 +427,7 @@ Pre-built Docker images are available from GitHub Container Registry:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Pull the latest image
|
# Pull the latest image
|
||||||
docker pull ghcr.io/jinglemansweep/meshcore-mqtt:latest
|
docker pull ghcr.io/ipnet-mesh/meshcore-mqtt:latest
|
||||||
|
|
||||||
# Run with serial connection (default for MeshCore devices)
|
# Run with serial connection (default for MeshCore devices)
|
||||||
docker run -d \
|
docker run -d \
|
||||||
@@ -439,7 +439,7 @@ docker run -d \
|
|||||||
-e MQTT_PASSWORD=meshcore123 \
|
-e MQTT_PASSWORD=meshcore123 \
|
||||||
-e MESHCORE_CONNECTION=serial \
|
-e MESHCORE_CONNECTION=serial \
|
||||||
-e MESHCORE_ADDRESS=/dev/ttyUSB0 \
|
-e MESHCORE_ADDRESS=/dev/ttyUSB0 \
|
||||||
ghcr.io/jinglemansweep/meshcore-mqtt:latest
|
ghcr.io/ipnet-mesh/meshcore-mqtt:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Building Locally
|
#### Building Locally
|
||||||
@@ -474,7 +474,7 @@ docker run -d \
|
|||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--device=/dev/ttyUSB0:/dev/ttyUSB0 \
|
--device=/dev/ttyUSB0:/dev/ttyUSB0 \
|
||||||
--env-file .env.docker \
|
--env-file .env.docker \
|
||||||
ghcr.io/jinglemansweep/meshcore-mqtt:latest
|
ghcr.io/ipnet-mesh/meshcore-mqtt:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Option 3: Using Docker Compose
|
#### Option 3: Using Docker Compose
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
meshcore-mqtt:
|
meshcore-mqtt:
|
||||||
image: ghcr.io/jinglemansweep/meshcore-mqtt:latest
|
image: ghcr.io/ipnet-mesh/meshcore-mqtt:latest
|
||||||
# Alternative: build locally
|
# Alternative: build locally
|
||||||
# build: .
|
# build: .
|
||||||
container_name: meshcore-mqtt-bridge
|
container_name: meshcore-mqtt-bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user