From 1f97f116054a8624542df43e47e9432dd76dc0bb Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 24 Apr 2019 03:41:32 -0400 Subject: [PATCH] a note about proxy requirements to manual --- docs/manual.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual.txt b/docs/manual.txt index 63b1604..38c236e 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -52,3 +52,11 @@ the config table using sqlite3. Custom emus may be provided by creating and populating the emus directory. emus may be referenced when composing a honk via colon wrapping. How pleasant. This :example: will be replaced by emus/example.png. + +-- proxy + +honk requires a TLS terminating reverse proxy be configured. It communicates +with other servers via https URLs. + +If the proxy is configured to support caching, be mindful of the fact that +ActivityPub requests vary based on the Accept and Content-Type headers.