RockyCPanel Rocky

Instalare pe Fedora

Pachete

sudo dnf update -y
sudo dnf install -y git curl gcc-c++ make nodejs npm golang

Cloneaza si ruleaza

git clone https://github.com/mihai209/cpanel-rocky.git
cd cpanel/panel
npm install
npm run upgrade-db
npm run create-user
npm start

cd ../connector-go
go mod tidy
go build -o connector-go ./
CONNECTOR_CONFIG=./config.json VOLUMES_PATH=/var/lib/cpanel/volumes ./connector-go
Pe Fedora cu SELinux enforcing, verifica politicile/context-urile pentru volumele Docker si porturile serviciilor.