更新FRP配置笔记
This commit is contained in:
@@ -14,13 +14,10 @@
|
|||||||
| macmini | `/opt/frp/frp_0.65.0_darwin_arm64` | `frpc.toml` |
|
| macmini | `/opt/frp/frp_0.65.0_darwin_arm64` | `frpc.toml` |
|
||||||
| ubuntu1 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
| ubuntu1 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
||||||
| ubuntu2 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
| ubuntu2 | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
||||||
| NAS | `/opt/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
| NAS | `/opt/frp/frp_0.65.0_linux_amd64` | `frpc.toml` |
|
||||||
|
| | | |
|
||||||
> ⚠️ **注意**: NAS 的 FRP 目录路径与其他服务器不同,没有中间的 `frp/` 子目录
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## FRP 服务器信息
|
## FRP 服务器信息
|
||||||
|
|
||||||
| 配置项 | 值 |
|
| 配置项 | 值 |
|
||||||
@@ -441,7 +438,7 @@ tmux attach -t frpc
|
|||||||
./frpc -c frpc.toml
|
./frpc -c frpc.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu1/Ubuntu2/NAS
|
||||||
#### 查看状态
|
#### 查看状态
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
@@ -457,7 +454,7 @@ systemctl restart frpc
|
|||||||
#### 配置FRP service
|
#### 配置FRP service
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
cd /etc/systemd/system
|
|
||||||
|
|
||||||
# Reload systemd manager configuration
|
# Reload systemd manager configuration
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
@@ -473,7 +470,18 @@ systemctl status frpc
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### frpc.service
|
#### 配置frpc.service
|
||||||
|
```
|
||||||
|
cd /etc/systemd/system
|
||||||
|
|
||||||
|
# ubuntu1/ubuntu2
|
||||||
|
nano frpc.service
|
||||||
|
|
||||||
|
# nas
|
||||||
|
vi frpc.service
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=frp client
|
Description=frp client
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
# oh-my-openagent (omo) 研究笔记
|
# oh-my-openagent (omo) 研究笔记
|
||||||
|
|
||||||
#oh-my-openagent #omo #opencode
|
#oh-my-openagent #omo #opencode
|
||||||
|
|
||||||
> 来源: https://github.com/code-yeongyu/oh-my-openagent
|
|
||||||
> 记录时间: 2026-03-20
|
|
||||||
|
|
||||||
## 核心理念
|
## 核心理念
|
||||||
|
|
||||||
- **不绑定单一模型**: Claude / Kimi / GLM 用于编排,GPT 用于推理,Minimax 用于速度,Gemini 用于创意
|
- **不绑定单一模型**: Claude / Kimi / GLM 用于编排,GPT 用于推理,Minimax 用于速度,Gemini 用于创意
|
||||||
|
|||||||
Reference in New Issue
Block a user