S
S
stoplinux2013-09-04 10:17:46
linux
stoplinux, 2013-09-04 10:17:46

GitWeb access control

There is a server with git and gitweb. But I can't figure out where to set up gitweb so that one user can hide their repositories from the rest. Tell me which way to think

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
stavinsky, 2013-09-04
@stavinsky

I have authorization using a web server, in my case nginx.
Therefore, I would differentiate based on locations, because the links all go like this:
git.blabla.info/?p=abc/asterisk.git;a=summary where p=the folder with the .git project.
Cons:
hard to manage
initial list of reps will be seen by everyone
Perhaps there is a more elegant solution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question