comparison mod_http_upload_external/README.markdown @ 3968:bf5d91769f99

Merge commit
author tmolitor <thilo@eightysoft.de>
date Sun, 05 Apr 2020 23:39:08 +0200
parents 5741e6511f3d
children 16995e7624f0
comparison
equal deleted inserted replaced
3967:0957ba6aeb99 3968:bf5d91769f99
24 (and if you publish your implementation - let us know!). 24 (and if you publish your implementation - let us know!).
25 25
26 Configuration 26 Configuration
27 ============= 27 =============
28 28
29 Add `"http_upload_external"` to modules_enabled in your global section, or under the host(s) you wish 29 The module can be added as a new Component definition:
30 to use it on. 30
31 ``` {.lua}
32 Component "upload.example.org" "http_upload_external"
33 http_upload_external_base_url = "https://your.example.com/upload/service"
34 http_upload_external_secret = "your shared secret"
35 ```
36
37 It should **not** be added to modules_enabled.
38
31 39
32 External URL 40 External URL
33 ------------ 41 ------------
34 42
35 You need to provide the path to the external service. Ensure it ends with '/'. 43 You need to provide the path to the external service. Ensure it ends with '/'.