Patrickdappollonio Http Server Versions Save

A small application with no dependencies to expose a local folder as an HTTP server. It includes a file explorer and a Markdown renderer.

v2.1.4

3 months ago

Changelog

Fixes, improvements and updates

  • 429f5cf Bump actions/setup-go from 4 to 5 (#81)
  • 675dda8 Bump actions/stale from 8 to 9 (#82)
  • 2aeed89 Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 (#85)
  • 69647c1 Bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 (#75)
  • a075629 Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.17.0 (#88)
  • ca98b91 Bump github.com/klauspost/compress from 1.17.0 to 1.17.1 (#71)
  • 04d54b2 Bump github.com/klauspost/compress from 1.17.1 to 1.17.3 (#77)
  • a9dbda9 Bump github.com/klauspost/compress from 1.17.3 to 1.17.4 (#79)
  • f8f1578 Bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#89)
  • 17f7ef0 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#76)
  • eef0e53 Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#84)
  • 51dece7 Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0 (#73)
  • edb7f42 Bump go.abhg.dev/goldmark/mermaid from 0.4.0 to 0.5.0 (#74)
  • 75899b2 Bump golang.org/x/net from 0.15.0 to 0.17.0 (#78)
  • 70a25e7 Bumps crypto version to 0.17. (#87)
  • 9cfde1b Update .goreleaser.yml

v2.1.3

7 months ago

Changelog

  • 01ff93f Bump actions/checkout from 3 to 4 (#61)
  • a3aac32 Bump actions/setup-go from 3 to 4 (#38)
  • a7ab9ed Bump actions/stale from 7 to 8 (#37)
  • db43b4c Bump docker/login-action from 2 to 3 (#65)
  • f0a5727 Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 (#54)
  • 253f0e4 Bump github.com/go-playground/validator/v10 from 10.12.0 to 10.13.0 (#46)
  • 47e106f Bump github.com/go-playground/validator/v10 from 10.13.0 to 10.14.0 (#47)
  • 5d9b8e7 Bump github.com/go-playground/validator/v10 from 10.14.0 to 10.14.1 (#50)
  • dc1b80d Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.4 (#62)
  • 4223232 Bump github.com/go-playground/validator/v10 from 10.15.4 to 10.15.5 (#68)
  • 0f841e8 Bump github.com/klauspost/compress from 1.16.4 to 1.16.5 (#45)
  • b8aea62 Bump github.com/klauspost/compress from 1.16.5 to 1.16.6 (#51)
  • 1240243 Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 (#53)
  • 94d64bf Bump github.com/klauspost/compress from 1.16.7 to 1.17.0 (#66)
  • 3bdc875 Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#49)
  • 9a8feb1 Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#69)
  • a312873 Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 (#55)
  • 0021811 Bump github.com/yuin/goldmark from 1.5.5 to 1.5.6 (#57)
  • 7e05803 Bump goreleaser/goreleaser-action from 4 to 5 (#64)
  • e961130 Bump to Go 1.21.3 (#70)
  • 65ac50d Configure dependabot instead of Renovate (#36)
  • 0e22756 Update Dockerfile: swap order of operations to prevent buildkit's bug (#67)
  • 8d7b0f5 Update major dependencies, improve etag, add gzip compression. (#44)

v2.1.2

1 year ago

Changelog

  • 098ad5c Fix clean goreleaser. (#33)
  • 1fb2d56 Fixes ETag header generation and status code handling. (#35)

v2.1.1

1 year ago

Changelog

  • e5fa39d Add support for Etag header. (#32)

v2.1.0

1 year ago

Changelog

  • 29077a3 Improve dockerfile to not run as root. (#31)
  • e6547ab Update README.md

v2.0.3

1 year ago

Changelog

  • bab646a Improve markdown rendering, improve documentation (#30)

v2.0.2

1 year ago

Changelog

  • a5f7956 Add support for markdown banner. (#28)
  • f4fe062 Fix goreleaser deprecation notice. (#27)
  • 417510f Stale issues support (#29)

v2.0.1

1 year ago

Changelog

  • f4b28f2 Add meta generator. Fixes HEAD requests. Add healthcheck. (#26)
  • 18846eb Update README.md

v2.0.0

1 year ago

Changelog

  • e763ee1 http-server revamp (#22)

v1.0.3

1 year ago

Changelog

  • 75e0da3 Add download link (#18)
  • c207646 Update actions/checkout action (#11)
  • f849555 Update actions/checkout action to v3.1.0 (#15)
  • d657721 Update actions/setup-go action to v3 (#12)
  • 94a28bc Update docker/login-action action to v2 (#16)
  • 8659182 Update goreleaser/goreleaser-action action to v3 (#17)
  • 791703a Update module go to 1.19 (#19)
  • 9aeccf2 Update module golang.org/x/net to v0.1.0 (#21)