mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Add skip_keyfile option for deb package
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>
This commit is contained in:
5
debian/templates
vendored
5
debian/templates
vendored
@@ -13,6 +13,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user