David Albert

Results 15 issues of David Albert

Www_alum/tasks/main.yml still installs nginx, though it makes sure its off. I imagine this was from when we were not sure we still needed nginx. We should remove it from the...

We should set up monitoring so we know when www_alum goes down, and if we end up with any major deliverability problems. Here are two ways that I've thought of...

Gmail and most other major mail providers no longer allow you to send from someone else's domain using their SMTP servers. This means most people only have the option of...

Ideally, this means creating a Makefile that can do the following: 1. Build www_alum 2. Generate a tarsnap key 3. Generate smtpd.pem We should also have documentation that makes it...

@FiloSottile says we need to do this. I don't know a ton about Go dependencies, though I have skimmed the docs for the vendor experiment. I will leave this to...

We should back up the sqllite database in addition to the postfix config file. We should also document all the commands you need to run to download the backups, pause...

The installed version of tarsnap is 1.0.35, but the latest released version is 1.0.37. Tarsnap has a [dpkg repository](https://www.tarsnap.com/pkg-deb.html). If we use apt-get to install tarsnap, I think we may...

Roles/www_alum/tasks/main.yml specifies Caddy 0.8.2. Alum.recurse.com is running Caddy 0.8.3 (presumably it was installed manually): ``` root@ip-172-31-24-170:/etc/service/caddy# ./caddy --version Caddy 0.8.3 ``` The newest version of Caddy is 0.9.5. A number...

This is a visual tweak to make the Add and Remove buttons look more like other similar UIs on macOS. ## Before ## After

Currently, when "Keep popover open when clicking outside" is unchecked, clicking outside to close the popover works only if you click on another app, the desktop, or the menu bar....