summaryrefslogtreecommitdiffstats
path: root/src/core.h
Commit message (Collapse)AuthorAgeFilesLines
* core: restrict rest API to 127.0.0.1OpenGnSys Support Team2023-11-141-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 launchedOpenGnSys Support Team2022-03-251-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 srcOpenGnSys Support Team2020-06-261-0/+10
Use the same folder as in ogClient.