mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-05 23:57:19 +08:00
chore: update Python version in README files to 3.14
This commit is contained in:
@@ -8,9 +8,10 @@
|
|||||||
|
|
||||||
**A highly extensible private cloud storage solution for individuals and teams, featuring AI-powered semantic search.**
|
**A highly extensible private cloud storage solution for individuals and teams, featuring AI-powered semantic search.**
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -39,36 +40,37 @@
|
|||||||
|
|
||||||
Using Docker Compose is the most recommended way to start Foxel.
|
Using Docker Compose is the most recommended way to start Foxel.
|
||||||
|
|
||||||
1. **Create Data Directories**:
|
1. **Create Data Directories**
|
||||||
Create a `data` folder for persistent data:
|
|
||||||
|
|
||||||
```bash
|
Create a `data` folder for persistent data:
|
||||||
mkdir -p data/db
|
|
||||||
mkdir -p data/mount
|
|
||||||
chmod 777 data/db data/mount
|
|
||||||
```
|
|
||||||
|
|
||||||
2. **Download Docker Compose File**:
|
```bash
|
||||||
|
mkdir -p data/db
|
||||||
|
mkdir -p data/mount
|
||||||
|
chmod 777 data/db data/mount
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
2. **Download Docker Compose File**
|
||||||
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
After downloading, it is **strongly recommended** to modify the environment variables in the `compose.yaml` file to ensure security:
|
```bash
|
||||||
|
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
|
||||||
|
```
|
||||||
|
|
||||||
- Modify `SECRET_KEY` and `TEMP_LINK_SECRET_KEY`: Replace the default keys with randomly generated strong keys.
|
After downloading, it is **strongly recommended** to modify the environment variables in the `compose.yaml` file to ensure security:
|
||||||
|
|
||||||
3. **Start the Services**:
|
- Modify `SECRET_KEY` and `TEMP_LINK_SECRET_KEY`: Replace the default keys with randomly generated strong keys.
|
||||||
|
|
||||||
```bash
|
3. **Start the Services**
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
4. **Access the Application**:
|
```bash
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
Once the services are running, open the page in your browser.
|
4. **Access the Application**
|
||||||
|
|
||||||
> On the first launch, please follow the setup guide to initialize the administrator account.
|
Once the services are running, open the page in your browser.
|
||||||
|
|
||||||
|
> On the first launch, please follow the setup guide to initialize the administrator account.
|
||||||
|
|
||||||
## 🤝 How to Contribute
|
## 🤝 How to Contribute
|
||||||
|
|
||||||
|
|||||||
+23
-22
@@ -8,15 +8,15 @@
|
|||||||
|
|
||||||
**一个面向个人和团队的、高度可扩展的私有云盘解决方案,支持 AI 语义搜索。**
|
**一个面向个人和团队的、高度可扩展的私有云盘解决方案,支持 AI 语义搜索。**
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<em><strong>数据之洋浩瀚无涯,当以洞察之目引航,然其脉络深隐,非表象所能尽窥。</strong></em><br>
|
<em><strong>数据之洋浩瀚无涯,当以洞察之目引航,然其脉络深隐,非表象所能尽窥。</strong></em><br>
|
||||||
<em><strong>The ocean of data is boundless, let the eye of insight guide the voyage, yet its intricate connections lie deep, not fully discernible from the surface.</strong></em>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<img src="https://foxel.cc/image/ad-min-zh.png" alt="UI Screenshot">
|
<img src="https://foxel.cc/image/ad-min-zh.png" alt="UI Screenshot">
|
||||||
</div>
|
</div>
|
||||||
@@ -40,36 +40,37 @@
|
|||||||
|
|
||||||
使用 Docker Compose 是启动 Foxel 最推荐的方式。
|
使用 Docker Compose 是启动 Foxel 最推荐的方式。
|
||||||
|
|
||||||
1. **创建数据目录**:
|
1. **创建数据目录**
|
||||||
新建 `data` 文件夹用于持久化数据:
|
|
||||||
|
|
||||||
```bash
|
新建 `data` 文件夹用于持久化数据:
|
||||||
mkdir -p data/db
|
|
||||||
mkdir -p data/mount
|
|
||||||
chmod 777 data/db data/mount
|
|
||||||
```
|
|
||||||
|
|
||||||
2. **下载 Docker Compose 文件**:
|
```bash
|
||||||
|
mkdir -p data/db
|
||||||
|
mkdir -p data/mount
|
||||||
|
chmod 777 data/db data/mount
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
2. **下载 Docker Compose 文件**
|
||||||
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
下载完成后,**强烈建议**修改 `compose.yaml` 文件中的环境变量以确保安全:
|
```bash
|
||||||
|
curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
|
||||||
|
```
|
||||||
|
|
||||||
- 修改 `SECRET_KEY` 和 `TEMP_LINK_SECRET_KEY`:将默认的密钥替换为随机生成的强密钥
|
下载完成后,**强烈建议**修改 `compose.yaml` 文件中的环境变量以确保安全:
|
||||||
|
|
||||||
3. **启动服务**:
|
- 修改 `SECRET_KEY` 和 `TEMP_LINK_SECRET_KEY`:将默认的密钥替换为随机生成的强密钥
|
||||||
|
|
||||||
```bash
|
3. **启动服务**
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
4. **访问应用**:
|
```bash
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
服务启动后,在浏览器中打开页面。
|
4. **访问应用**
|
||||||
|
|
||||||
> 首次启动,请根据引导页面完成管理员账号的初始化设置。
|
服务启动后,在浏览器中打开页面。
|
||||||
|
|
||||||
|
> 首次启动,请根据引导页面完成管理员账号的初始化设置。
|
||||||
|
|
||||||
## 🤝 如何贡献
|
## 🤝 如何贡献
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user