Initial commit

This commit is contained in:
2023-04-15 10:14:26 +02:00
commit ca4cc6ec1b
21 changed files with 816 additions and 0 deletions

7
scripts/crontab Normal file
View File

@@ -0,0 +1,7 @@
# Fetch emails
*/5 * * * * /home/bitnami/apps/redmine/fetch-mails >/dev/null 2>&1
# Update Letsencrypt Certificate
#### Don't forget to set the --email and --domain arguments! ####
# 0 0 * * * sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="" --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains="" renew && sudo /opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf -k graceful