A web-hosting control panel written in Go.
Find a file
2017-10-18 12:39:02 -05:00
private Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
private_server/routing Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
public Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
public_server/routing Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
CODE_OF_CONDUCT.md init CONDUCT 2017-10-17 14:59:41 -05:00
CONTRIBUTING.md added contributing and readme init 2017-10-16 16:45:22 -05:00
ISSUE_TEMPLATE.md update issue template 2017-10-17 15:02:24 -05:00
LICENSE init LICENSE 2017-10-17 14:57:45 -05:00
main Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
main.go Added public/private facing sites of the web host, using port 2082 for the private and 3000 for the public. The private will be where the web-hosting panel is located, and the public will be the public facing website. In production, the public website will obviously use either port 80 or port 443. Started to modualize code in packages. 2017-10-17 16:12:38 -05:00
README.md update README -- got 1/4 of a Tshirt -- 2017-10-18 12:39:02 -05:00

gPanel

A web-hosting control panel written in Go.

Stack

Backend: Go
Frontend: React

Deployment

# Clone the Repo
git clone https://github.com/Ennovar/gPanel.git

# Navigate to the directory
cd gPanel

# Start the web-hosting server
go run main.go