Website Migration Notice: SafePoint is now operated by CyberServal.Learn more →
DiscussionSLA

I can't install web panel

Published a year ago

# SafeLine WAF
# 🐞 bug

Published a year ago

profile_photo

root@idk

Updated a year ago

0

image.png

profile_photo

Naldela Teleyal

Updated a year ago

What architecture are you using? AMD64, ARM, ARM64?

profile_photo

Naldela Teleyal

Updated a year ago

0

Have you tried to enter /data/safeline, as it looks like it is already created and the files are downloaded, and tried docker compose up ?

profile_photo

root@idk

Updated a year ago

0

yeah

profile_photo

Naldela Teleyal

Updated a year ago

0

Are you using docker from the Debian repositories, or do you use the docker repositories?

profile_photo

root@idk

Updated a year ago

0

I use your's repo

profile_photo

root@idk

Updated a year ago

0

In installer

profile_photo

Naldela Teleyal

Updated a year ago

0

Edited

First you need to add the official Docker repositories

# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

# Add the repository to Apt sources:
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
profile_photo

Naldela Teleyal

Updated a year ago

0

Then install the packages: sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

profile_photo

root@idk

Updated a year ago

ah

profile_photo

root@idk

Updated a year ago

0

image.png

profile_photo

root@idk

Updated a year ago

0

image.png

profile_photo

root@idk

Updated a year ago

0

one sec