Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyj0309 authored Jan 1, 2025
1 parent abaaefa commit 586de29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ action secrets
![alt text](image/image.png)
添加dns record即可
![alt text](image/image-1.png)

## 导入导出配置数据
### 导出
```shell
# config
fly ssh sftp get /dashboard/data/config.yaml -a {your-app-name}

# db
fly ssh sftp get /dashboard/data/sqlite.db -a {your-app-name}
```
### 导入
```
fly ssh sftp shell -a {your-app-name}
put {filename} /dashboard/data/
```
## 自动更新
action有定时检查更新脚本,会定期运行,如果有更新会自动同步

Expand Down

0 comments on commit 586de29

Please sign in to comment.