mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
There are cases where we don't want the check for keyfile, this will add a config option, that allows you to skip this particular check. Fixes #1851 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
25 lines
512 B
Plaintext
25 lines
512 B
Plaintext
Template: dokku/web_config
|
|
Description: Enable the web-based config page?
|
|
Type: boolean
|
|
Default: true
|
|
|
|
Template: dokku/vhost_enable
|
|
Description: Enable vhost-based deployments?
|
|
Type: boolean
|
|
Default: false
|
|
|
|
Template: dokku/hostname
|
|
Description: Hostname or IP for server:
|
|
Type: string
|
|
Default: dokku.me
|
|
|
|
Template: dokku/skip_key_file
|
|
Description: Skip key file requirement?
|
|
Type: boolean
|
|
Default: false
|
|
|
|
Template: dokku/key_file
|
|
Description: Keyfile for initial user:
|
|
Type: string
|
|
Default: /root/.ssh/id_rsa.pub
|