全球主机交流论坛

标题: wiki开源的ALS - Another Looking-glass Server怎么搭建的啊 [打印本页]

作者: AWM    时间: 2023-11-25 12:34
标题: wiki开源的ALS - Another Looking-glass Server怎么搭建的啊
GitHub地址:https://github.com/wikihost-opensource/als

不会玩docker,求宝塔或MW的docker插件搭建教程
作者: 乖.含住    时间: 2023-11-25 12:40
CentOS



yum install -y yum-utils
yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io -y
systemctl start docker
systemctl enable docker

Ubuntu / Debian



sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
systemctl start docker
systemctl enable docker



docker run -d --name looking-glass --restart always --network host wikihostinc/looking-glass-server
作者: AWM    时间: 2023-11-25 12:41
@mlcq @qldzs @zxxx
作者: AWM    时间: 2023-11-25 12:42
乖.含住 发表于 2023-11-25 12:40
CentOS

我搭建的打不开网页
作者: 乖.含住    时间: 2023-11-25 12:43
AWM 发表于 2023-11-25 12:42
我搭建的打不开网页

关防火墙
作者: AWM    时间: 2023-11-25 12:44
乖.含住 发表于 2023-11-25 12:43
关防火墙

我开放端口了
作者: mlcq    时间: 2023-11-25 22:47
AWM 发表于 2023-11-25 12:41
@mlcq @qldzs @zxxx

ok,有时间搞一下玩玩~




欢迎光临 全球主机交流论坛 (https://lilynana.eu.org/) Powered by Discuz! X3.4