No description
- HTML 46.6%
- Dockerfile 35.6%
- Shell 17.8%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| Caddyfile | ||
| Containerfile | ||
| initialize | ||
| README.md | ||
| wrapper.html | ||
Caddy File Browser
About
The purpose of this project is to allow walking a directory tree by utilizing the Caddy webserver's built-in file server browse feature. Since Caddy has built-in markdown support, you can also Configuration assumes it's behind a reverse proxy.
Usage
- Pull the container
- Run the container with Podman, Quadlet, Docker, or Compose)
- Pass the environment variable to the container's runtime: ${SITE_ADDRESS_BLOCK}
- Mount the directory to be exposed into the container's
/srvdirectory. This will be the fileserver root.
- Create an empty wrapper.html and place it in the fileserver root.