• Joined on 2022-12-21
maxhamon commented on pull request borgmatic-collective/borgmatic#1293 2026-04-10 19:05:28 +00:00
WIP: Add mTLS support for Loki monitoring hook

I have :

maxhamon commented on pull request borgmatic-collective/borgmatic#1293 2026-04-10 19:03:38 +00:00
WIP: Add mTLS support for Loki monitoring hook

done

maxhamon commented on pull request borgmatic-collective/borgmatic#1293 2026-04-10 18:59:09 +00:00
WIP: Add mTLS support for Loki monitoring hook

done

maxhamon commented on pull request borgmatic-collective/borgmatic#1293 2026-04-10 18:58:54 +00:00
WIP: Add mTLS support for Loki monitoring hook

done

maxhamon commented on pull request borgmatic-collective/borgmatic#1293 2026-04-10 18:58:45 +00:00
WIP: Add mTLS support for Loki monitoring hook

useless, remove

maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-10 18:47:30 +00:00
0931f0928e
Add mTLS support for Loki monitoring hook
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-10 18:39:09 +00:00
0cd48da74d
update docs
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-10 18:19:11 +00:00
7d421ff84d
add tests
f90f936896
fix: format
cebfffbd61
fix: something i have remove when merging
2550cd2509
fix linter
Compare 4 commits »
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-10 17:19:17 +00:00
8fe7921b02
fix: remove useless {}
dd774cd2b5
doc: add docstring
d1fce07049
doc: add docstring
7404e14b2d
fix: check cert_path and key_path are set together
Compare 4 commits »
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-10 16:55:07 +00:00
a6ac52adb6
fix: rename *_file to *_path
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-07 19:35:11 +00:00
b8cf5cbcc3
Add mTLS support for Loki monitoring hook
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-07 19:30:28 +00:00
4ae7642c52
resolve conflict from main
f3ae04225d Fix a "source directories do not exist" regression when configuration paths are relative symlinks and the bootstrap data source hook is enabled (#1292).
3f70cf0b29 Add Borgmatic Director UI link.
731e8d7c37 Bump version for release.
3bcf592d53 Fix the "spot" check, "extract" check, and all uses of the archive name "latest" to respect the "match_archives" and "archives_name_format" options (#1268).
Compare 13 commits »
maxhamon commented on issue borgmatic-collective/borgmatic#1199 2026-04-07 07:40:34 +00:00
Basic auth for loki hook

I think adding an auth block for username and password would be a great addition. Even though Loki doesn't support basic auth natively, it's a common way to handle authentication on Loki instance.

maxhamon commented on issue borgmatic-collective/borgmatic#1289 2026-04-07 07:31:41 +00:00
Support for mTLS in Loki Hook

PR is up. Renamed tls_options to tls and updated cert filenames options too.

maxhamon created pull request borgmatic-collective/borgmatic#1293 2026-04-07 07:24:27 +00:00
Add mTLS support for Loki monitoring hook
maxhamon created branch loki-mtls in maxhamon/borgmatic 2026-04-07 07:20:17 +00:00
maxhamon pushed to loki-mtls at maxhamon/borgmatic 2026-04-07 07:20:17 +00:00
2e7a8a1f6b
Add mTLS support for Loki monitoring hook
maxhamon created repository maxhamon/borgmatic 2026-04-07 07:07:18 +00:00
maxhamon opened issue borgmatic-collective/borgmatic#1289 2026-03-27 16:40:53 +00:00
Feature: support for mTLS in Loki Hook
maxhamon commented on issue borgmatic-collective/borgmatic#1258 2026-02-02 12:52:30 +00:00
Borgmatic crashing with a "'utf-8' codec can't decode byte 0xc3 in position 4095: unexpected end of data"

I haven’t had any errors since patching execute.py a few hours ago, so it looks like this fixes the issue for me.