This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
setup_infrastructure [2019/04/18 20:02] – admin | setup_infrastructure [2019/04/23 15:04] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Thoughts on a Server Setup ====== | ||
+ | |||
< | < | ||
graph LR; | graph LR; | ||
- | Server[Hardware]--> | + | Server[Hardware |
- | | + | |
- | click Server | + | |
+ | MG--> | ||
+ | | ||
+ | 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 | ||
+ | |||
+ | |||
+ |