[API] Improve /meta
This commit is contained in:
parent
dc6b736be6
commit
5b1d2ec442
@ -43,6 +43,12 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
|||||||
maintainer: config.maintainer,
|
maintainer: config.maintainer,
|
||||||
version: version,
|
version: version,
|
||||||
secure: config.https.enable,
|
secure: config.https.enable,
|
||||||
|
machine: os.hostname(),
|
||||||
|
node: {
|
||||||
|
release: (process as any).release.name,
|
||||||
|
lts: (process as any).release.lts,
|
||||||
|
version: process.version
|
||||||
|
},
|
||||||
cpu: {
|
cpu: {
|
||||||
cores: os.cpus().length
|
cores: os.cpus().length
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user