Docs updates.
This commit is contained in:
@@ -52,18 +52,15 @@ paskia serve [options]
|
||||
|
||||
| Option | Description | Default |
|
||||
|--------|-------------|---------|
|
||||
| Listen address | One of *<host>***:***<port>* (default all hosts, port 4401) or **unix:***/path/to/***paskia.socket** (Unix socket) | **localhost:4401** |
|
||||
| Listen address | One of **<host>:<port>** (default all hosts, port 4401) or **unix:/path/to/paskia.socket** (Unix socket) | **localhost:4401** |
|
||||
| --rp-id *<domain>* | Main/top domain | **localhost** |
|
||||
| --rp-name "*<text>*" | Name of your company or site | Same as rp-id |
|
||||
| --origin *<url>* | Explicitly list the domain names served () | **https://*<rp-id>*** |
|
||||
| --origin *<url>* | Explicitly list the domain names served () | **https://rp-id** |
|
||||
| --auth-host *<domain>* | Dedicated authentication site (e.g., **auth.example.com**) | Unspecified: we use **/auth/** on *every* site under rp-id.|
|
||||
|
||||
## Further Documentation
|
||||
|
||||
#### Integrating with your app:
|
||||
- [Caddy configuration](Caddy.md)
|
||||
- [Trusted Headers](Headers.md)
|
||||
- [Frontend integration](Integration.md)
|
||||
|
||||
#### API paths
|
||||
- [Paskia API](API.md)
|
||||
|
||||
Reference in New Issue
Block a user