friendlyFriend4000
f6d95209c0
Merge branch 'master' into master
2023-08-22 22:01:18 +02:00
friendly Friend
3c6d7ef8ae
-display exporter version number on startup
2023-07-28 17:23:59 +02:00
friendly Friend
edc8701419
-fixed ssl error.
...
-more transparent error codes
2023-07-26 08:24:24 +02:00
friendly Friend
23e2a7b939
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# immich_exporter/exporter.py
# setup.py
2023-07-26 08:24:12 +02:00
friendly Friend
e07e9fb459
-fixed ssl error.
...
-more transparent error codes
2023-07-26 08:22:58 +02:00
friendly Friend
7601be0f1b
what's new:
...
easier console log output to troubleshoot errors
fixed issue where exporter did not start when immich wasn't running after CA backup
2023-07-22 21:51:46 +02:00
friendly Friend
5a07ffdf0d
what's new:
...
easier console log output to troubleshoot errors
fixed issue where exporter did not start when immich wasn't running after CA backup
2023-07-22 21:50:59 +02:00
Vegard Fladby
99c9b84f40
Further optimization of Dashboard:
...
- Formated text to make it consistent
- Changed hours/days/month/year to use 1d/1w/4w/1y
- Changed Weekly data growth to use 1w to show the last 7 days.
- Changed Monthly data growth to use 4w to show the last 4 weeks.
- Changed Yearly data growth to use 1y to show the last 1y.
- Added Photos growth last year visual
- Added Videos growth last year visual
- Corrected some spelling errors in 'expr' so that the values are now calculated correctly
2023-07-20 20:14:28 +02:00
Vegard Fladby
513856beff
Further edit of readme
...
- Added better description on UnRaid template
- Added Immich_api_token to readme
- Populated default Immich_port 8080 in Dockerfile
- Clarified that it's the Immich Proxy that you need to connect to, not Immich Server
2023-07-20 18:15:05 +02:00
Vegard Fladby
fb668bf3e2
Allow change of datasource/select datasource at import.
2023-07-20 18:00:32 +02:00
Vegard Fladby
9d5a7c0bef
Update dashboard to default to datasource named "Prometheus" and not with a specific ID.
...
Updated some translations/naming.
2023-07-20 08:51:53 +02:00
friendly Friend
f5f3926e0f
fixed api headers requirement
2023-07-19 22:05:08 -07:00
friendly Friend
a07d53249a
retrying unsuccessful docker start
2023-05-29 19:17:30 -07:00
friendly Friend
890b3c24c6
retrying unsuccessful docker start
2023-05-29 19:13:32 -07:00
friendly Friend
e56baf4589
xml ifx
2023-03-18 23:55:12 -07:00
friendly Friend
c963fce7da
grafana fix usage+growth
2023-03-18 23:49:17 -07:00
friendly Friend
2000cf64e8
grafana fix
2023-03-18 10:02:40 -07:00
friendly Friend
c9913bbec4
grafana fix
2023-03-18 10:00:21 -07:00
friendly Friend
8eb9bda5c5
grafana fix
2023-03-18 09:57:41 -07:00
friendly Friend
22438c0558
updated icon
2023-03-16 02:44:05 -07:00
friendly Friend
9a6558509b
unraid xml file
2023-03-15 03:50:00 -07:00
friendly Friend
f493525521
unraid icon
2023-03-15 03:33:07 -07:00
friendly Friend
cfc906a324
grafana dashboard update
2023-03-15 02:29:10 -07:00
friendly Friend
610ca5b6b4
fixes and typos
...
removed last trace of qbittorrent naming
created readme
2023-03-15 02:23:48 -07:00
friendly Friend
f9866ee2b7
1.0.0
2023-03-14 22:33:47 -07:00
friendly Friend
daabbe3388
pre-release
2023-03-14 22:12:50 -07:00
friendly Friend
f021ae51b8
removed redundant byte to gigabyte converter
2023-03-14 20:46:30 -07:00
friendly Friend
4248c8f2f2
fixed metrics to display values properly
2023-03-14 16:01:48 -07:00
friendly Friend
c4af398b90
removed qbittorrent envs
2023-03-14 12:51:19 -07:00
friendly Friend
3b2c4ae882
server info metric added
2023-03-14 10:55:02 -07:00
friendly Friend
1e07c1be5a
server version number metric
2023-03-14 10:52:58 -07:00
friendly Friend
e10e983b0d
immich env vars added
...
alpine updated from 3.11 to 3.16.3
2023-03-14 10:42:15 -07:00
friendly Friend
da143b6219
immich env vars added
2023-03-14 10:41:23 -07:00
Esteban Sanchez
fb12d50373
Merge pull request #14 from averyanalex/master
...
Update dependencies
2022-02-28 09:45:10 +01:00
Alex Averyanov
bb3695ece6
Update dependencies
2022-01-11 22:56:54 +03:00
Esteban Sánchez
a9a3e5d1e6
Push docker image to GHCR
2021-08-13 13:02:04 +02:00
Esteban Sánchez
6c885b5fa0
Version 1.2.0
2021-07-17 23:19:38 +02:00
Esteban Sanchez
039f7a7ef4
Merge pull request #9 from jhollowe/logging-and-signals
...
Fixed logging and exit errors
2021-07-17 23:18:00 +02:00
Esteban Sanchez
8bdaa48c48
Merge pull request #10 from jhollowe/file-configs
...
Allow files as config sources
2021-07-17 23:16:48 +02:00
Esteban Sanchez
e8dd24f731
Merge pull request #8 from jhollowe/master
...
Add multi-arch Docker build support
2021-07-17 23:15:00 +02:00
John Hollowell
12dcad10d5
Setup logging before config loading
2021-07-16 23:24:58 +00:00
John Hollowell
597307c230
Allow files as config source
...
Allow "FILE__"+config_name to point to a file containing the config value.
This format matches linuxserver.io containers and is comonly used in other containers as well.
e.g. FILE__QBITTORRENT_HOST contains "/run/secrets/q_host" and the contents of the "/run/secrets/q_host" is "1.2.3.4"
2021-07-16 23:24:58 +00:00
John Hollowell
a25005b6a0
Fixed logging and exit errors
...
* Create logger in module so it is always available (still configured in main())
* Allow signals sent multiple times to forcibly kill the exporter
2021-07-16 23:24:26 +00:00
John Hollowell
cfe62f8115
Remove hardcoded username in docker tags
2021-07-16 21:15:47 +00:00
John Hollowell
b5d20e3fe6
Add multiple architechture build support
...
Add auto builds for x86, x86_64, and arm64
2021-07-16 21:01:54 +00:00
Esteban Sánchez
0ff6a56f18
Version 1.1.2
2021-07-03 23:33:39 +02:00
Esteban Sánchez
2d968bc8e8
Added attrdict as requirement
2021-07-03 20:59:50 +02:00
Esteban Sánchez
8ab307a630
Version 1.1.1
2021-07-02 16:18:11 +02:00
Esteban Sánchez
de00864f11
Small fixes
2021-07-02 16:07:53 +02:00
Esteban Sanchez
03d332979b
Merge pull request #4 from angristan/update-api-dep
...
Update qbittorrent-api to 2021.3.18
2021-07-02 16:03:54 +02:00