Document deletion feature
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2020-05-15 14:03:17 +02:00
parent 57df8ab209
commit 8eff7db8ae
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -29,6 +29,10 @@ https://<host>/<service>/<user>/<repo>/json
There is also an overview page available via `https://<host>/view/<service>/<user>/<repo>` There is also an overview page available via `https://<host>/view/<service>/<user>/<repo>`
To delete a repository and the cache from the server, send a `POST` request to
`https://<host>/<service>/<user>/<repo>/delete`. On the overview page, there is a button to perform this operation. It
will respond with a redirect to the overview page so the cache is rebuilt directly.
## Building ## Building
The code can be built as a standalone binary, using `cargo` or as a Docker container. Run either The code can be built as a standalone binary, using `cargo` or as a Docker container. Run either