git-remote-iroh 0.2.1

Git remote protocol support for https://www.iroh.computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  git-remote-iroh:
    build:
      context: .
    environment:
      - CONFIG_DIR=/config
      - GIT_DIR=/repo
      - RUST_LOG=info,git_remote_iroh=debug
    volumes:
      - ./.server/config:/config:z
      - ./.server/repo:/repo:z
    restart: always