Update README.md

This commit is contained in:
Kibi Kelburton 2024-11-11 21:53:41 +00:00
parent 8ed368e939
commit 6b15de4195

View File

@ -4,6 +4,10 @@ This document provides you with an idea and a solution for restricting web acces
If you want to access a file on your webserver, but you also don't want it to be publicly accessible, then you maybe found out about http basic auth, but then you noticed that it's not so convenient to use with mpv and this is exactly where this solution comes and saves your day and future.
# Attention
The key is not private, it will be sent to the http server and will be written in plaintext to the access log if an access log is being written, take this into account. For best security practice only use this solution with your own http server where you are in control.
`mpv` has a config option that lets you specify a custom useragent: https://github.com/mpv-player/mpv/blob/master/etc/mpv.conf#L99
Specify your personal auth token in your mpv.conf then;