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:
@@ -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 = "/"
|
||||
|
||||
Reference in New Issue
Block a user