Commit Graph

3 Commits (6666aba8b7063d4475636336d7798a30c26dde92)

Author SHA1 Message Date
OpenGnSys Support Team 944fef7b04 core: restrict rest API to 127.0.0.1
Until there is TLS support for this, frontend and ogserver needs to be in the
same box by now.
2023-11-14 11:25:42 +01:00
OpenGnSys Support Team f3422f6afa #915 add seconds since ogserver has been launched
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 */
       },
       [...]
2022-03-25 14:58:27 +01:00
OpenGnSys Support Team 37e91b2ebb #971 rename sources folder to src
Use the same folder as in ogClient.
2020-06-26 20:13:42 +02:00