zPlus
|
fe4c57a
|
Update lighttpd instructions for configuring SSL certificate.
|
6 months ago
|
1
|
+4/-9
|
zPlus
|
3b7a605
|
Restore link to mailing list page in the top bar.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
618e347
|
Align mailing list participants vertically.
|
1 year ago
|
1
|
+6/-6
|
zPlus
|
18d92d7
|
Fix wrong call to upper() function.
|
1 year ago
|
1
|
+2/-2
|
zPlus
|
6a6dc83
|
Replace variable "uid" with "email_id"
|
1 year ago
|
1
|
+2/-2
|
zPlus
|
3dfb528
|
Check for email body length on (un-)subscription request.
|
1 year ago
|
1
|
+4/-4
|
zPlus
|
64641d0
|
Add environment variables in .forward file.
Allows specifying of emails settings as envvars from .forward file.
|
1 year ago
|
2
|
+3/-3
|
zPlus
|
b51c923
|
Add shebang in Cron documentation.
|
1 year ago
|
1
|
+3/-1
|
zPlus
|
88b76dd
|
Convert LOG_PAGINATION envvar to integer.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
627fcd7
|
Change default value of gunicorn --workers to 2 in template systemd
service.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
da87ad8
|
Add environment variables to systemd service file.
|
1 year ago
|
2
|
+17/-5
|
zPlus
|
3c5321f
|
Update documentation with correct subscribe/unsubscribe instructions.
|
1 year ago
|
2
|
+18/-20
|
zPlus
|
e4109bc
|
Minor changes to emails.py
- subscribe/unsubscribe via "Subject:" instead of +subscribe/+unsubscribe in the address
- set default settings to None
- add Return-Path header to forwarded emails
- replace multiple try..except with only one
- replace logging.warning with logging.info
- change some comments
|
1 year ago
|
1
|
+96/-116
|
zPlus
|
31cb0da
|
Fix certbot documentation.
|
1 year ago
|
1
|
+5/-5
|
zPlus
|
1343aaf
|
Replace blank lines with empty lines.
This was actually done automatically by the text editor since I changed
its configuration.
|
1 year ago
|
1
|
+159/-159
|
zPlus
|
4cefe17
|
Replace "service" with "systemctl" in the documentation.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
43513aa
|
Add support for paths via environment variables.
Allow paths to be specified as environment variables. If the variables
do not exist, a default value would be assumed.
|
1 year ago
|
1
|
+3/-3
|
zPlus
|
c8b05f1
|
[Documentation] Do not redirect .well-known to HTTPS.
Change documentation by removing .well-known from the URLs that are
redirected to HTTPS. This is necessary for Let's Encrypt to be able to
renew its certificates.
|
2 years ago
|
1
|
+18/-12
|
zPlus
|
db2fb75
|
Add more documentation.
|
2 years ago
|
3
|
+204/-180
|
zPlus
|
3404a95
|
Show diff between arbitrary commits.
Allow a commit to be diffed with any arbitrary commit (for example
great-grandparent) instead of just its first parent.
This commit also adds the options for downloading .diff and .patch files
for a commit.
|
2 years ago
|
3
|
+333/-245
|