website: format docs with prettier (#2833)
* run prettier Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add scim to comparison Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -18,18 +18,18 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
 | 
			
		||||
 | 
			
		||||
The following placeholders will be used:
 | 
			
		||||
 | 
			
		||||
- `sonarr.company` is the FQDN of the Sonarr install.
 | 
			
		||||
- `authentik.company` is the FQDN of the authentik install.
 | 
			
		||||
-   `sonarr.company` is the FQDN of the Sonarr install.
 | 
			
		||||
-   `authentik.company` is the FQDN of the authentik install.
 | 
			
		||||
 | 
			
		||||
Create a Proxy Provider with the following values
 | 
			
		||||
 | 
			
		||||
- Internal host
 | 
			
		||||
-   Internal host
 | 
			
		||||
 | 
			
		||||
    If Sonarr is running in docker, and you're deploying the authentik proxy on the same host, set the value to `http://sonarr:8989`, where sonarr is the name of your container.
 | 
			
		||||
 | 
			
		||||
    If Sonarr is running on a different server than where you are deploying the authentik proxy, set the value to `http://sonarr.company:8989`.
 | 
			
		||||
 | 
			
		||||
- External host
 | 
			
		||||
-   External host
 | 
			
		||||
 | 
			
		||||
    Set this to the external URL you will be accessing Sonarr from.
 | 
			
		||||
 | 
			
		||||
@ -49,6 +49,7 @@ Because Sonarr can use HTTP Basic credentials, you can save your HTTP Basic Cred
 | 
			
		||||
sonarr_user: username
 | 
			
		||||
sonarr_password: password
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Add all Sonarr users to the Group. You should also create a Group Membership Policy to limit access to the application.
 | 
			
		||||
 | 
			
		||||
Enable the `Use Basic Authentication` option. Set and `HTTP-Basic Username` and `HTTP-Basic Password` to `sonarr_user` and `sonarr_password` respectively. These values can be chosen freely, `sonarr_` is just used as a prefix for clarity.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user