- version up

This commit is contained in:
aaa
2024-06-23 03:04:31 +02:00
parent d8ee5525f1
commit 88b7e70086
5 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -2188,7 +2188,7 @@
"timepicker": {},
"timezone": "",
"title": "immich",
"uid": "ZWWp3aa4k",
"uid": "ZWWp3aa4kold",
"version": 2,
"weekStart": ""
}

View File

@@ -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',