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.