PinnedPinnedPrivate

Caddy File Server Browser with URL Scheme

Copy the Template to your local caddy config folder.

This template will display the follow page:

screenshot

localhost {
  root * /root
  encode gzip
  file_server {
    browse ./file-browser-template-for-caddy.html
    hide .*
  }
}