342
edits
| Line 1: | Line 1: | ||
this is the notes for the membermatters installation  | this is the notes for the membermatters installation  | ||
backers.sudoroom.org  | https://backers.sudoroom.org  | ||
to create a new user  | = to create a new user =  | ||
https://backers.sudoroom.org/register  | * https://backers.sudoroom.org/register  | ||
= github =  | |||
* [https://github.com/sudoroom/MemberMatters/compare/db0724495a09731ec18db2ebe353931a08c256e2..sudoroom|the changes juul made to add sendmail as an option]  | |||
* [https://github.com/sudoroom/MemberMatters/tree/sudoroom|we are using the sudoroom branch in our docker]  | |||
* we are working on mounting the docker image with git on the server, so we can make changes to production and try them  | |||
= we are not spam =  | |||
* emails sent by this system for people to validate their account, or reset their password, are important  | |||
* emails are being accepted by gmail (for now) but not by some other platforms, and maybe not for some gmail users?  | |||
* we should look for ways to find out why the emails are rejected by some servers  | |||
* we probably need to format the emails with plaintext and MIME to make them look normal to spam checkers  | |||
= certbot =  | = certbot =  | ||
* juul used pipx to install, and then had to manually make a systemd job to check it twice a day  | * juul used pipx to install, and then had to manually make a systemd job to check it twice a day  | ||