sam-4screen-desktop 2026-5-21:10:47:58
This commit is contained in:
68
300 areas/360 Dev-Ops Network Computers/Local Wep Apps.md
Normal file
68
300 areas/360 Dev-Ops Network Computers/Local Wep Apps.md
Normal file
@@ -0,0 +1,68 @@
|
||||
---
|
||||
title: Local Web Pages
|
||||
summary: React, router and other local pages
|
||||
type: websites
|
||||
client: Sam
|
||||
project: AI
|
||||
status: active
|
||||
priority: 5
|
||||
last_verified: 2026-05-12
|
||||
tags:
|
||||
- web pages, web sites, AI, urls
|
||||
aliases: []
|
||||
id: 1778545221-MOBT
|
||||
---
|
||||
|
||||
# Local Web Pages
|
||||
- [] main router
|
||||
- [] secondary router
|
||||
- [] react pages
|
||||
- [] .13 docker containers and .27 without caddy URLS. Whisper etc
|
||||
- [] put .13 and .27, particularly .27 behind 3rd caddy
|
||||
- [] second pi
|
||||
- [] links to front pages for docker container
|
||||
- [ ]
|
||||
---
|
||||
|
||||
|
||||
## Langfuse
|
||||
url: http://localhost:3000/auth/sign-in
|
||||
tags: #website, #ai
|
||||
- Visual GUi for langchain and langraph
|
||||
|
||||
## Archon
|
||||
url: http://localhost:3090/chat
|
||||
tags: #website, #ai
|
||||
- AI project flow coordinator
|
||||
|
||||
## Supabase
|
||||
url: http://localhost:8001/project/default
|
||||
tags: #website, #ai
|
||||
- This is used for verification and authentication.
|
||||
|
||||
|
||||
## Proxmox
|
||||
url: https://proxmox.home.lab/#v1:0:=qemu%2F105:4:::::::5
|
||||
tags: #website, #ai
|
||||
- root.
|
||||
|
||||
## Netcom Router
|
||||
url: http://192.168.20.1:8079/login.html
|
||||
|
||||
- Main home router. admin
|
||||
|
||||
## secondary router
|
||||
url: http://192.168.20.1:254
|
||||
|
||||
- admin.
|
||||
|
||||
|
||||
## Snapcast
|
||||
url: http://192.168.20.13:1780/
|
||||
|
||||
- [] Create caddy DNS name with pihole for Snapcast
|
||||
- Control local speaker audio on Snapcast network. MainAudio for both spotify and announcements.
|
||||
|
||||
##
|
||||
|
||||
*Created: 2026-05-12*
|
||||
46
300 areas/360 Dev-Ops Network Computers/Pi MCP.md
Normal file
46
300 areas/360 Dev-Ops Network Computers/Pi MCP.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
created: 2026-05-18 09:45
|
||||
type: documentation
|
||||
language:
|
||||
environment:
|
||||
source_url:
|
||||
tags:
|
||||
- dev
|
||||
- snippets
|
||||
- ai
|
||||
- dev-ops
|
||||
aliases: []
|
||||
id: 1779061553-LQHN
|
||||
---
|
||||
# Tech Snippet: 1779061553-LQHN
|
||||
|
||||
The file /home/sam/.config/mcp/mcp.json had comments in it for creating MCP server connections for the Pi Dev environment. I had to take them out. Here they are.
|
||||
|
||||
{
|
||||
// Pi MCP Adapter configuration
|
||||
// Add MCP servers here to make them available to Pi.
|
||||
// The pi-mcp-adapter extension reads this file automatically.
|
||||
//
|
||||
// Find MCP servers at:
|
||||
// https://github.com/modelcontextprotocol/servers
|
||||
// https://smithery.ai (community MCP server registry)
|
||||
//
|
||||
// Popular servers:
|
||||
// filesystem — npx -y @modelcontextprotocol/server-filesystem /path
|
||||
// github — npx -y @modelcontextprotocol/server-github
|
||||
// brave-search — npx -y @modelcontextprotocol/server-brave-search
|
||||
// home-assistant — npx -y @bankless/ha-mcp
|
||||
// postgres — npx -y @modelcontextprotocol/server-postgres postgresql://...
|
||||
//
|
||||
// Usage in Pi: /mcp to manage, mcp({ tool: "tool_name", args: '{}' }) to call
|
||||
//
|
||||
"mcpServers": {
|
||||
// Example filesystem server (uncomment to use):
|
||||
// "filesystem": {
|
||||
// "command": "npx",
|
||||
// "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/sam"]
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user