efforg/rayhunter#1045

View on GitHub →
#1045 WebDAV upload in Nextcloud with restricted credentials

Just wanted to write this down for people who use Nextcloud: You don’t have to give Rayhunter your fully-privileged user/password for uploading recordings.

It’s a bit buried in the docs, but you can share a folder with password-protection, and that password can be used to access that folder over WebDAV too.

If you have a sharelink for a folder like https://example.com/s/ABCDEF, then Rayhunter’s config will look like this:

url: https://example.com/public.php/dav/files/ABCDEF/
username: ABCDEF
password: optionally, the password defined when generating the sharelink

Your regular username or password don’t appear at all in the config. Note that the URL also doesn’t contain remote.php like usual, but public.php instead.

1