Comment by connected_nodes on 13/08/2024 at 20:43 UTC

1 upvotes, 2 direct replies (showing 2)

View submission: multi-user gemini server

I'm just thinking out loud but here is a possible approach:

a. One approach could be having a repository where all contributors write in their own folder. Although you must trust them they do not delete other people content.

b. Another option could be the same, but with git submodules, so each user could have their own repository.

Replies

Comment by [deleted] at 13/08/2024 at 21:29 UTC

2 upvotes, 0 direct replies

Found this, will begin exploring in the next days: https://tildegit.org/solderpunk/molly-brown[1][2]

1: https://tildegit.org/solderpunk/molly-brown

2: https://tildegit.org/solderpunk/molly-brown

Comment by [deleted] at 13/08/2024 at 21:11 UTC

1 upvotes, 0 direct replies

Hi, thanks for sharing your thoughts!

what about shared git access? should I have every user as collaborator on the repository or maybe create an organization? I'm also thinking whether everyone would be fine with github or not..

never worked with submodules, so I'd prefer skipping plan b atm.