Enhance Linux and macOS development station configurations:

- Add user management and Oh My Zsh settings
- Update service scripts to use Zsh
- Include new packages and environment variables
- Modify Terraform configuration for upstream services
This commit is contained in:
2026-07-10 17:15:24 -04:00
parent 59b2c10c43
commit 5818b05d96
12 changed files with 297 additions and 7 deletions
+2 -2
View File
@@ -161,7 +161,7 @@ locals {
http_port = 4096
tls = true
fqdn = ["opencode.lab.alexpires.me"]
upstream = "http://10.19.4.203:4096"
upstream = "http://10.19.4.210:4096"
read_timeout = "3600s"
locations = [
@@ -178,7 +178,7 @@ locals {
http_port = 3000
tls = true
fqdn = ["vscode.lab.alexpires.me"]
upstream = "http://10.19.4.203:3000"
upstream = "http://10.19.4.210:3000"
locations = [
{
path = "/"