diff --git a/Dockerfile b/Dockerfile index 07faeb8..124d661 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip3 install --break-system-packages . ENV IMMICH_API_TOKEN="yourimmichtokenhere" ENV IMMICH_HOST="host/ip" -ENV IMMICH_PORT="8080" +ENV IMMICH_PORT="2283" #has to be EXPORT_PORT 8000 or else it does not work, same applies to the env file ENV EXPORTER_PORT="8000" ENV EXPORTER_LOG_LEVEL="INFO" diff --git a/grafana/README.md b/grafana/README.md index bdb9501..061d04c 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -4,7 +4,7 @@ (You may use 1.1.0 if you are not interested in tracking CPU load.) -To import the dashboard into your grafana, download the [dashboard.json](./dashboard-immich_1_2_0.json) file and import it into your server. Select your prometheus instance and that should be all. +To import the dashboard into your grafana, download the [dashboard.json](./dashboard-immich_1_2_X.json) file and import it into your server. Select your prometheus instance and that should be all. The graphs can be customized in their relative time. Mind that it takes time to populate them if you set relative time to monthly or yearly diff --git a/grafana/dashboard-immich_1_2_0.json b/grafana/dashboard-immich_1_2_X.json similarity index 99% rename from grafana/dashboard-immich_1_2_0.json rename to grafana/dashboard-immich_1_2_X.json index 1a67736..4a31d19 100644 --- a/grafana/dashboard-immich_1_2_0.json +++ b/grafana/dashboard-immich_1_2_X.json @@ -2188,7 +2188,7 @@ "timepicker": {}, "timezone": "", "title": "immich", - "uid": "ZWWp3aa4k", + "uid": "ZWWp3aa4kold", "version": 2, "weekStart": "" } diff --git a/immich_exporter/__init__.py b/immich_exporter/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/setup.py b/setup.py index af956f5..453aad8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() -version = '1.2.0' +version = '1.2.1' setup( name='prometheus-immich-exporter',