Skip to content
New issue

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

feature: add support for ssh key authentication #6

Closed
greenpau opened this issue Jan 13, 2022 · 1 comment
Closed

feature: add support for ssh key authentication #6

greenpau opened this issue Jan 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@greenpau
Copy link
Owner

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>]
  }
}
@greenpau
Copy link
Owner Author

Added caddyfile directives in 3918564

@greenpau greenpau added enhancement New feature or request and removed need triage working in progress labels Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant