Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Uplink logic for DX | Kristian Lyngstol | 2016-06-30 | -3/+3 |
| | ||||
* | Get cisco temperatures too and mix other tweaks | Kristian Lyngstol | 2016-06-28 | -1/+1 |
| | ||||
* | Ping and expose ipv6 as a true equal/superior | Kristian Lyngstol | 2016-05-23 | -8/+12 |
| | | | | | | | | | | Fixes #80 I should go to bed. Also: Fixes a tiny little issue where we didn't take into account the nature if the OPing timeout? Or has it changed? Either way, no longer do we store thousands of ping replies - per second. | |||
* | Config: Output some defaults if there is no config. | Kristian Lyngstol | 2016-05-20 | -0/+3 |
| | | | | Fixes #79 | |||
* | Add config read-api and use it to detect public access | Kristian Lyngstol | 2016-05-16 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently no way to modify the settings except by manual SQL, but it's coming. This allows us to have event-specific configuration in the database. This commit adds js that uses this to detect if the frontend is a public vhost or not. There are currently only three columns provided in addition to ID. publicvhost: The domain name of the publicly accessible version of Gondul. shortname: code name for the vent. e.g dx16, tg17, etc. data: jsonb to contain most other settings as we see fit. Most settings will be stored in 'data' if it's only or mainly used by the frontend. This will allow frontend developers to supply arbitrary configuration options without the need for API or database changes in the future. Fixes #51 References #54 Still need the GUI for it. | |||
* | Move stuff from /opt/nms to /opt/gondul etc | Kristian Lyngstol | 2016-05-13 | -6/+6 |
| | | | | Still lots to do | |||
* | More work on adapting /opt and tests | Kristian Lyngstol | 2016-04-13 | -6/+6 |
| | ||||
* | Actual initial import | Kristian Lyngstol | 2016-04-12 | -0/+250 |
Fetched from tgmanage. |