From 47aa2fa47c7f84a45838c7356203f15d81128b7d Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 20 Aug 2020 07:37:00 -0400 Subject: [PATCH] Updated Reverse Proxy Help (markdown) --- Reverse-Proxy-Help.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Reverse-Proxy-Help.md b/Reverse-Proxy-Help.md index 1a852ff..d1324b9 100644 --- a/Reverse-Proxy-Help.md +++ b/Reverse-Proxy-Help.md @@ -1,5 +1,6 @@ - [Using Nginx and /bazarr/ base url](#using-nginx-and-bazarr-base-url) - [Using Apache 2.3.12 or greater and /bazarr/ base url](#using-apache-2312-or-greater-and-bazarr-base-url) +- [Using Authelia authentication](#using-authelia-authentication) - [Dockers](#dockers) ### Using Nginx and /bazarr/ base url @@ -47,6 +48,26 @@ *Note: The default buffer_size is 4096, double that seems to fix any loading issues with Bazarr.* + +``` +access_control: + default_policy: + rules: + - domain: + - bazarr..com + resources: + - '^/api/.*$' + policy: bypass + +server: + read_buffer_size: 8192 + write_buffer_size: 8192 + path: authelia +``` + ### Dockers Use the [Letsencrypt container](https://hub.docker.com/r/linuxserver/letsencrypt/), it has already pre-configured `.conf` files for subfolder and subdomain to make is easy.