Go to file
Jeff Carr 59e1838663 minor changes
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-22 13:12:03 -07:00
account1 another attempt 2019-05-22 11:27:46 -07:00
account2 fix the flow 2019-05-19 20:24:58 -07:00
example-UI-table clean up the libui table examples 2019-05-21 18:00:45 -07:00
example-dnssecsocket eventChannel no longer imports 'ui' directly 2019-05-21 15:17:00 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-splash maybe each stage needs to be it's own package for now until 2019-05-19 20:18:42 -07:00
example-systray write out json and yaml config files 2019-05-07 05:02:39 -07:00
example-table clean up the libui table examples 2019-05-21 18:00:45 -07:00
splash does Distroy() on the ui.Box 2019-05-22 11:14:42 -07:00
test1 eventChannel no longer imports 'ui' directly 2019-05-21 15:17:00 -07:00
test2 minor changes 2019-05-22 13:12:03 -07:00
test3 eventChannel no longer imports 'ui' directly 2019-05-21 15:17:00 -07:00
.gitignore clean up the libui table examples 2019-05-21 18:00:45 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile crashes randomly but sometimes works. Strange. 2019-05-22 09:05:23 -07:00
README.md Initial Commit 2019-02-01 05:28:17 -08:00
config.go remove debugging stuff 2019-05-13 09:05:03 -07:00
config.json does multiline socket reads 2019-05-09 06:52:51 -07:00
eventChannel.go minor changes 2019-05-22 13:12:03 -07:00
gorilla.go more debugging 2019-05-21 18:18:59 -07:00
infoTabUI.go eventChannel no longer imports 'ui' directly 2019-05-21 15:17:00 -07:00
main.go code cleanup 2019-05-12 23:02:10 -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