Hi for everyone but firstly for Ruri,
Thanks for this project and I hope you continue to develop this project <3
I created a OB2 Panel for my team and i am using docker for installation because i know only docker installation and i didn’t see FTP or different type installation for see all files.
My some idiot team members using proxy check and f**king my servers.
My server often gets overloaded and starts throwing errors from this problem.
How can i disable proxy check option for guests?
btw i am using CentOS 7 with this codes for installation;
sudo yum update
curl -fsSL https://get.docker.com/ | sh
sudo systemctl start docker
sudo systemctl enable docker
systemctl disable firewalld
systemctl stop firewalld
systemctl restart docker
sudo yum install screen
screen
docker run -p 80:5000 -v UserData:/app/UserData -it openbullet/openbullet2:latest
Best regards.