Add per-service instance sizing defaults

VPN/DNS/Vault → nanode/t3.micro, Matrix → g6-standard-2/t3.medium,
Cloud/Media/Email → g6-standard-1/t3.small, All-in-One → g6-standard-2/t3.medium.
Previously all services used the same provider-level default (often pulled
from c2itall vars), which meant a WireGuard VPN would default to g6-standard-2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
n0mad1k
2026-03-09 15:49:59 -04:00
parent 7484a0e034
commit 3a909867af
2 changed files with 25 additions and 6 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
# Linode
LINODE_TOKEN=
LINODE_REGION=us-east
LINODE_PLAN=g6-nanode-1
# LINODE_PLAN= (auto-selected per service; override here to force a specific plan)
# AWS
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
AWS_INSTANCE_TYPE=t3.micro
# AWS_INSTANCE_TYPE= (auto-selected per service; override here to force a specific type)