We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what you want the system to do.
Add support for ssh key authentication.
Github docs: https://docs.github.com/en/authentication/connecting-to-github-with-ssh
What are the Caddyfile directives that need to be added.
Add Caddyfile directive:
git { repo foo { url git@github.com:greenpau/caddy-git.git auth key <path> [passphrase <secret>] } }
The text was updated successfully, but these errors were encountered:
Added caddyfile directives in 3918564
Sorry, something went wrong.
d068730
greenpau
No branches or pull requests
Add support for ssh key authentication.
Github docs: https://docs.github.com/en/authentication/connecting-to-github-with-ssh
Add Caddyfile directive:
The text was updated successfully, but these errors were encountered: