H2-invent / jitsi-admin

Organize and fully controll your jitsi meet meetings. Make your meeting secure and be sure that only you and your fellows can join your meeting.
https://meetling.de
GNU Affero General Public License v3.0
133 stars 48 forks source link

How to change mail server configuration after installation #509

Open exograpix opened 8 months ago

exograpix commented 8 months ago

Hi

Thanks for the wonderful program, pls help me changing mail server (outgoing) setting once I have installed the program , as mail server and cred. mentioned at the time of installation are not applied in docker installation.

Also I think interface is in german, and it translate everytime to english as my default language is english, can we have setting to change the program to english and save the parameter.

regards

holema commented 8 months ago

you can change the MAILER_DSN in the .env.prod.local if the jitsi admin is instaled locally. You can set the mailer credentials when you rerun the docker install script. Then the containers will be rebuild with the new SMTP-Settings. To change the SMTP-Settings in the Keycloak you have to access the keycloak admin interface and change the SMPT-credentials there

Do you use the docker installation or the plain installation?