This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| setup_infrastructure [2019/04/18 19:42] – created admin | setup_infrastructure [2019/04/23 15:04] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Thoughts on a Server Setup ====== | ||
| + | |||
| < | < | ||
| - | graph TD; | + | graph LR; |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | click A " | + | Server--> |
| + | GL--> | ||
| + | GL--> | ||
| + | GL--> | ||
| + | GL--> | ||
| + | GL--> | ||
| + | Server--> | ||
| + | NC--> | ||
| + | Server--> | ||
| + | RA--> | ||
| + | RA--> | ||
| + | Server--> | ||
| + | GR--> | ||
| + | style Server fill:# | ||
| + | style MG fill:# | ||
| + | style GL fill:# | ||
| + | style NC fill:# | ||
| + | style RA fill:# | ||
| + | style GR fill:# | ||
| </ | </ | ||
| + | |||
| + | * Server: https:// | ||
| + | * KVM with Proxmox VE (GUI): https:// | ||
| + | * Proxmox Mail Gateway: https:// | ||
| + | * Dokku: https:// | ||
| + | |||
| + | Pros: | ||
| + | |||
| + | * Snapshots for VM Backup | ||
| + | * flexbile | ||
| + | |||
| + | Cons: | ||
| + | |||
| + | * Requires a server admin! | ||
| + | * Own backups | ||
| + | * Not scalable - just a single server | ||
| + | |||
| + | |||
| + | |||