Update Passbolt
This commit is contained in:
parent
3f7e89a0b4
commit
4d9ad30333
@ -35,6 +35,10 @@
|
|||||||
{
|
{
|
||||||
"text": "Type `cat ~/.creds` to see MariaDB database credentials. You will need those to setup Passbolt.",
|
"text": "Type `cat ~/.creds` to see MariaDB database credentials. You will need those to setup Passbolt.",
|
||||||
"type": "info"
|
"type": "info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "The application uses self-signed certificates. You can use Let's Encrypt to get a valid certificate for your domain. Please read the documentation for more information.",
|
||||||
|
"type": "info"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,7 +30,7 @@ setup_deb822_repo \
|
|||||||
"stable"
|
"stable"
|
||||||
create_self_signed_cert
|
create_self_signed_cert
|
||||||
|
|
||||||
msg_info "Setting up Passbolt"
|
msg_info "Setting up Passbolt (Patience)"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
IP_ADDR=$(hostname -I | awk '{print $1}')
|
IP_ADDR=$(hostname -I | awk '{print $1}')
|
||||||
echo passbolt-ce-server passbolt/mysql-configuration boolean true | debconf-set-selections
|
echo passbolt-ce-server passbolt/mysql-configuration boolean true | debconf-set-selections
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user