        color:desktop:blue:blue
        color:title:blue:white
        color:base:blue:white

menu:home:ownCloud Appliance Configuration:Welcome to ownCloud Appliance
        nop
        show:<ownCloud Appliance Configuration>::
        nop:--------------------------------------
        show:   _System Configuration::system_conf
        show:   _Network Configuration::network_conf
        show:   _ownCloud Configuration::oc_conf
        nop
        show:<Miscellaneous>
        nop:--------------------------------------
        exec:   Execute _Shell::clear;echo "Type 'occ' for owncloud mangement; 'exit' to return to menu";bash
        exec:   _Reboot::clear;sudo reboot
        exec:   Sh_utdown::clear;sudo shutdown -h -t 0 now
        exec:   _Change Password:pause:clear;sudo passwd owncloud
        nop
        exit:_Exit <ESC>
 

menu:system_conf:System Configuration:System Configuration
        show:<System Configuration>::
        nop:--------------------------------------
        exec:   Configure _keyboard layout::sudo dpkg-reconfigure keyboard-configuration
        exec:   Configure _timezone::sudo dpkg-reconfigure tzdata
        exec:   Configure _mail server::sudo dpkg-reconfigure postfix
        nop
        exit:_Return to Main Menu <ESC>


menu:network_conf:Network Configuration:Network Configuration
        show:<Network Configuration>::
        nop:--------------------------------------
        exec:   Show _IP Address and Subnet:display:/sbin/ifconfig eth0
        exec:   Show R_outes:display:route
        nop
 
        nop:Configuration
        nop:--------------------------------------
        exec:   _Configure Network::sudo configure_network eth0
        nop
 
        nop:Diagnosis
        nop:--------------------------------------
        exec:   Ping:edit,pause:clear;ping -c 5 ~Address:owncloud.com~
        exec:   Show _netstat:display:netstat -tuna
        nop
        exit:_Return to Main Menu <ESC>

menu:oc_conf:ownCloud Configuration:ownCloud Configuration
        show:<ownCloud Configuration>::
        nop:--------------------------------------
        exec:   _Show status:display:sudo occ --no-ansi status
        exec:   Show Appliance _Version:display:cat /etc/oC_appliance_version
        exec:   Restart _Apache Webserver::clear; sudo service apache2 restart
        exec:   Restart _MySQL Database::clear; sudo service mysql restart
        exec:   Change Admin _Password::clear; change_oc_pw
        exec:   Update _License::clear; update_license
        exec:   Deploy SSL _Certificate::clear; run_deploy_custom_cert
        exec:   _Toggle maintenance mode:display:sudo maintenance_toggle
        exec:   T_oggle single user mode:display:sudo singlemode_toggle
        nop
        exit:_Return to Main Menu <ESC>


