Using ffp I've tried to setup a simple git server (1-2 users at most). The git itself works just fine "locally" on the NAS (ssh into the NAS and use git from the command line).
When I try to access it remotely, the only thing I get is this:
git clone ssh://git@server.ip:1234/git/test test
Cloning into 'test'...
git@server.ip's password:
fatal: unable to access '/ffp/etc/gitconfig': Permission denied
fatal: The remote end hung up unexpectedly
ssh git@serve.ip works just well. The shell for git has been set to git-shell, and git is the owner of the /ffp/etc/gitconfig
Any ideas?