diff --git a/300 areas/360 Dev-Ops Network Computers/Docker Containers.md b/300 areas/360 Dev-Ops Network Computers/Docker Containers.md index a77ec2a..eacbfc2 100644 --- a/300 areas/360 Dev-Ops Network Computers/Docker Containers.md +++ b/300 areas/360 Dev-Ops Network Computers/Docker Containers.md @@ -61,6 +61,18 @@ id: 1778553013-ARYX ### `/home/sam/deployment/garage/` - **garage** — S3-compatible object storage (dxflrs/garage:v1.0.0) +### `/home/sam/Docker/Containers/family-home-lab/` — Family Home Lab core +- **portal** — console / home-dash (FastAPI + Jinja + HTMX) + postgres, redis, rabbitmq, **garage** S3, celery worker +- **transcriber** / **transcriber-mus** — audio→MIDI (Basic Pitch) + sheet music (MuScriptor) +- **music/** (LMNS webtop) + media tools containers (photopea, kdenlive, audacity) + +### `/home/sam/Docker/Containers/dsh/` — DeepSeek Harness +- **dsh-sam / dsh-jo / dsh-harry / dsh-finn** — per-user chat (ports 3081–3084). Memory, web/doc summarise, image ingest + generate. Hardened (no shell, read-only rootfs). + +Also on .13: **where-woof**, **prefect**, **omniroute**, langfuse, airflow, µstacks above. + +_NixOS service removed 2026-08-26: **open-webui** (was `:3000`, deleted in favour of DeepSeek Harness)._ + ### Other locations - **pocketbase-data** — Persistent data at `/home/sam/pocketbase-data/` @@ -134,4 +146,4 @@ All configs in `/Docker/Containers//` unless noted. - **sonarr** — TV series library manager - **t3_stack_react** — T3 stack React app -*Updated: 2026-06-19* +*Updated: 2026-08-26* diff --git a/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md b/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md index e6966e6..6ac39d8 100644 --- a/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md +++ b/300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md @@ -131,11 +131,10 @@ See [[Docker Containers]] for full container list. | Domain | Proxied to | |--------|-----------| | `omniroute.lab.audasmedia.com.au` | `.13:20129` | -| `omniroute.home.lab` | `.13:20129` | | `worldmonitor.lab.audasmedia.com.au` | `.13:3002` | -| `worldmonitor.home.lab` | `.13:3002` | | `gitea.lab.audasmedia.com.au` | `.35:3001` (web) / `.35:2222` (SSH) | -| `gitea.home.lab` | `.35:3001` | + +**Websites I've built** (public `*.lab.audasmedia.com.au`): console portal, media tools (photo/video/audio/lmms), DeepSeek Harness (`dsh-*`), family chat, resume/portfolio (`sam-*`, wiki), home dash. Full list → [[Websites on Nixos-Dekstop 13]]. See [[Docker Containers]] for full container list on .35. @@ -232,7 +231,6 @@ Host phone | App | URL | Notes | |-----|-----|-------| -| **Open WebUI** | `http://192.168.20.13:3000` | Chat UI for LLMs — connect to OmniRoute at `http://192.168.20.13:20129/v1` | | Snapcast | `http://192.168.20.13:1780/` | Multi-room audio control — needs Caddy DNS | | Langfuse | `http://192.168.20.13:3001/auth/sign-in` | LLM observability (traces, evals, cost) | | ai-resume-backend | `http://192.168.20.13:8001` | Resume AI backend (Docker) | diff --git a/300 areas/360 Dev-Ops Network Computers/Websites on Nixos-Dekstop 13.md b/300 areas/360 Dev-Ops Network Computers/Websites on Nixos-Dekstop 13.md index 2c246aa..42eb581 100644 --- a/300 areas/360 Dev-Ops Network Computers/Websites on Nixos-Dekstop 13.md +++ b/300 areas/360 Dev-Ops Network Computers/Websites on Nixos-Dekstop 13.md @@ -1,10 +1,50 @@ --- created: 2026-08-05 13:11 -modified: 2026-08-05 13:11 +modified: 2026-08-26 12:20 type: note -tags: [] -aliases: [] +tags: + - websites + - family-home-lab + - portfolio +aliases: + - Websites --- -# [[Websites on Nixos-Dekstop 13]] +# Websites on Nixos-Desktop 13 +Websites / services I've built and deployed for the **Family Home Lab**. Public +sites live under `*.lab.audasmedia.com.au` (reachable off-LAN); `*.home.lab` are +LAN-only. Source of truth: this repo (`sam/family_home_lab` on Gitea) → +`docs/websites.md`. +## Core — the portal & chat +- **console.lab.audasmedia.com.au** — the Family Home Lab console / home-dash + (FastAPI + Jinja + HTMX). Lists every service, has an Admin area (users, + passwords, Pi-dashboard sessions). +- **dsh-sam / dsh-jo / dsh-harry / dsh-finn.lab** — DeepSeek Harness chat + (one per family member). Memory sidebar, web/doc summarise, image ingest + + generation. Hardened (no shell). +- **chat.lab** (family group chat) + **pb.chat.lab** (admin). + +## Media tools +- **photo.lab** — Photopea (image editor) +- **video.lab** — KdenLive (video editor) +- **audio.lab** — Audacity (audio editor) +- **lmms.lab** — LMMS music studio + +## Resume / portfolio +- **sam-developer.lab**, **sam-devops.lab**, **sam-iot-electronics.lab**, + **sam-pursuits.lab** — resume sites +- **wikijs.lab** — resume wiki +- **lynx.lab**, **sequence.lab** + +## Supporting / infra +- **omniroute.lab** — AI router dashboard +- **photo-filter.lab** +- **gitea.lab** — Git hosting (`sam/family_home_lab`, `sam/pi-config`, …) + +## How deploy works +- Portal + dsh live on `.13` (Docker). Caddy reverse proxy on `.35`. +- Code is in this repo and pushed to **Gitea**: `sam/family_home_lab` (SSH + `ssh://git@gitea.lab.audasmedia.com.au:2222/sam/family_home_lab.git`). + +*Full inventory: [[Home Network Map Overview]] and repo `docs/websites.md`.* \ No newline at end of file