Initial lab-ops scaffold by Terry Byte

This commit is contained in:
2026-08-04 02:05:18 -04:00
commit 5b9f54bc01
6 changed files with 34 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Ignore runtime caches
*.pyc
__pycache__/
app/backend/data/cache/
app/backend/data/uploads/
+11
View File
@@ -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.
+5
View File
@@ -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
+4
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
# Issues
Short issue notes and troubleshooting. Each file documents problem, diagnosis, resolution.
+6
View File
@@ -0,0 +1,6 @@
# Services
Current notable services:
- Coolify (docker) on Net-Controller
- Ollama (host) on Monolith
- Open WebUI (docker) on Monolith