• Joined on 2025-11-09
thecodehen pushed to main at thecodehen/borgmatic 2026-03-14 03:48:49 +00:00
c66e29906e Attempt to fix documentation build.
475389a094 Move project tracker from Gitea to Forgejo.
9f59bf2827 Attempt to get workflow working.
f4e9569297 Add Forgejo actions metadata.
f43c2f7130 Add dedicated documenation installation link in Getting Started.
Compare 52 commits »
thecodehen pushed to fix-1180 at thecodehen/borgmatic 2026-02-20 11:06:44 +00:00
339c0e4a72 Fix getting credentials from systemd with subdir
67eb48e643 Add a policy about the use of generative AI in the borgmatic codebase.
c7c2ef048c Remove GitHub PRs URL from contributor fetching script.
90d1857494 Remove GitHub pull request template, because PRs are disabled there now.
55375cc9e7 Fix the ZFS hook to support datasets with a "canmount" property of "noauto" (#1269).
Compare 161 commits »
thecodehen pushed to main at thecodehen/borgmatic 2026-02-20 11:03:43 +00:00
67eb48e643 Add a policy about the use of generative AI in the borgmatic codebase.
c7c2ef048c Remove GitHub PRs URL from contributor fetching script.
90d1857494 Remove GitHub pull request template, because PRs are disabled there now.
55375cc9e7 Fix the ZFS hook to support datasets with a "canmount" property of "noauto" (#1269).
d532fc0f88 Add a "config show" action to display computed borgmatic configuration as YAML or JSON (#1218).
Compare 160 commits »
thecodehen commented on pull request borgmatic-collective/borgmatic#1191 2025-12-12 17:42:52 +00:00
WIP: Fix #1180 with better parsing of systemd credential name

It seems like using pw1 for both credential name and filename makes more sense to me. I like the idea of having the systemd credential hook tag to accept a dir path as well, but we need to…

thecodehen commented on issue borgmatic-collective/borgmatic#1180 2025-11-27 00:57:33 +00:00
Cannot get credentials from systemd store directory when run from command line

Ok this is my first time submitting a PR here--let me know any feedback!

thecodehen created pull request borgmatic-collective/borgmatic#1191 2025-11-27 00:54:37 +00:00
WIP: Fix #1180 with better parsing of systemd credential name
thecodehen created branch fix-1180 in thecodehen/borgmatic 2025-11-27 00:50:50 +00:00
thecodehen pushed to fix-1180 at thecodehen/borgmatic 2025-11-27 00:50:50 +00:00
ba43827ccc Fix getting credentials from systemd with subdir
thecodehen created repository thecodehen/borgmatic 2025-11-27 00:45:57 +00:00
thecodehen commented on issue borgmatic-collective/borgmatic#1180 2025-11-27 00:43:31 +00:00
Cannot get credentials from systemd store directory when run from command line

Yep, I think I have a fix by checking if the name has '_' and adding that to the directory path. Is there any branch naming conventions?

thecodehen commented on issue borgmatic-collective/borgmatic#1180 2025-11-12 08:36:40 +00:00
Cannot get credentials from systemd store directory when run from command line

I think whatever the case, there should only be only one place that stores credentials. For the documentation solution, it seems like there would be a problem if someone stores credentials in both…

thecodehen opened issue borgmatic-collective/borgmatic#1180 2025-11-11 08:34:40 +00:00
Cannot get credentials from systemd store directory when run from command line