Open Quppi opened 1 year ago
The guide only says to edit the following variables in Passbolts config:
Edit following settings in config/passbolt.php:
config/passbolt.php
fullBaseUrl
App
https://isabell.uber.space
username
password
database
Datasources
credentials <database-mysql.html#login-credentials>
port
EmailTransport
587
passbolt@isabell.uber.space
fingerprint
passbolt - gpg - serverKey
public
private
/home/isabell/passbolt/config/
However for a working mail service, you also need to set:
TLS
true
host
your hostname
Thanks!
The guide only says to edit the following variables in Passbolts config:
Edit following settings in
config/passbolt.php
:fullBaseUrl
inApp
:https://isabell.uber.space
username
,password
anddatabase
inDatasources
: :manual_anchor:credentials <database-mysql.html#login-credentials>
port
inEmailTransport
:587
username
andpassword
inEmailTransport
:passbolt@isabell.uber.space
and the passwordfingerprint
inpassbolt - gpg - serverKey
: Insert your gpg fingerprint without spaces (!)public
andprivate
under fingerprint:/home/isabell/passbolt/config/
However for a working mail service, you also need to set:
TLS
inEmailTransport
:true
host
inEmailTransport
:your hostname
something like stardust.uberspace.deThanks!