当前位置:网站首页>私人云盘部署
私人云盘部署
2022-07-06 06:18:00 【shatianyzg】
一、极简化部署
利用docker一键部署
centos7 安装方法:
curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker.service
2.安装nextcloud
docker run -d --name nextcloud -p 80:80 -v /root/nextcloud:/data rootlogin/nextcloud
安装完成后,登录地址为http://ip
3.创建管理员账号
进入网盘
设置用户
上传文件
上传照片
边栏推荐
- [C language] string left rotation
- LeetCode 739. 每日温度
- GTSAM中李群的运用
- 黑猫带你学UFS协议第8篇:UFS初始化详解(Boot Operation)
- 还在为如何编写Web自动化测试用例而烦恼嘛?资深测试工程师手把手教你Selenium 测试用例编写
- Expose the serial fraudster Liu Qing in the currency circle, and default hundreds of millions of Cheng Laolai
- Overview of three core areas of Mathematics: algebra
- [C language] qsort function
- E - food chain
- 在uni-app中使用腾讯视频插件播放视频
猜你喜欢
随机推荐
Overview of three core areas of Mathematics: geometry
全链路压测:构建三大模型
技术分享 | 常见接口协议解析
Application of Lie group in gtsam
模拟卷Leetcode【普通】1143. 最长公共子序列
单元测试的意义
数字三角形模型 AcWing 1015. 摘花生
模拟卷Leetcode【普通】1249. 移除无效的括号
黑猫带你学UFS协议第8篇:UFS初始化详解(Boot Operation)
进程和线程的理解
leaflet 地图
Hypothesis testing learning notes
数据库隔离级别
模拟卷Leetcode【普通】1091. 二进制矩阵中的最短路径
JWT-JSON WEB TOKEN
Detailed explanation of P problem, NP problem, NPC problem and NP hard problem
win10无法操作(删除、剪切)文件
模拟卷Leetcode【普通】1405. 最长快乐字符串
[wechat applet] build a development tool environment
【Postman】动态变量(也称Mock函数)