mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This makes the installation a bit more secure by ensuring a user does not accidentally expose a way for unauthorized users to add new ssh keys to the system. Additionally, this removes the extra HOSTNAME file to make the initial install process easier (that file was not modifiable by any dokku commands. Closes #2247
25 lines
508 B
Plaintext
25 lines
508 B
Plaintext
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
|
|
|
|
Template: dokku/nginx_enable
|
|
Description: Enable nginx-vhosts plugin?
|
|
Type: boolean
|
|
Default: true
|