logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

caddy-file-server - Spins up a production-ready file server

Description

       A simple but production-ready file server. Useful for quick deployments, demos, and development.

       The listener's socket address can be customized with the --listen flag.

       If  a  domain  name is specified with --domain, the default listener address will be changed to the HTTPS
       port and the server will use HTTPS. If  using  a  public  domain,  ensure  A/AAAA  records  are  properly
       configured before using this option.

       If --browse is enabled, requests for folders without an index file will respond with a file listing.

History

       10-May-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       May 2025                                            Caddy(8)

Name

       caddy-file-server - Spins up a production-ready file server

Options

--access-log[=false]      Enable the access log

       --browse[=false]      Enable directory browsing

       --debug[=false]      Enable verbose debug logs

       --domain=""      Domain name at which to serve the files

       -h, --help[=false]      help for file-server

       --listen=""      The address to which to bind the listener

       --root=""      The path to the root of the site

       --templates[=false]      Enable template rendering

See Also

caddy(8)

Synopsis

caddyfile-server[flags]

See Also