🔥 爱盼-网盘资源搜索:是一个免费开源项目!
/login
| /admin/dashboard
| /admin/clouddrive
项目使用的是第三方的API,对ip有访问限制,建议自己部署使用。
手动安装一样的,只需要配置对应的env就行了
在项目根目录创建.env文件
docker compose build
docker compose up -d
docker compose down
git clone https://github.com/unilei/aipan-netdisk-search.git
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
npx prisma generate
npx prisma migrate deploy
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Copyright (C) <2024>
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/.