File: central_non-bare_and_git_push.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (9 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
hi,

i have a usecase that i think many people have. a cental server which should be non-bare to be able to browse the files also via webdav.
multiple clients behind nat so only pushes via xmpp are possible.

i set everything up without xmpp, it works but if files are updated, none of the clients gets a git push of course because ssh works only unidirectional.
i couldnt figure out how to set up xmpp push and have a non-bare central repo at the same time because i have to choose between ssh and xmpp git remote on the clients to the server.

thanks!