extra-files

Static web server for files located in /config/extra-files (or in /config/extra-files-secure, requiring authentication), to be downloaded by hook scripts on the servers.

get /extra-files/{path}

Publicly accessible static file server for files stored in /config/extra-files.

Parameters

path string path Required

Examples

No request body required
get /extra-files-secure/{path}

Authenticated static file server for files stored in /config/extra-files-secure, requires a croit account with the SECURE_FOLDER role.

Parameters

path string path Required

Examples

No request body required