diff --git a/community-containers/scrutiny/readme.md b/community-containers/scrutiny/readme.md index 34bf5d45..27296102 100644 --- a/community-containers/scrutiny/readme.md +++ b/community-containers/scrutiny/readme.md @@ -5,7 +5,7 @@ This container bundles [Scrutiny](https://github.com/analogj/scrutiny), a web fr - This container should only be run in home networks - ⚠️ This container mounts all devices from the host inside the container in order to be able to access the drives and smartctl stats which is a security issue. However no better solution was found for the time being. - This container only works on Linux and not on Docker-Desktop. -- After adding and starting the container, you need to visit `http://internal.ip.of.server:8000` which will show the dashboard for your drives. +- After adding and starting the container, you need to visit `http://internal.ip.of.server:8001` which will show the dashboard for your drives. - It supports sending notifications in case of a smartctl failure if you enable the notifications community container: https://github.com/nextcloud/all-in-one/tree/main/community-containers/notifications - See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack diff --git a/community-containers/scrutiny/scrutiny.json b/community-containers/scrutiny/scrutiny.json index b367e497..6b57744d 100644 --- a/community-containers/scrutiny/scrutiny.json +++ b/community-containers/scrutiny/scrutiny.json @@ -6,13 +6,13 @@ "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/scrutiny", "image": "ghcr.io/szaimen/aio-scrutiny", "image_tag": "v2", - "internal_port": "8000", + "internal_port": "8001", "init": false, "restart": "unless-stopped", "ports": [ { "ip_binding": "", - "port_number": "8000", + "port_number": "8001", "protocol": "tcp" } ], @@ -22,8 +22,8 @@ ], "environment": [ "TZ=%TIMEZONE%", - "SCRUTINY_WEB_LISTEN_PORT=8000", - "COLLECTOR_API_ENDPOINT=http://127.0.0.1:8000" + "SCRUTINY_WEB_LISTEN_PORT=8001", + "COLLECTOR_API_ENDPOINT=http://127.0.0.1:8001" ], "volumes": [ {