76 字
1 分钟
1Panel中Homepage配置
1Panel V1 下载
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh1Panel V2 下载
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"glances
docker run --name glances -d --restart="always" -p 61208-61209:61208-61209 -e GLANCES_OPT="-w" -v /opt/docker/glances/glances.conf:/glances/conf/glances.conf -v /:/host:ro -v /var/run/docker.sock:/var/run/docker.sock:ro --pid host nicolargo/glances:latest-full参考链接
how to set up the Glances widget so that everything appears under the Glances tab?
1Panel中Homepage配置
https://fuwari.vercel.app/posts/2025-07-28-02-homepage/