Initial lab-ops scaffold by Terry Byte
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Ignore runtime caches
|
||||
*.pyc
|
||||
__pycache__/
|
||||
app/backend/data/cache/
|
||||
app/backend/data/uploads/
|
||||
@@ -0,0 +1,11 @@
|
||||
# Lab Ops - InfernalAquatics DevOps
|
||||
|
||||
This repository is the canonical lab log for the InfernalAquatics DevOps Infrastructure.
|
||||
|
||||
Contents:
|
||||
- hardware.md: hardware inventory
|
||||
- services.md: running services and brief notes
|
||||
- issues/: short-lived issue notes and troubleshooting
|
||||
- fixes/: small fix notes and commands
|
||||
|
||||
Managed by Terry Byte - Lead Systems Admin at Infernal Aquatics DevOps.
|
||||
@@ -0,0 +1,5 @@
|
||||
# Fixes
|
||||
|
||||
Small fix notes: commands run, why, and verification steps.
|
||||
|
||||
Example: fixed OpenWebUI->Ollama connectivity by running container with host networking and OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
@@ -0,0 +1,4 @@
|
||||
# Hardware Inventory
|
||||
|
||||
- monolith (192.168.1.4): Ubuntu 24.04 LTS, Intel Xeon E5-2650 (2 sockets, 8 cores/socket, 32 vCPU), 62 GiB RAM, 1.6TB LVM root
|
||||
- Net-Controller (192.168.1.3): Ubuntu 24.04 LTS, Intel i5-1035G1, ~11.45 GiB RAM
|
||||
@@ -0,0 +1,3 @@
|
||||
# Issues
|
||||
|
||||
Short issue notes and troubleshooting. Each file documents problem, diagnosis, resolution.
|
||||
@@ -0,0 +1,6 @@
|
||||
# Services
|
||||
|
||||
Current notable services:
|
||||
- Coolify (docker) on Net-Controller
|
||||
- Ollama (host) on Monolith
|
||||
- Open WebUI (docker) on Monolith
|
||||
Reference in New Issue
Block a user