mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[fix] smtp
This commit is contained in:
parent
e0f511c0ec
commit
19b6e65694
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ sudo sed -i "s@OTP_SECRET=@OTP_SECRET=$(head -n32 /dev/urandom | tr -dc -d 'A-Za
|
|||
|
||||
sudo sed -i "s@SMTP_SERVER=smtp.mailgun.org@SMTP_SERVER=localhost@g" "${final_path}/live/.env.production"
|
||||
sudo sed -i 's,SMTP_FROM_ADDRESS=notifications@example.com,SMTP_FROM_ADDRESS='${admin_mastodon}'@'${domain}',' "${final_path}/live/.env.production"
|
||||
sudo sed -i "s,#SMTP_OPENSSL_VERIFY_MODE=peer,SMTP_OPENSSL_VERIFY_MODE=none" "${final_path}/live/.env.production"
|
||||
sudo sed -i "s@#SMTP_OPENSSL_VERIFY_MODE=peer@SMTP_OPENSSL_VERIFY_MODE=none@g" "${final_path}/live/.env.production"
|
||||
|
||||
# Create database
|
||||
# Preconfig CSS & JS
|
||||
|
|
Loading…
Add table
Reference in a new issue