From f5cc0f9aa904bd3c6a69c9ba30f0d5fc4767ec8a Mon Sep 17 00:00:00 2001 From: q Date: Mon, 23 Sep 2024 16:34:44 -0400 Subject: [PATCH] Updating readme to mention auth media --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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`