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
Next revisionBoth sides next revision
setup_infrastructure [2019/04/18 22:03] adminsetup_infrastructure [2019/04/18 22:50] admin
Line 1: Line 1:
 +====== Thoughts on a Server Setup ======
 +
 <flow> <flow>
 graph LR; graph LR;
-    Server[Hardware]-->B; +    Server[Hardware / KVM using Proxmox VE]-->MG(VM - Proxmox Mail Gateway) 
-    B-->D; +    Server-->GL(VM - Issues/Git) 
-click Server "http://www.github.com" "This is a tooltip for a link"+    GL-->Gitlab 
 +    GL-->Grafana(Grafana display metrics) 
 +    GL-->PM(Prometheus Monitoring) 
 +    GL-->MM(Mattermost Chat) 
 +    GL-->GLP(Gitlab Pages) 
 +    Server-->RA(VM - Review Apps) 
 +    RA-->Docker 
 +    RA-->Dokku 
 +    MG-->PF(Postfix Mail Transport Agent) 
 +    MG-->CA(ClamAV Antivirus Engine) 
 +    MG-->SA(Apache SpamAssassin) 
 +    Server-->GR(VM - CI/CD) 
 +    GR-->Runner(Gitlab Runner)
 </flow> </flow>
 +
 +  * Server: https://www.hetzner.de/dedicated-rootserver/matrix-ex
 +  * KVM with Proxmox VE (GUI): https://www.proxmox.com/de/proxmox-ve
 +  * Proxmox Mail Gateway: https://www.proxmox.com/de/proxmox-mail-gateway
 +  * Dokku: https://github.com/dokku/dokku 
 +
 +
 +
setup_infrastructure.txt · Last modified: 2019/04/23 17:04 by admin