本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!
Go to file
2024-11-12 20:27:34 +08:00
assets Merge pull request #60 from unilei/imgbot 2024-11-10 19:35:56 +08:00
components update css 2024-11-10 19:28:50 +08:00
layouts fix some ui issues 2024-09-20 21:03:00 +08:00
lib update prisma.js 2024-08-21 23:02:55 +08:00
middleware feat: 增加后台管理功能,可以添加自己的数据 2024-08-20 17:18:07 +08:00
pages update css 2024-11-10 19:28:50 +08:00
prisma - 新增alist源聚合播放 2024-10-27 17:11:48 +08:00
public [ImgBot] Optimize images 2024-11-07 02:14:16 +00:00
server update homepage ui 2024-11-09 17:11:36 +08:00
stores - 新增alist源聚合播放 2024-10-27 17:11:48 +08:00
utils 添加一些直播源,请勿传播 2024-10-22 14:00:38 +08:00
.dockerignore update and test dockerfile 2024-10-27 21:22:17 +08:00
.env.example 更新readme,部署没问题 2024-10-21 21:45:57 +08:00
.gitignore 更新dockerfile 2024-11-12 20:15:00 +08:00
.npmrc init commit 2024-05-16 22:55:09 +08:00
app.config.ts init commit 2024-05-16 22:55:09 +08:00
app.vue update css. 2024-10-15 10:29:43 +08:00
docker-compose.yml update dockerfile and update docker compose yml 2024-10-09 08:27:42 +08:00
Dockerfile 更新dockerfile 2024-11-12 20:15:00 +08:00
ecosystem.config.cjs 更新dockerfile 2024-11-12 20:15:00 +08:00
error.vue add error page 2024-09-20 09:20:54 +08:00
LICENSE Create GNU General Public License 2024-11-12 20:26:53 +08:00
nuxt.config.ts remove mavon editor 2024-11-07 09:52:45 +08:00
package.json remove mavon editor 2024-11-07 09:52:45 +08:00
README_VERCEL.md testing 2024-10-28 21:44:02 +08:00
README.md Create GNU General Public License 2024-11-12 20:26:53 +08:00
start.sh 更新dockerfile 2024-11-12 20:15:00 +08:00
tailwind.config.js update css. 2024-10-15 10:29:43 +08:00
tsconfig.json init commit 2024-05-16 22:55:09 +08:00
vercel.json init commit 2024-05-16 22:55:09 +08:00

爱盼-网盘资源搜索Web 欢迎打赏

🔥 爱盼-网盘资源搜索:是一个免费开源项目!

欢迎打赏


👉 爱盼-网盘资源搜索

🔥更新日志

  • tv播放
  • 新增Alist源聚合播放
  • 新增批量删除功能
  • 新增博客功能 (分支:feat-admin-panel
  • 新增批量上传数据 csv示例 xlsx 示例
  • 增加后台管理, 访问路径:/login | /admin/dashboard | /admin/clouddrive
  • 后台可以增加自己的网盘资源

建议

项目使用的是第三方的API对ip有访问限制建议自己部署使用。

快速开始

在 Vercel 上部署

手动安装一样的只需要配置对应的env就行了

Vercel部署文档

Deploy with Vercel

Docker执行推荐使用docker compose

Docker-compose

第一步

在项目根目录创建.env文件

编译
docker compose build
运行
docker compose up -d
停止
docker compose down

自己部署(不推荐)

1. 克隆项目

git clone https://github.com/unilei/aipan-netdisk-search.git

2. 安装依赖

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

3. 设置prisma


npx prisma generate
npx prisma migrate deploy

3. 运行到浏览器

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

4. 在浏览器打开 http://localhost:3001

success_deploy.jpg success_deploy.jpg

如何部署到自己服务器? NUXT.JS 打包部署文档

部署文档

Copyright (C) <2024> <aipan.me>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.