I installed the app on my private network, I wanted to use the login feature to share my workouts between devices, and needed to configure the from email when signing up / signing in.
If it's useful, patch attached.
Add this to docker-compose.yaml backend environment section :
- MAIL_FROM=${MAIL_FROM}
Add this to .env file :
MAIL_FROM=abc@mail.xyz
If nothing set it use the default no-reply@dundring.com and bring a warning on logs.
dundring-21-20-13.patch
I installed the app on my private network, I wanted to use the login feature to share my workouts between devices, and needed to configure the from email when signing up / signing in.
If it's useful, patch attached.
Add this to docker-compose.yaml backend environment section :
- MAIL_FROM=${MAIL_FROM}
Add this to .env file :
MAIL_FROM=abc@mail.xyz
If nothing set it use the default no-reply@dundring.com and bring a warning on logs.
dundring-21-20-13.patch