Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobwgillespie/heroku-buildpack-caddy
Heroku buildpack to install Caddy, the fast, cross-platform HTTP/2 web server with automatic HTTPS
https://github.com/jacobwgillespie/heroku-buildpack-caddy
caddy heroku-buildpack
Last synced: 2 months ago
JSON representation
Heroku buildpack to install Caddy, the fast, cross-platform HTTP/2 web server with automatic HTTPS
- Host: GitHub
- URL: https://github.com/jacobwgillespie/heroku-buildpack-caddy
- Owner: jacobwgillespie
- Created: 2016-05-29T18:53:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T00:51:30.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:49:19.726Z (8 months ago)
- Topics: caddy, heroku-buildpack
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heroku-buildpack-caddy
This is a [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for installing the [Caddy server](https://caddyserver.com/).
### Environment Variables
| Variable | Description
| -------- | -----------
| `CADDY_REPO` | The GitHub repository used to find Caddy releases. Defaults to `mholt/caddy`.
| `CADDY_VERSION` | The version of Caddy to install.