Add complete infrastructure automation and documentation
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled
- infrastructure/setup.sh: Master provisioning script for fresh Ubuntu servers - infrastructure/docker-compose.yml: Production Docker Compose configuration - infrastructure/.env.template: Environment variables template - infrastructure/nginx/: Nginx configuration with security headers - infrastructure/postfix/: Postfix + OpenDKIM email configuration - infrastructure/README.md: Complete disaster recovery guide - scripts/docfast-backup.sh: SQLite backup script with rotation All services now fully reproducible with documented disaster recovery procedures.
This commit is contained in:
parent
d99eea517c
commit
3820d7ea4d
9 changed files with 766 additions and 0 deletions
11
infrastructure/postfix/TrustedHosts
Normal file
11
infrastructure/postfix/TrustedHosts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# OpenDKIM Trusted Hosts
|
||||
# These hosts are allowed to send mail through this server
|
||||
|
||||
# Localhost
|
||||
127.0.0.1
|
||||
localhost
|
||||
|
||||
# Docker networks (adjust based on your Docker setup)
|
||||
172.17.0.0/16
|
||||
172.18.0.0/16
|
||||
172.19.0.0/16
|
||||
Loading…
Add table
Add a link
Reference in a new issue