[docs-only] Adds missing services and fixes content for owncloud.dev

This commit is contained in:
mmattel
2023-03-16 15:03:29 +01:00
parent 16985d6bf4
commit 23ee8615c6
13 changed files with 489 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ The `postprocessing` service will then coordinate configured postprocessing step
When all postprocessing steps have completed successfully, the file will be made accessible for users.
## Additional Prerequisites for the `postprocessing` Service
## Additional Prerequisites for the Postprocessing Service
When postprocessing has been enabled, configuring any postprocessing step will require the requested services to be enabled and pre-configured. For example, to use the `virusscan` step, one needs to have an enabled and configured `antivirus` service.
@@ -41,4 +41,4 @@ When setting a custom postprocessing step (eg. `"customstep"`) the postprocessin
Once the custom service has finished its work, it should sent an event of type `PostprocessingFinished` via the configured events system. This event needs to contain a `FinishedStep` field set to `"customstep"`. It also must contain the outcome of the step, which can be one of "delete" (abort postprocessing, delete the file), "abort" (abort postprocessing, keep the file) and "continue" (continue postprocessing, this is the success case).
See https://github.com/cs3org/reva/blob/edge/pkg/events/postprocessing.go for up-to-date information of reserved step names and event definitons.
See the [cs3 org](https://github.com/cs3org/reva/blob/edge/pkg/events/postprocessing.go) for up-to-date information of reserved step names and event definitons.