Skip to content

0.0.10

Compare
Choose a tag to compare
@j-keck j-keck released this 24 Oct 09:30
· 195 commits to master since this release
0.0.10
  • use relative url for service endpoints

    • to use zfs-snap-diff behind a reverse proxy

    • minimal example config snipped for nginx:

      location /zfs-snap-diff/ {
          proxy_pass http://localhost:12345/;
      }
      
  • optional tls encryption

  • listen address per '-l' flag configurable

all commits from 0.0.9...0.0.10