All Posts

Claw cloud 容器 vps 优雅重启,supervisorctl 管理工具的使用

本期摘要:Claw cloud | 容器vps | reboot | supervisorctl | aliesClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntuSupervisor 官网及项目地址:https://supervisord.orghttps://github.com/Supervisor/supervisor容器重启Claw cloud 改造的 vps 怎么重启?1. Web 页面2. reboot为什么容器 r...

Claw cloud 容器改造 VPS, 使用 supervisor 管理容器进程,实现应用开机自启、自动保活、cron 规则持久化

本期摘要:Claw cloud | 容器vps | supervisor | 多进程保活 | cronClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntuSupervisor 官网及项目地址:https://supervisord.orghttps://github.com/Supervisor/supervisor进程管理工具选择❌ systemctl: 宿主机一般不会给特权模式✅ supervisor: 作为1号进程启动,管理...

Claw cloud 容器改造 VPS, 实现 SSH 远程登录

本期摘要:Claw cloud | vps | sshClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntu容器特点容器一般只运行一个前台进程(PID=1)容器重启后,未挂载存储的数据会丢失容器内部端口需要映射到外部,才可以访问家目录初始化1、权限设置ls -l /home sudo chown -R $USER:$USER /home/$USER2、终端字体颜色美化、ls -l 命令别名设置等curl -sk -o ~/.bash...

Claw cloud 搭建 3x-ui xhttp 节点

本期摘要:Claw cloud | 3x-ui | vless + xhttp, vless + wsClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G2943x-ui 项目地址:https://github.com/MHSanaei/3x-ui3x-ui 默认端口:20533x-ui 默认用户名/密码:admin/admin