Sign inSign up

muchenh/paste

By muchenh

Updated almost 3 years ago

在线网页剪切板/中转站/粘贴板,上传文件<2GB

Image
0

80

muchenh/paste repository overview

修改自 csmayi/lan-clip

仅修改config.json文件,将上传大小限制为2GB

{
    "server": {
        "port": 9501,
        "key": "",
        "cert": "",
        "history": 1000,
        "auth": false
    },
    "text": {
        "limit": 4096
    },
    "file": {
        "expire": 86400,
        "chunk": 1048576,
        "limit": 2147483648
    }
}

Tag summary

Content type

Image

Digest

sha256:19054e7c0

Size

426.6 MB

Last updated

almost 3 years ago

docker pull muchenh/paste:1.0.0