From dcd63c125a85519d47cf8c67a00402c78ce3fd93 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 14 Apr 2021 17:28:44 -0400 Subject: [PATCH] add gitea ssh keys --- private_dot_ssh/gitea.pub.tmpl | 1 + private_dot_ssh/gitea.tmpl | 1 + 2 files changed, 2 insertions(+) create mode 100644 private_dot_ssh/gitea.pub.tmpl create mode 100644 private_dot_ssh/gitea.tmpl diff --git a/private_dot_ssh/gitea.pub.tmpl b/private_dot_ssh/gitea.pub.tmpl new file mode 100644 index 0000000..4905faa --- /dev/null +++ b/private_dot_ssh/gitea.pub.tmpl @@ -0,0 +1 @@ +{{- (bitwardenAttachment "gitea.pub" "selfhosted-ssh-keys") -}} diff --git a/private_dot_ssh/gitea.tmpl b/private_dot_ssh/gitea.tmpl new file mode 100644 index 0000000..d787c86 --- /dev/null +++ b/private_dot_ssh/gitea.tmpl @@ -0,0 +1 @@ +{{- (bitwardenAttachment "gitea" "selfhosted-ssh-keys") -}}