GithubHelp home page GithubHelp logo

pikpak2cloud's Introduction

pikpak2cloud

目前上传10G以上文件经常出错 尽量不要上传10G以上的大文件吧

在网盘根目录建立encrypt_folder目录作为默认上传目录

20230426 Alist上传基本完成 目前只能上传文件 需要添加secrets

ALIST_STORAGE_BODY:Alist添加存储的json对象的base64加密,有些难懂 建议看视频操作。稍后放上视频链接
支持Alist的话相当于支持了其它的网盘 已不仅限于阿里云了

https://youtu.be/KXXTwzZlGNc

Alist如果使用rclone copy出错的话,请改用alist的api上传具体看视频介绍

20230518新增加密转存至tmp.link功能

需要添加1个secrets:
TMP_TOKEN:可以在tmp.link后台的curl上传处获取

20230421新增加密转存阿里云功能

需要添加两个secrets:
ALIYUN_REFRESH_TOKEN:阿里云刷新Token用来挂载阿里云webdav
RCLONE_ALIYUN_CONF:Rclone用来拷贝文件到阿里云Webdav,或添加到已有secrets.内容为固定的。

[aliyun]
type = webdav
url = http://alist:5344/
vendor = other
[alist]
type = webdav
url = http://alist-encrypt:5344/dav
vendor = other
user = admin
pass = VmiZZcVpZnbDzjmqI5VnevHKOnQU

如果需要自定义密码:可自建secrets

由于github的限制 Linux的Actions最大只能传9g的文件 Mac最大能传14g。

pikpak转存到其它网盘(Onedriver,如需其它网盘修改rclone配置即可,视频只是以onedriver为例) https://youtu.be/t9KhFoWQqEI

一共三个secrets:USERNAME、PASSWORD、RCLONE_CONF分别是PikPak的用户名密码和Rclone的配置文件

如果使用需要修改actions里的上传路径即rclone copy后面的远程路径为自己的名称。

pikpak2cloud's People

Contributors

ykxvk8yl5l avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.