Skip to content

Commit

Permalink
docs, MQTT, GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Feb 28, 2025
1 parent bf3d497 commit 4b0c7f2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
with:
images: |
ghcr.io/jokob-sk/netalertx-dev
ghcr.io/jokob-sk/pi.alert-dev
jokobsk/netalertx-dev
jokobsk/pi.alert-dev
tags: |
type=raw,value=latest
type=ref,event=branch
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
ghcr.io/jokob-sk/netalertx
ghcr.io/jokob-sk/pi.alert
jokobsk/netalertx
jokobsk/pi.alert
jokobsk/netalertx
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}},value=${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/DEBUG_TIPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run --rm --network=host \

If possible, check if your issue got fixed in the `_dev` image before opening a new issue. The container is:

`jokobsk/netalertx-dev:latest`
`ghcr.io/jokob-sk/netalertx-dev:latest`

> ⚠ Please backup your DB and config beforehand!
Expand Down
6 changes: 3 additions & 3 deletions docs/DOCKER_COMPOSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
hostname: NetAlertX
privileged: true
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: jokobsk/netalertx:latest
environment:
- TZ=Europe/Bratislava
Expand All @@ -61,7 +61,7 @@ services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
Expand Down
8 changes: 4 additions & 4 deletions docs/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
pialert:
container_name: pialert
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/pialert:latest"
network_mode: "host"
restart: unless-stopped
Expand All @@ -77,7 +77,7 @@ services:
netalertx: # ⚠ This has changed (🟡optional)
container_name: netalertx # ⚠ This has changed (🟡optional)
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest" # ⚠ This has changed (🟡optional/🔺required in future)
network_mode: "host"
restart: unless-stopped
Expand Down Expand Up @@ -105,7 +105,7 @@ services:
pialert:
container_name: pialert
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/pialert:latest"
network_mode: "host"
restart: unless-stopped
Expand All @@ -127,7 +127,7 @@ services:
netalertx: # ⚠ This has changed (🟡optional)
container_name: netalertx # ⚠ This has changed (🟡optional)
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest" # ⚠ This has changed (🟡optional/🔺required in future)
network_mode: "host"
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docs/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
netalertx:
container_name: netalertx
# Uncomment the line below to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docs/PLUGINS_DEV.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 🌟 Create a custom plugin: Overview
# Creating a custom plugin

NetAlertX comes with a plugin system to feed events from third-party scripts into the UI and then send notifications, if desired. The highlighted core functionality this plugin system supports, is:

Expand Down
2 changes: 1 addition & 1 deletion docs/SYNOLOGY_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
netalertx:
container_name: netalertx
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
# image: "ghcr.io/jokob-sk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
Expand Down

0 comments on commit 4b0c7f2

Please sign in to comment.