diff --git a/README.md b/README.md index fc907d8..e0def8b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A fork of [Plan9's CustomMedia project](https://gitea.plan9.rocks/cat/CustomMedia) that adds whitelist and blacklist versions for choosing specific homeservers to pull media from directly. Conserve your matrix homeserver's precious storage space and bandwidth with this one simple webserver. +## "Will this work with the authenticated media update?" +CustomMedia will only work when pulling media from homeservers that have not disabled their unauthenticated media endpoints. Otherwise, you will get errors stating the media was not found. The best way to avoid this is to use custommedia-static.py, and point it to a server that has not yet made this change. + + # Requirements - Python 3 - gunicorn - `pip3 install gunicorn`