Use debconf to allow for command-line or unattended installation

This commit is contained in:
3onyc
2015-05-03 22:21:32 +02:00
parent fc466e2c05
commit d9a989d6b0
6 changed files with 104 additions and 0 deletions

19
debian/templates vendored Normal file
View File

@@ -0,0 +1,19 @@
Template: dokku/web_config
Description: Use the web-based config page?
Type: boolean
Default: true
Template: dokku/vhost_enable
Description: Use vhost based deployments?
Type: boolean
Default: false
Template: dokku/hostname
Description: Machine's hostname or IP
Type: string
Default: dokku.me
Template: dokku/key_file
Description: Keyfile for initial user
Type: string
Default: /root/.ssh/id_rsa.pub