Forrest logo
back to context overview

caddy

List of commands for caddy:

  • caddy:ai:480c5 Serve markdown files using caddy with directory browsing enabled
    $ caddy file-server --browse --root /path/to/markdown/files/directory
    try on your machine
    explain this command
  • caddy:start caddy: Start Caddy in the foreground.
    $ caddy run
    try on your machine
    explain this command
  • caddy:stop caddy: Stop a background Caddy process.
    $ caddy stop
    try on your machine
    explain this command
  • caddy:tldr:0fa96 caddy: Run a simple file server on the specified port with a browsable interface.
    $ caddy file-server --listen :${8000} --browse
    try on your machine
    explain this command
  • caddy:tldr:2e1ff caddy: Run a reverse proxy server.
    $ caddy reverse-proxy --from :${80} --to localhost:${8000}
    try on your machine
    explain this command
  • caddy:tldr:79d46 caddy: Start Caddy with the specified Caddyfile.
    $ caddy run --config ${path-to-Caddyfile}
    try on your machine
    explain this command
  • caddy:tldr:8cb6e caddy: Start Caddy in the background.
    $ caddy start
    try on your machine
    explain this command
back to context overview