docs: Add version quick reference sections
- Add version summary table to SERVICES.md - Add version quick reference to PYTHON.md - Add version quick reference to NODEJS.md - Update related documents references
This commit is contained in:
@@ -711,16 +711,21 @@ esac
|
||||
|
||||
---
|
||||
|
||||
## 附錄: 服務對應表
|
||||
## 附錄: 服務版本對應表
|
||||
|
||||
| 服務 | Port | 使用者 | plist 位置 |
|
||||
|------|------|--------|-------------|
|
||||
| PostgreSQL | 5432 | accusys | /Library/LaunchDaemons/ |
|
||||
| Redis | 6379 | accusys | /Library/LaunchDaemons/ |
|
||||
| Ollama | 11434 | accusys | /Library/LaunchDaemons/ |
|
||||
| n8n Main | 5678 | accusys | /Library/LaunchDaemons/ |
|
||||
| n8n Worker | 5690-5691 | accusys | /Library/LaunchDaemons/ |
|
||||
| Grafana | 3000 | accusys | /Library/LaunchDaemons/ |
|
||||
| Prometheus | 9090 | accusys | /Library/LaunchDaemons/ |
|
||||
| Caddy | 2019 | root | /Library/LaunchDaemons/ |
|
||||
| Netdata | 19999 | root | /Library/LaunchDaemons/ |
|
||||
| 服務 | 版本 | Port | 使用者 | plist 位置 |
|
||||
|------|------|------|--------|-------------|
|
||||
| PostgreSQL | 18.1 | 5432 | accusys | /Library/LaunchDaemons/ |
|
||||
| Redis | 7.4.x | 6379 | accusys | /Library/LaunchDaemons/ |
|
||||
| Ollama | - | 11434 | accusys | /Library/LaunchDaemons/ |
|
||||
| n8n | 2.3.5 | 5678/5690 | accusys | /Library/LaunchDaemons/ |
|
||||
| Node.js (n8n) | 22.22.1 | - | - | /opt/homebrew/opt/node@22/ |
|
||||
| Python (Momentry) | 3.11.14 | - | - | venv/bin/python |
|
||||
| Caddy | 2.10.x | 2019 | root | /Library/LaunchDaemons/ |
|
||||
| Gitea | - | 3000 | accusys | /Library/LaunchDaemons/ |
|
||||
| SFTPGo | 2.7.x | 8080 | accusys | /Library/LaunchDaemons/ |
|
||||
| Qdrant | 1.17.x | 6333 | accusys | /Library/LaunchDaemons/ |
|
||||
| MongoDB | - | 27017 | accusys | /Library/LaunchDaemons/ |
|
||||
| MariaDB | 12.1.x | 3306 | accusys | /Library/LaunchDaemons/ |
|
||||
| RustDesk | - | 21115-21119 | accusys | /Library/LaunchDaemons/ |
|
||||
| PHP | 8.3.x | - | - | /opt/homebrew/ |
|
||||
|
||||
Reference in New Issue
Block a user