mirror of
https://github.com/unilei/aipan-netdisk-search.git
synced 2024-11-25 16:32:42 +08:00
本项目乃是基于 Vue 与 Nuxt.js 技术打造的网盘搜索项目,持续开源并保持维护更新。其旨在让人人皆可拥有属于自己的网盘搜索网站。强烈建议自行部署,向所有参与者致敬!Salute to all!
b63a9c9099
Create GNU General Public License |
||
---|---|---|
assets | ||
components | ||
layouts | ||
lib | ||
middleware | ||
pages | ||
prisma | ||
public | ||
server | ||
stores | ||
utils | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
app.config.ts | ||
app.vue | ||
docker-compose.yml | ||
Dockerfile | ||
ecosystem.config.cjs | ||
error.vue | ||
LICENSE | ||
nuxt.config.ts | ||
package.json | ||
README_VERCEL.md | ||
README.md | ||
start.sh | ||
tailwind.config.js | ||
tsconfig.json | ||
vercel.json |
爱盼-网盘资源搜索Web 欢迎打赏
🔥 爱盼-网盘资源搜索:是一个免费开源项目!
🔥更新日志
- tv播放
- 新增Alist源聚合播放
- 新增批量删除功能
- 新增博客功能 (分支:feat-admin-panel)
- 新增批量上传数据 csv示例 xlsx 示例
- 增加后台管理, 访问路径:
/login
|/admin/dashboard
|/admin/clouddrive
- 后台可以增加自己的网盘资源
建议
项目使用的是第三方的API,对ip有访问限制,建议自己部署使用。
快速开始
在 Vercel 上部署
手动安装一样的,只需要配置对应的env就行了
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
如何部署到自己服务器? 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/.