Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: restrict rest API to 127.0.0.1 | OpenGnSys Support Team | 2023-11-14 | 1 | -1/+1 |
| | | | | | Until there is TLS support for this, frontend and ogserver needs to be in the same box by now. | ||||
* | #915 add seconds since ogserver has been launched | OpenGnSys Support Team | 2022-03-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Extend GET /stats to show the number of seconds since the ogserver started. { "time": { "now": 1647262765, /* Seconds since 1970 */ "boot": 2151909 /* Seconds since boot */ "start" : 1647262854,, /* Seconds since 1970 */ }, [...] | ||||
* | #971 rename sources folder to src | OpenGnSys Support Team | 2020-06-26 | 1 | -0/+10 |
Use the same folder as in ogClient. |