wiki:ProxyDavPlugin

Version 1 (modified by Pablo Castorino, 12 years ago) (diff)

New hack ProxyDavPlugin, created by castorinop

A dav proxy with control access using trac permissions.

Description

A simple plugin that provides access trougth dav (like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin.

Bugs/Feature Requests

Existing bugs and feature requests for ProxyDavPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:proxydavplugin here].

Source

You can check out ProxyDavPlugin from here using Subversion, or browse the source with Trac.

Example

Enable a dav repository

  • edit /etc/httpd/conf.d/gitdav.conf
Alias /git /var/www/repo_git
<Directory "/var/www/repo_git">
     Dav On
     Order allow,deny
     Allow from 127.0.0.0/8
</Directory>

Configure Plugin

  • enable TracProxyDav on Admin | Plugins
  • add on trac.ini
    [proxydav]
    url = http://127.0.0.1/git
    

Recent Changes

11275 by castorinop on 2012-02-15 14:09:44
New hack ProxyDavPlugin, created by castorinop
(more)

Author/Contributors

Author: castorinop
Maintainer: castorinop
Contributors: