X2Go Bug report logs -
#242
Provide HTTP access to git repository
Reported by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Sun, 16 Jun 2013 14:48:02 UTC
Severity: wishlist
Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to x2go-dev@lists.berlios.de, git-admin@x2go.org
:
Bug#242
; Package git.x2go.org
.
(Sun, 16 Jun 2013 14:48:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Heinrich Schuchardt <xypron.glpk@gmx.de>
:
New Bug report received and forwarded. Copy sent to git-admin@x2go.org
.
(Sun, 16 Jun 2013 14:48:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):
Package: git.x2go.org
Severity: wishlist
Dear maintainer,
the X2GO repository can be reached via the following protocols:
ssh, port 22
git, port 9118
Unfortunately these ports may not be reachable from behind a firewall.
Please, setup your webserver to allow access to the repositories via
https or http.
For Apache this can be done with
# Indicate were the git repositories are located.
SetEnv GIT_PROJECT_ROOT /home/git/root
# Indicate git-daemon-export-ok is not needed.
SetEnv GIT_HTTP_EXPORT_ALL
# Location of git backend
ScriptAlias /git /usr/lib/git-core/git-http-backend
# Disallow pushing to repository via HTTP.
<LocationMatch "^/git/.*/git-receive-pack$">
Order allow,deny
Deny from all
</LocationMatch>
Best regards
Heinrich Schuchardt
Reply sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
You have taken responsibility.
(Fri, 21 Jun 2013 07:48:02 GMT) (full text, mbox, link).
Notification sent
to Heinrich Schuchardt <xypron.glpk@gmx.de>
:
Bug acknowledged by developer.
(Fri, 21 Jun 2013 07:48:02 GMT) (full text, mbox, link).
Message #10 received at 242-done@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hi Heinrich,
On So 16 Jun 2013 16:40:11 CEST Heinrich Schuchardt wrote:
> Dear maintainer,
>
> the X2GO repository can be reached via the following protocols:
> ssh, port 22
> git, port 9118
>
> Unfortunately these ports may not be reachable from behind a firewall.
>
> Please, setup your webserver to allow access to the repositories via
> https or http.
>
> For Apache this can be done with
>
> # Indicate were the git repositories are located.
> SetEnv GIT_PROJECT_ROOT /home/git/root
>
> # Indicate git-daemon-export-ok is not needed.
> SetEnv GIT_HTTP_EXPORT_ALL
>
> # Location of git backend
> ScriptAlias /git /usr/lib/git-core/git-http-backend
>
> # Disallow pushing to repository via HTTP.
> <LocationMatch "^/git/.*/git-receive-pack$">
> Order allow,deny
> Deny from all
> </LocationMatch>
>
> Best regards
>
> Heinrich Schuchardt
Thanks for contributing this idea and this Apache config extension.
The X2Go Git projects can now also be cloned via
git clone http://code.x2go.org/git/<project>.git
Greets+Thanks,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.x2go.org>
to internal_control@bugs.x2go.org
.
(Sat, 20 Jul 2013 05:24:01 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Thu Nov 21 22:04:15 2024;
Machine Name:
ymir.das-netzwerkteam.de
X2Go Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.