summaryrefslogtreecommitdiffstats
path: root/cfg
Commit message (Collapse)AuthorAgeFilesLines
* #1060 virtual: enable audio and wifi vfio by defaultJose M. Guisado2021-09-012-2/+10
|
* Rename 'linux' mode to 'live' modeRoberto Hueso Gómez2020-06-051-1/+1
| | | | 'linux' represents ogLive mode that is the reason for the rename.
* Add virtual config example fileRoberto Hueso Gómez2020-05-251-0/+19
| | | | | This file is an example of the configuration for an ogclient running in virtual mode.
* Fix typo in configuration jsonRoberto Hueso Gómez2020-05-151-1/+1
|
* Switch config file to jsonRoberto Hueso Gómez2020-05-132-15/+19
| | | | | This patch makes configuration parsing easier as well as making the full configuration available in many subclasses.
* Add realtime log menuJavier Sánchez Parra2020-04-221-0/+1
| | | | | | | | | | | We observed that with the new ogClient the ogLive did not show the realtime log menu*. This commit changes the ogClient to launch the browser and show the realtime log menu when some commands are executed. * The realtime log menu is a menu that shows current status and info about the command that the ogLive is executing.
* Use samba for create and restore virtual partitionsRoberto Hueso Gómez2020-04-171-1/+7
| | | | This requires to configure user and password for samba repositories.
* Change default server portRoberto Hueso Gómez2020-04-161-1/+1
|
* Add mode selection for ogClientRoberto Hueso Gomez2020-04-081-0/+2
|
* Rename config fileJavier Sanchez Parra2020-03-241-0/+0
| | | | | This commit changes the name of the config file from ogagent.cfg to ogclient.cfg.
* Launch the graphical interfaceJavier Sánchez Parra2020-02-241-0/+1
| | | | | This patch adds the launching of the browser that works as interface for the users in ogLive.
* Set up the ip server for working in localhost by defaultAlvaro Neira Ayuso2020-01-191-1/+1
|
* Remove remote from cfg fileAlvaro Neira Ayuso2020-01-191-2/+0
| | | | | This information is older for this version. We don't need to have any information about the remote.
* Create new ogClientAlvaro Neira Ayuso2020-01-191-0/+7
This commit init the new ogClient. The new ogClient has support for configuring and for connecting with the ogAdminServer.