Use shiroi readability and add page title
Add support for non-text mime types
Initial commit
You can see an demo of this running by pointing your Gemini browser at gemini://ols.wtf:5555
Alternatively, you can view this page through the proxy by clicking here... how meta!
openssl ecparam -genkey -name prime256v1 -out server.key
openssl req -new -x509 -key server.key -out server.pem -days 3650
PORT
: port on which the server will run (defaults to 1965)CRAMP_ROOT
: the root at which you will be running the server, e.g. gemini://cramp.demo/ (defaults to gemini://localhost/)You can then run with go run cramp.go
[] Add better^H^H^H^H^H^H logging