Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/src/commit/966e1ce1dd95e8c7f48a8a145756f0473e729ddf/sample_config.sxcu You should set ROOT_URL correctly, otherwise the web may not work correctly.
ass/sample_config.sxcu

16 lines
436 B

{
"Version": "14.0.1",
"Name": "ass",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://your.domain.name.here/",
"Headers": {
"Authorization": "YOUR TOKEN HERE"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "{json:.resource}",
"ThumbnailURL": "{json:.thumbnail}",
"DeletionURL": "{json:.delete}",
"ErrorMessage": "{response}"
}