diff --git a/.github/workflows/docker_dev.yml b/.github/workflows/docker_dev.yml index 9776a212..0141598c 100755 --- a/.github/workflows/docker_dev.yml +++ b/.github/workflows/docker_dev.yml @@ -82,7 +82,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/front/plugins/README.md b/front/plugins/README.md index cd65b9de..aff14110 100755 --- a/front/plugins/README.md +++ b/front/plugins/README.md @@ -29,7 +29,7 @@ | | | MQTT | Script | πŸ’¬ publisher | πŸ“š[_publisher_mqtt](/front/plugins/_publisher_mqtt/) | | Yes | | NEWDEV | Template | βš™ system | πŸ“š[newdev_template](/front/plugins/newdev_template/) | | | | NMAP | Script | β™» other | πŸ“š[nmap_scan](/front/plugins/nmap_scan/) | -| | Yes | NTFPRCS | Template | βš™ system | πŸ“š[notification_processing](/front/plugins/notification_processing/)| +| Yes | | NTFPRCS | Template | βš™ system | πŸ“š[notification_processing](/front/plugins/notification_processing/)| | | | NTFY | Script | πŸ’¬ publisher | πŸ“š[_publisher_ntfy](/front/plugins/_publisher_ntfy/) | | | | PHOLUS | Script | β™» other | πŸ“š[pholus_scan](/front/plugins/pholus_scan/) | | | Yes | PIHOLE | External SQLite DB | πŸ”dev scanner | πŸ“š[pihole_scan](/front/plugins/pihole_scan/) |