about summary refs log tree commit diff stats
path: root/tests/by-name/em/email-http/nodes/mail_server.nix (unfollow)
Commit message (Collapse)Author
2 daysmodules/system-info: Provide a nice warning message, if a port is not yet ↵Benedikt Peetz
registered
2 daysmodules/matrix: Use the typed NixOS for user and db creationBenedikt Peetz
Note, that I have no way to test if this is actually going to work (no tests for matrix). But, I assume that it is not going to pose problems, as we are not migrating the db and these options won't remove state.
2 daysmodules/matrix: Group `vhack` attr keys togetherBenedikt Peetz
2 daysmodules/mastodon: Group `vhack` keys togetherBenedikt Peetz
2 daysflake.nix: Remove gnutlsBenedikt Peetz
We are not generating taskserver certificates anymore.
3 daysmodules/taskchampion: Make its data directory owned by taskchampion userBenedikt Peetz
3 dayszones/vhack.eu: Actually set the `sharkey.vhack.eu` subdomainBenedikt Peetz
4 daysmodules/stalwart-mail: Add recommended proxy settings for stalwarts-proxyBenedikt Peetz
This includes setting things, like setting the `X-Forwarded-For` header.
4 daysmodules/constants: Also add a user to each group, so that duplicated gids ↵Benedikt Peetz
are avoided
4 daystests/email-http: Use the factored out DNS serverBenedikt Peetz
4 dayshosts/server2: Use the internal stalwart directoryBenedikt Peetz
4 daystests/email-http: Test the http self-service availabilityBenedikt Peetz
4 daysmodules/stalwart-mail: Don't restart the systemd serviceBenedikt Peetz
Restarting might be useful, if stalwart is actually _running_ in prod, but currently the constant restart makes it very difficult to debug (or even stop) the service.
4 daysmodules/stalwart-mail: Enable the http self-service interfaceBenedikt Peetz
4 daysmodules/nginx: Set the "acme" group as group of the "acme" userBenedikt Peetz
For some reason, this is not done already. Setting this prevents an assertion being thrown, that the "acme" user does not have a group.
4 daysmodules/stalwart-mail: Allow both nginx and stalwart-mail access to the certBenedikt Peetz
This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.)
4 daysmodules/stalwart-mail: Explicitly list out valid password hashesBenedikt Peetz
If a password hash does not match stalwart's know ones, it will just treat it as plaintext. This is obviously very bad, and should be avoided.