sam-4screen-desktop 2026-9-16:17:18:7

This commit is contained in:
2026-09-16 17:18:07 +10:00
parent f73bb29ae7
commit 86ffeb0c8e
123 changed files with 2018 additions and 153 deletions

View File

@@ -1,7 +1,8 @@
---
created: 2026-09-06
modified: 2026-09-06
type: note
type: subject
status: active
tags:
- dev-ops
- diagramming

View File

@@ -1,7 +1,7 @@
---
title: Docker Containers
summary: Overview of docker containers on my network
type: note
type: container
client: sam
project: ai
status: active

View File

@@ -3,7 +3,7 @@ created: 2026-09-06
modified: 2026-09-06
title: Error Tracking
summary: Log of network/system errors encountered and their fixes
type: note
type: subject
client: sam
project: devops
status: active

View File

@@ -1,7 +1,8 @@
---
created: 2026-05-28
modified: 2026-08-29
type: note
type: subject
status: active
tags: [dev-ops, filesystem, drives, network, consolidation]
aliases: [drive-map, filesystem-map]
---

View File

@@ -1,7 +1,8 @@
---
created: 2026-07-30
modified: 2026-09-06
type: note
type: subject
status: active
tags:
- network
- dev-ops
@@ -151,7 +152,7 @@ See [[Docker Containers]] for full container list.
| `worldmonitor.lab.audasmedia.com.au` | `.13:3002` |
| `gitea.lab.audasmedia.com.au` | `.35:3001` (web) / `.35:2222` (SSH) |
**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]].
**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-Desktop 13]].
See [[Docker Containers]] for full container list on .35.

View File

@@ -1,7 +1,8 @@
---
created: 2026-08-30
modified: 2026-09-05
type: note
type: subject
status: active
tags:
- voice
- system

View File

@@ -1,7 +1,8 @@
---
created: 2026-05-20 21:40
modified: 2026-05-20 21:40
type: note
type: subject
status: active
tags:
- AI
- Obsidian

View File

@@ -1,4 +1,6 @@
---
type: subject
status: active
tags: [photos, immich, pipeline, backup, google-takeout]
created: 2026-08-27
---

View File

@@ -1,4 +1,6 @@
---
type: subject
status: active
tags: [photos, immich, pipeline, project-overview, google-takeout, backup]
created: 2026-08-27
modified: 2026-09-06

View File

@@ -1,7 +1,8 @@
---
created: 2026-05-20 15:01
modified: 2026-05-20 15:01
type: note
type: subject
status: active
tags:
- AI
- Coding

View File

@@ -0,0 +1,51 @@
---
created: 2026-08-05 13:11
modified: 2026-08-26 12:20
type: subject
status: active
tags:
- websites
- family-home-lab
- portfolio
aliases:
- Websites
---
# 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
- **gimp.lab** — GIMP (image editor) *(Photopea removed — image had no app assets)*
- **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`.*