mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
docs: update installation instructions across multiple languages to clarify prerequisites and automatic Watchtower setup
This commit is contained in:
parent
4e401fdb92
commit
d6cb41d130
5 changed files with 18 additions and 60 deletions
|
|
@ -81,26 +81,15 @@ https://github.com/user-attachments/assets/a0a16566-6967-4374-ac51-9b3e07fbecd7
|
|||
|
||||
在您自己的基础设施上运行 SurfSense,实现完全的数据控制和隐私保护。
|
||||
|
||||
**前置条件:** 需要安装并运行 [Docker](https://docs.docker.com/get-docker/)(含 [Docker Compose](https://docs.docker.com/compose/install/))。
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/MODSetter/SurfSense/main/docker/scripts/install.sh | bash
|
||||
```
|
||||
|
||||
如需 Docker Compose 及其他部署方式,请查看 [Docker 安装文档](https://www.surfsense.com/docs/docker-installation)。
|
||||
安装脚本会自动配置 [Watchtower](https://github.com/nicholas-fedor/watchtower) 以实现每日自动更新。如需跳过,请添加 `--no-watchtower` 参数。
|
||||
|
||||
**更新(推荐 — Watchtower):**
|
||||
|
||||
```bash
|
||||
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock nickfedor/watchtower --label-enable --interval 86400
|
||||
```
|
||||
|
||||
**更新(手动):**
|
||||
|
||||
```bash
|
||||
cd surfsense # 若使用了方式二,则为 SurfSense/docker
|
||||
docker compose pull && docker compose up -d
|
||||
```
|
||||
|
||||
如需手动安装及其他部署方式,请查看[文档](https://www.surfsense.com/docs/)。
|
||||
如需 Docker Compose、手动安装及其他部署方式,请查看[文档](https://www.surfsense.com/docs/)。
|
||||
|
||||
### 如何实时协作(Beta)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue