Update Passbolt

This commit is contained in:
tremor021 2025-11-16 13:15:26 +01:00
parent 3f7e89a0b4
commit 4d9ad30333
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@
{
"text": "Type `cat ~/.creds` to see MariaDB database credentials. You will need those to setup Passbolt.",
"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"
}
]
}

View File

@ -30,7 +30,7 @@ setup_deb822_repo \
"stable"
create_self_signed_cert
msg_info "Setting up Passbolt"
msg_info "Setting up Passbolt (Patience)"
export DEBIAN_FRONTEND=noninteractive
IP_ADDR=$(hostname -I | awk '{print $1}')
echo passbolt-ce-server passbolt/mysql-configuration boolean true | debconf-set-selections