在replit部署 onedrive-vercel-index + 本地redis缓存
个人版:
教育版:
新建NEXT语言仓库,将以下代码粘贴至Replit Shell后回车
git clone https://github.com/valetzx/onedrivereplindex && mv -b onedrivereplindex/* ./ && mv -b onedrivereplindex/.[^.]* ./ && rm -rf *~ && rm -rf onedrivereplindex
当加载完 Loading Nix environment... 后点击绿色 ▶ Run
KEY:NEXT_PUBLIC_USER_PRINCIPLE_NAME
VALUE:你的想挂载的 onedrive 邮箱
KEY:REDIS_URL
VALUE:redis://:@127.0.0.1:6666