87 lines
1.8 KiB
Markdown
87 lines
1.8 KiB
Markdown
# TOOLS.md - Local Notes
|
|
|
|
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
|
|
|
|
## What Goes Here
|
|
|
|
Things like:
|
|
|
|
- Camera names and locations
|
|
- SSH hosts and aliases
|
|
- Preferred voices for TTS
|
|
- Speaker/room names
|
|
- Device nicknames
|
|
- Anything environment-specific
|
|
|
|
## Examples
|
|
|
|
```markdown
|
|
### Cameras
|
|
|
|
- living-room → Main area, 180° wide angle
|
|
- front-door → Entrance, motion-triggered
|
|
|
|
### SSH
|
|
|
|
- home-server → 192.168.1.100, user: admin
|
|
|
|
### TTS
|
|
|
|
- Preferred voice: "Nova" (warm, slightly British)
|
|
- Default speaker: Kitchen HomePod
|
|
```
|
|
|
|
## Why Separate?
|
|
|
|
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
|
|
|
|
---
|
|
|
|
Add whatever helps you do your job. This is your cheat sheet.
|
|
|
|
---
|
|
|
|
## Git 配置
|
|
|
|
### 城市手册项目 - 内网仓库
|
|
|
|
- **仓库**: http://10.2.0.100:8989/mashen/chengshishouce.git
|
|
- **用户名**: mashen
|
|
- **密码**: 825670@MashenClaw
|
|
- **邮箱**: mashen@datalibstar.com
|
|
|
|
### 城市手册项目 - 外网仓库
|
|
|
|
- **仓库**: https://xjp.datalibstar.com/mashen/chengshouse.git
|
|
- **用户名**: mashen
|
|
- **密码**: 825670@MashenClaw
|
|
- **邮箱**: mashen@datalibstar.com
|
|
|
|
## PostgreSQL 数据库
|
|
|
|
### 城市手册项目
|
|
|
|
- **主机**: 10.2.0.100:5432
|
|
- **数据库**: cssc
|
|
- **用户**: coder
|
|
- **密码**: 825670wl
|
|
|
|
## 云服务器
|
|
|
|
### 城市手册部署
|
|
|
|
- **主机**: cssc.datalibstar.com (1.15.30.241)
|
|
- **用户**: Ubuntu ⚠️ **注意大写 U**
|
|
- **密码**: 825670@MashenClaw
|
|
- **状态**: ✅ SSH 认证成功
|
|
|
|
## 本地部署(当前)
|
|
|
|
### 城市手册 - 已部署
|
|
|
|
- **Gunicorn**: 运行中 (3 workers, 端口 8000)
|
|
- **Nginx**: 反向代理 (端口 80)
|
|
- **访问地址**: http://127.0.0.1/
|
|
- **Admin**: http://127.0.0.1/admin/
|
|
- **测试账号**: demo / demo123
|