summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/fileserver/command.go
AgeCommit message (Expand)Author
2023-10-10fileserver: Add command shortcuts `-l` and `-a` (#5854)Kévin Dunglas
2023-08-29fileserver: Export BrowseTemplateMatthew Holt
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-07-13fileserver: add `export-template` sub-command to `file-server` (#5630)Mohammed Al Sahaf
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2022-09-20fileserver: Reinstate --debug flagMatthew Holt
2022-09-15caddyhttp: Add --debug flag to commandsMatthew Holt
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-04-25httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728)Francis Lavoie
2020-05-26cmd: file-server: add --access-log flag (#3454)Rui Lopes
2020-05-21cmd: hash-password: Fix broken terminal state on SIGINT (#3416)Francis Lavoie
2020-04-10caddyhttp: Add nil check (fixes #3248 and fixes #3250)Matthew Holt
2020-03-14fileserver: Add --templates flag to file-server commandMatthew Holt
2020-03-13Minor tweaksMatthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2019-12-31file-server command: Use safer defaults; http: improve host matcher docsMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-11-16file_server: Use HTTPS port when a qualifying domain is specifiedMatthew Holt
2019-11-15cmd: Disable admin endpoint for file-server and reverse-proxy commandsMatthew Holt
2019-10-04file_server: Set default address to :2015 if --listen not specifiedMatthew Holt
2019-10-03Add file-server and reverse-proxy subcommandsMatthew Holt