nsheridan / cashier

A self-service CA for OpenSSH
MIT License
695 stars 45 forks source link

Gorilla Web Toolkit is abandoned #100

Open nsheridan opened 2 years ago

nsheridan commented 2 years ago

https://github.com/gorilla/mux/issues/659

Maybe replace Gorilla with something else


Cashier uses Gorilla for

allentv commented 1 year ago

Maybe go-chi or Gin?

allentv commented 1 year ago

If you want to serve files directly from the filesystem, then Gin might be a better alternative. It has a lot of handy helper functions and performant (claims!)