mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
doc updates (#2433)
* remove reference to EdDSA, fix numbering, typo * fix ppl example * update jwt verification routes * update kubernetes route * update local oidc routes * update mtls routes * fix transmission policy * policy -> routes * update settings * fix has * update numbering
This commit is contained in:
parent
5332a752d0
commit
0d3ef4564e
11 changed files with 40 additions and 24 deletions
|
@ -40,7 +40,7 @@ In addition to a working instance of Pomerium, have ready the [private IP addres
|
|||
Edit your `config.yaml` file to add the following policy. Note that `<>` denotes placeholder values that must be replaced if copying this config directly:
|
||||
|
||||
```yml
|
||||
policy:
|
||||
routes:
|
||||
- from: https://<transmission.mydomain.com> # Replace with the domain you want to use to access Transmission
|
||||
to: http://<private.ip.address>:9091 # Replace with the private network address of the Transmission host, or `localhost` if running on the same host.
|
||||
policy:
|
||||
|
@ -49,7 +49,7 @@ policy:
|
|||
- email:
|
||||
is: myUser@mydomain.com # Replace with authorized user(s), or remove if using group permissions only.
|
||||
- groups:
|
||||
has: ["<transmission-users>"] # Replace with authorized user group(s), or remove if using user permissions only.
|
||||
has: "<transmission-users>" # Replace with authorized user group(s), or remove if using user permissions only.
|
||||
```
|
||||
Remember to restart the Pomerium instance after saving your changes.
|
||||
|
||||
|
@ -112,4 +112,4 @@ You should now be able to authenticate and access your Transmission daemon remot
|
|||
In addition to the lock symbol in your browser's address bar, you can go to `<transmission.mydomain.com>/.pomerium` to view and confirm your session details.
|
||||
|
||||
[Transmission]: https://transmissionbt.com/
|
||||
[quick start]: /docs/install/readme.md
|
||||
[quick start]: /docs/install/readme.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue