From f9c5e478644370fe6f4b36ba53a956f3e0b5b361 Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Tue, 27 Jun 2023 07:01:39 +0000 Subject: [PATCH] --- doc/forum/Making_a_public_read-write_git-annex_repo.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Making_a_public_read-write_git-annex_repo.mdwn diff --git a/doc/forum/Making_a_public_read-write_git-annex_repo.mdwn b/doc/forum/Making_a_public_read-write_git-annex_repo.mdwn new file mode 100644 index 0000000000..e7cc7c6639 --- /dev/null +++ b/doc/forum/Making_a_public_read-write_git-annex_repo.mdwn @@ -0,0 +1,9 @@ +For [the workshop](https://cfp.tuebix.org/tuebix-2023/talk/THBBK7/) I'll host on Saturday I'm still wondering how to make a quick'n'dirty publicly accessible git-annex repo where all participants can just push and pull and do git annex stuff with. + +Options: + +- Use one of my servers, make a new user, add all of the participants' ssh keys (works) +- Make a https/git protocol git server without auth (no annex possible, right?) +- Use the assistant to set up local pairing and have it do the key setup (should work, though I don't know if it's reliable in that uni WiFi) + +Any more ideas?