https://github.com/fastai/getcaddy
Simple approach to getting the Caddy web server
https://github.com/fastai/getcaddy
bash caddy github latest release
Last synced: 3 months ago
JSON representation
Simple approach to getting the Caddy web server
- Host: GitHub
- URL: https://github.com/fastai/getcaddy
- Owner: fastai
- License: apache-2.0
- Created: 2020-11-22T14:05:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-23T21:41:06.000Z (4 months ago)
- Last Synced: 2025-09-23T23:30:03.979Z (4 months ago)
- Topics: bash, caddy, github, latest, release
- Language: Shell
- Homepage: https://caddy.fast.ai
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caddy.fast.ai
Simple approach to getting the latest release of the Caddy web server. In your terminal, run:
```bash
curl -s https://caddy.fast.ai | bash
```
Upon completion, you'll find `caddy` in your current directory.
See `index.html` in this repo for the script that's run.