hex-agon / chat-logger

A plugin for RuneLite's Plugin Hub
BSD 2-Clause "Simplified" License
7 stars 10 forks source link

Remote Submission Elaboration #27

Open firestrife2 opened 11 months ago

firestrife2 commented 11 months ago

Hello, I may be completely noobish in asking -- But I don't see very good direction around the remote submission option. I would love to be able to point this plugin to a file on my server vs locally. Putting the address to a log file with write permissions doesnt seem to do the trick, and just outputs some errors.

Is there a specific format that I should be following? TIA

firestrife2 commented 11 months ago

Nvm, I needed to create a php file that dumped the post contents <3

konvket commented 4 months ago

Would you be able to elaborate on what you did to get this working? I'm also having trouble understanding what's needed for this feature

sololegends commented 3 months ago

For remote submission see the README for the remote payload being submitted to whatever server is defined in the config field Remote => Endpoint.

Then do whatever you wish on the server side to handle that data