Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/add-ons/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ logins:
password: str
random:
- "match(^\\w*$)"
ssh:
private_key: str
public_key: str
link: url
size: "int(5,20)"
count: float
Expand Down Expand Up @@ -297,6 +300,16 @@ configuration:
ssl:
name: Enable SSL
description: Enable usage of SSL on the webserver inside the add-on
ssh:
name: SSH Options
description: Configure SSH authentication options
fields:
public_key:
name: Public Key
description: Client Public Key
private_key:
name: Private Key
description: Client Private Key
```

_The key under `configuration` (`ssl`) in this case, needs to match a key in your `schema` configuration (in [`config.yaml`](#add-on-configuration))._
Expand Down