gball个人知识库
首页
基础组件
基础知识
算法&设计模式
  • 操作手册
  • 数据库
  • 极客时间
  • 每日随笔
  • 学习
  • 面试
  • 心情杂货
  • 实用技巧
  • 友情链接
  • 画图工具 (opens new window)
关于
  • 网盘 (opens new window)
  • 分类
  • 标签
  • 归档
项目
GitHub (opens new window)

ggball

后端界的小学生
首页
基础组件
基础知识
算法&设计模式
  • 操作手册
  • 数据库
  • 极客时间
  • 每日随笔
  • 学习
  • 面试
  • 心情杂货
  • 实用技巧
  • 友情链接
  • 画图工具 (opens new window)
关于
  • 网盘 (opens new window)
  • 分类
  • 标签
  • 归档
项目
GitHub (opens new window)
  • 操作手册

    • 7
    • es640安装
    • frp
    • gitlab_docker安装
    • nginx
    • 支付宝支付环境搭建
    • ngrok搭建
    • Onedrive云盘同步本地文件夹(适用于Windows)
    • oneUploader搭建
    • redis
    • skyWalking搭建
    • skyWalking搭配springboot应用
    • sublime操作
    • unblockMusic
    • win10右键新建md文件
    • yarn安装
    • 搭建cloudreve并选择onedrive作为加载策略
    • 服务器管理
    • 网盘
      • 第一、在/usr/lib/systemd/system目录下创建一个服务cloudreve.service
      • 2、更新重启服务
    • 针对支付宝-当面付实现的个人支付
    • 网页调试技巧
    • 利用vercel一键部署自己的chatgpt网站
    • MeterSphere-Jenkins插件实现测试计划触发执行
    • python安装
    • 个人网站实现微信扫码登录
    • esxi创建虚拟机,安装centos7
    • windows安装Deep-Live-Cam教程
    • AIIDE
  • maven

  • 部署

  • git

  • 工具包

  • 测试

  • docker

  • chatgpt

  • 工具与部署
  • 操作手册
ggball
2021-08-30

网盘

# oneindex

也可以支持Docker安装:

从docker仓库获取镜像:

1 docker pull yinaoxiong/oneindex

或者从源码构建镜像:

git clone https://github.com/donwa/oneindex.git cd oneindex/ docker build -t your-image-name .

运行:

1 docker run -d -p {open port}:80 --name {container name} --restart=always {image name}

停止删除容器:

docker stop {container name}

docker rm -v {container name}

宝塔

外网面板地址: http://115.196.247.46:9999/6b53511d 内网面板地址: http://192.168.12.132:9999/6b53511d username: 1667834841 password: ae19dd28 If you cannot access the panel, release the following panel port [9999] in the security group

若无法访问面板,请检查防火墙/安全组是否有放行面板[9999]端口

Time consumed: 1 Minute!

# cloudreve

# 第一、在/usr/lib/systemd/system目录下创建一个服务cloudreve.service

通过vi打开服务配置:

vi /usr/lib/systemd/system/cloudreve.service
1
1
2

输入如下内容:

[Unit]
Description=Cloudreve
Documentation=https://docs.cloudreve.org
After=network.target
Wants=network.target

[Service]
Type=simple
## cloudreve 位置
WorkingDirectory=/home/software/cloudreve
ExecStart=/home/software/cloudreve/cloudreve
Restart=on-abnormal
RestartSec=5s
KillMode=mixed

StandardOutput=null
StandardError=syslog

[Install]
WantedBy=multi-user.target
12345678910111213141516171819
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# 2、更新重启服务

# 更新配置
systemctl daemon-reload

# 启动服务
systemctl start cloudreve

# 设置开机启动
systemctl enable cloudreve

123456789
1
2
3
4
5
6
7
8
9
10

管理命令

# 启动服务
systemctl start cloudreve

# 停止服务
systemctl stop cloudreve

# 重启服务
systemctl restart cloudreve

# 查看状态
systemctl status cloudreve
1
2
3
4
5
6
7
8
9
10
11

账号 [email protected]

密码 a130144

上次更新: 2025/06/04, 15:06:15
服务器管理
针对支付宝-当面付实现的个人支付

← 服务器管理 针对支付宝-当面付实现的个人支付→

最近更新
01
AIIDE
03-07
02
githubActionCICD实战
03-07
03
windows安装Deep-Live-Cam教程
08-11
更多文章>
Theme by Vdoing
总访问量 次 | 总访客数 人
| Copyright © 2021-2025 ggball | 赣ICP备2021008769号-1
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
×

评论

  • 评论 ssss
  • 回复
  • 评论 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
  • 回复
  • 评论 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
  • 回复
×