Go to file
Jeff Carr 629de89203 Add a systray example
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-07 02:45:36 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-systray Add a systray example 2019-05-07 02:45:36 -07:00
.gitignore Add a systray example 2019-05-07 02:45:36 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile add a table after figuring out how to correctly get it 2019-05-06 00:32:46 -07:00
README.md Initial Commit 2019-02-01 05:28:17 -08:00
config.go prepare to move all the GUI code out of main.go 2019-05-06 18:57:59 -07:00
config.yml prepare to move all the GUI code out of main.go 2019-05-06 18:57:59 -07:00
gui.go moved to gui.go. jesus this language is great to work with 2019-05-06 19:00:52 -07:00
main.go moved to gui.go. jesus this language is great to work with 2019-05-06 19:00:52 -07:00
table.go need this for it to work under windows. This is probably actually a bug 2019-05-06 17:42:59 -07:00
tableCallbacks.go need this for it to work under windows. This is probably actually a bug 2019-05-06 17:42:59 -07:00

README.md

cloud-control-panel

This is how the cloud should work. It's time to change the rules.

This app requires IPv6 to work.

Obviously I'm developing this app on Linux so if things are broken in the MacOS or Windows, check the Linux version if possible to see if it is also broken there.

build

go get -v -t -u git.wit.com/wit/cloud-control-panel
cd ~/go/src/git.wit.com/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The analabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers