Replies: 1 comment
-
|
Hi, I have the same question... thanks in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I'm using stacks with repo source.
It's great that we can add additional config files. However, as they are stored in the git repo, I'd prefer to not have any secret content in there. As far as I tested, it's not possible to use variables (like
[[PASSWORD]]) in these files.Am I missing something? Is there a way to make replacements?
e.g. I'd like to provide a custom ssh key to borgmatic.
Therefore, I'd mount
ssh/id_ed25519:/root/.ssh/id_ed25519:roto the borgmatic container.It would be great if my local config file
ssh/id_ed25519could just contain[[BORG_SSH_PRIVATE_KEY]].Thanks.
Beta Was this translation helpful? Give feedback.
All reactions