Jigsaw-Code / outline-server

Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management.
https://getoutline.org/
Apache License 2.0
5.68k stars 770 forks source link

Waiting for Outline server to be healthy #1032

Open shourez opened 2 years ago

shourez commented 2 years ago

Trying to install outline server on HP mini 110-3865er. Stuck at this point.

Debian 5.10.84-1

Running sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"

All previous steps show OK.

seia-soto commented 2 years ago

It's helpful to attach logs that shows why the Outline Server not starting. You can get the logs via following commands:

# Let's list currently installed containers first
docker container ls

# Get the logs of `shadowbox` container with given ID (you don't need brackets)
docker logs <ID here>

If you still having an issue, you can try rerunning installation script after cleaning up all existing docker containers:

Caution All containers will be deleted, please delete only outline-server container called shadowbox

# Stop all containers
docker stop $(docker ps -a -q)

# Remove all containers
docker rm $(docker ps -a -q)
qiangvei commented 2 years ago

Trying to install outline server on HP mini 110-3865er. Stuck at this point.

Debian 5.10.84-1

Running sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"

All previous steps show OK.

CentOS 8 , I have the same Issue.

qiangvei commented 2 years ago

`sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"

Verifying that Docker is installed .......... OK Verifying that Docker daemon is running ..... OK Setting PUBLIC_HOSTNAME to external IP ...... OK Creating persistent state dir ............... OK Generating secret key ....................... OK Generating TLS certificate .................. OK Generating SHA-256 certificate fingerprint .. OK Writing config .............................. OK Starting Shadowbox .......................... OK Starting Watchtower ......................... OK Waiting for Outline server to be healthy .... ` Been waiting for hours and seems to be stuck here.