Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarsz/caddy-save
caddy handler to save request body to specified file
https://github.com/scarsz/caddy-save
Last synced: 8 days ago
JSON representation
caddy handler to save request body to specified file
- Host: GitHub
- URL: https://github.com/scarsz/caddy-save
- Owner: Scarsz
- License: unlicense
- Created: 2024-06-24T00:40:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T01:46:29.000Z (5 months ago)
- Last Synced: 2024-10-11T03:22:10.018Z (about 1 month ago)
- Language: Go
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caddy-save
caddy handler to save request body to specified file# Usage
## Self-updating Caddyfile with [caddy-exec](https://github.com/abiosoft/caddy-exec)
```caddy
route /caddy {
basic_auth {
Deployment
}
save Caddyfile
exec caddy reload
}
```