Server Registry

Servers DevOps agent can SSH into for deploy checks and deployments.

No servers registered. Add one to enable deploy checks.

SSH private keys are encrypted with SERVER_ENCRYPTION_KEY before storage. Generate one with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"