From 96c0413f5ae41ef5c0858c47a9d41261cb986f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Mon, 13 Mar 2023 14:09:15 +0100 Subject: [PATCH] update repo_backup script --- repo_backup.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/repo_backup.sh b/repo_backup.sh index 8275436..33e6185 100755 --- a/repo_backup.sh +++ b/repo_backup.sh @@ -11,15 +11,21 @@ # # @daily (cd /home/fkooman/eduVPN && ./repo_backup.sh) # +# We host a number of private repositories on codeberg.org, for which you need +# access. You can generate an SSH key on the host you run the backup script +# from and register it as a "Read Only Deploy Key" in the repository settings, +# e.g. https://codeberg.org/eduVPN/${REPO}/settings/keys +# +# Add this to ${HOME}/.ssh/known_hosts: +# codeberg.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVIC02vnjFyL+I4RHfvIGNtOgJMe769VTF1VR4EB3ZB +# GIT_PATH=/usr/bin/git REPO_URL_LIST=(\ # Misc - - # private repos - #https://git.sr.ht/~eduvpn/cdn.eduvpn.org \ - #https://git.sr.ht/~eduvpn/disco.eduvpn.org \ + git@codeberg.org:eduVPN/cdn.eduvpn.org.git \ + git@codeberg.org:eduVPN/disco.eduvpn.org.git \ https://git.sr.ht/~eduvpn/app.eduvpn.org \ https://git.sr.ht/~eduvpn/status.eduvpn.org \ -- 2.38.5