Document deletion feature
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
57df8ab209
commit
8eff7db8ae
@ -29,6 +29,10 @@ https://<host>/<service>/<user>/<repo>/json
|
||||
|
||||
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
|
||||
|
||||
The code can be built as a standalone binary, using `cargo` or as a Docker container. Run either
|
||||
|
Loading…
Reference in New Issue
Block a user