Skip to content

通过okteto搭建无服务器Cloudreve云端网盘

Tags:

目的

serverless Cloudreve service on okteto

参考

实现

到 https://cloud.okteto.com/ 通过github账号直接登陆,点击”Deploy”

services:
    cloudreve:
        public: true
        container_name: dreve
        image: jialezi/cloudreve
        ports:
            - 5212:5212
        volumes: 
            - /root/cloudreve

测试

用上图生成的”Endpoints”打开,并用初始管理员账号和密码登陆之后,加载OneDrive

加载OneDrive

上传之后,也可以在OneDrive自己的目录中看到

修改默认的存储地点,不然默认是本地存储

打开WebDav访问

需要加网页自动监测,不然15天没访问就被回收了

用uptimerobot

1 thought on “通过okteto搭建无服务器Cloudreve云端网盘”

Leave a Reply

Your email address will not be published.