User Tools

Site Tools


setup_infrastructure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
setup_infrastructure [2019/04/18 22:43] adminsetup_infrastructure [2019/04/23 17:04] (current) admin
Line 1: Line 1:
 ====== Thoughts on a Server Setup ====== ====== Thoughts on a Server Setup ======
- 
- 
  
 <flow> <flow>
 graph LR; graph LR;
-    Server[fa:fa-ban Hardware / KVM using Proxmox VE]-->MG(VM - Proxmox Mail Gateway) +    Server[Hardware / KVM using Proxmox VE]-->MG(VM - Proxmox Mail Gateway
-    Server-->GL(VM - Issues/Git)+    MG-->PF(Postfix Mail Transport Agent) 
 +    MG-->CA(ClamAV Antivirus Engine) 
 +    MG-->SA(Apache SpamAssassin
 +    Server-->GL(VM - Office)
     GL-->Gitlab     GL-->Gitlab
-    GL-->Grafana(Grafana display metrics) 
-    GL-->PM(Prometheus Monitoring) 
     GL-->MM(Mattermost Chat)     GL-->MM(Mattermost Chat)
     GL-->GLP(Gitlab Pages)     GL-->GLP(Gitlab Pages)
 +    GL-->Grafana(Grafana display metrics)
 +    GL-->PM(Prometheus Monitoring)
 +    Server-->NC(VM - Sharing)
 +    NC-->Nextcloud
     Server-->RA(VM - Review Apps)     Server-->RA(VM - Review Apps)
     RA-->Docker     RA-->Docker
     RA-->Dokku     RA-->Dokku
-    MG-->PF(Postfix Mail Transport Agent+    Server-->GR(VM - CI/CD
-    MG-->CA(ClamAV Antivirus Engine+    GR-->Runner(Gitlab Runner); 
-    MG-->SA(Apache SpamAssassin)+    style Server fill:#3883ff 
 +    style MG fill:#a5c7ff 
 +    style GL fill:#a5c7ff 
 +    style NC fill:#a5c7ff 
 +    style RA fill:#a5c7ff 
 +    style GR fill:#a5c7ff
 </flow> </flow>
  
Line 24: Line 32:
   * Proxmox Mail Gateway: https://www.proxmox.com/de/proxmox-mail-gateway   * Proxmox Mail Gateway: https://www.proxmox.com/de/proxmox-mail-gateway
   * Dokku: https://github.com/dokku/dokku    * Dokku: https://github.com/dokku/dokku 
 +
 +Pros:
 +
 +  * Snapshots for VM Backup
 +  * flexbile
 +
 +Cons:
 +
 +  * Requires a server admin!
 +  * Own backups
 +  * Not scalable - just a single server
  
  
  
setup_infrastructure.1555620195.txt.gz · Last modified: 2019/04/18 22:43 by admin