Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Jun 12, 2024
1 parent 46e4929 commit 6c3d3b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ docker run -d -p 4399:3000 -v $(pwd)/feiyu.json:/app/feiyu.json idootop/feiyu:la

## 请求代理 (proxy)

[![Docker Image Version](https://img.shields.io/docker/v/idootop/feiyu?color=%23086DCD&label=docker%20image)](https://hub.docker.com/r/idootop/feiyu-proxy)

有些视频源可能无法直接在网页端使用,这是由于浏览器的同源策略限制,无法直接访问第三方资源。

为解决跨域问题,飞鱼提供了一个专用的请求代理服务,具体使用方法请查看飞鱼 Proxy [使用文档](https://github.com/idootop/feiyu-player/blob/main/packages/feiyu-proxy/README.md)
Expand All @@ -155,17 +153,10 @@ docker run -d -p 4399:3000 -v $(pwd)/feiyu.json:/app/feiyu.json idootop/feiyu:la

飞鱼使用 IPFS 作为去中心化存储,用于分享影片和导出订阅配置等场景。

[IPFS](https://ipfs.tech/) 是一种点对点分布式文件系统,旨在实现更开放、高效、安全的网络数据传输与共享。

### gateway

用于访问 IPFS 网络中的数据,常用的公共网关包括 ipfs.io、dweb.link 等。
- **gateway**:用于访问 IPFS 网络中的数据,常用的公共网关包括 ipfs.io、dweb.link 等。
- **token**:飞鱼默认使用 [NFT.storage](https://nft.storage/) 服务向 IPFS 网络中写入数据。[NFT.storage](https://nft.storage/) 提供免费的去中心化存储服务,需注册账号获取 token 后方可使用。

### token

飞鱼默认使用 [NFT.storage](https://nft.storage/) 服务向 IPFS 网络中写入数据。

[NFT.storage](https://nft.storage/) 提供免费的去中心化存储服务,需注册账号获取 token 后方可使用。
[IPFS](https://ipfs.tech/) 是一种点对点分布式文件系统,旨在实现更开放、高效、安全的网络数据传输与共享。

# 🐟 关于飞鱼

Expand Down
4 changes: 2 additions & 2 deletions packages/feiyu-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ npm install && npm run build && npm run deploy

## Docker 部署

[![Docker Image Version](https://img.shields.io/docker/v/idootop/feiyu?color=%23086DCD&label=docker%20image)](https://hub.docker.com/r/idootop/feiyu-proxy)

或者你也可以使用 Docker 镜像,在自己的服务器上部署飞鱼 Proxy。

[![Docker Image Version](https://img.shields.io/docker/v/idootop/feiyu?color=%23086DCD&label=docker%20image)](https://hub.docker.com/r/idootop/feiyu-proxy)

```shell
docker run -d -p 4399:3000 idootop/feiyu-proxy:latest
```
Expand Down

0 comments on commit 6c3d3b4

Please sign in to comment.