Skip to content
Snippets Groups Projects
  1. Apr 14, 2021
    • Ralph Giles's avatar
      svn: Add a readme. · 161236f7
      Ralph Giles authored
      Document the setup a bit, so I don't have to reverse-engineer
      it (again) later.
      161236f7
  2. Jun 21, 2020
    • Ralph Giles's avatar
      Run apache2_mod_svn in a container. · 052ae053
      Ralph Giles authored
      Make svn.xiph.org available agail by proxying traffic to
      a container running the server:
      
          docker build -t svn .
          docker run --rm -d \
            --name svn \
            -v /var/svn/xiph:/var/svn \
            -p 127.0.0.1:7376:80 \
            svn
      
      Then terminate tls connections in the host webserver and proxy
      requests to localhost:7376.
      052ae053
Loading