
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/directorytry on your machineexplain this command
-
caddy:start caddy: Start Caddy in the foreground.$ caddy runtry on your machineexplain this command
-
caddy:stop caddy: Stop a background Caddy process.$ caddy stoptry on your machineexplain this command
-
caddy:tldr:0fa96 caddy: Run a simple file server on the specified port with a browsable interface.$ caddy file-server --listen :${8000} --browsetry on your machineexplain this command
-
caddy:tldr:2e1ff caddy: Run a reverse proxy server.$ caddy reverse-proxy --from :${80} --to localhost:${8000}try on your machineexplain this command
-
caddy:tldr:79d46 caddy: Start Caddy with the specified Caddyfile.$ caddy run --config ${path-to-Caddyfile}try on your machineexplain this command
-
caddy:tldr:8cb6e caddy: Start Caddy in the background.$ caddy starttry on your machineexplain this command