wip
This commit is contained in:
parent
9bc3fcf74f
commit
c9de5b65d4
4 changed files with 24 additions and 72 deletions
|
@ -20,6 +20,9 @@ export default () => new Promise(async (res, rej) => {
|
|||
version: pkg.version,
|
||||
clientVersion: client.version,
|
||||
|
||||
name: config.name || 'Misskey',
|
||||
description: config.description,
|
||||
|
||||
secure: config.https != null,
|
||||
machine: os.hostname(),
|
||||
os: os.platform(),
|
||||
|
@ -29,6 +32,8 @@ export default () => new Promise(async (res, rej) => {
|
|||
cores: os.cpus().length
|
||||
},
|
||||
broadcasts: meta.broadcasts,
|
||||
disableRegistration: meta.disableRegistration
|
||||
disableRegistration: meta.disableRegistration,
|
||||
recaptchaSitekey: config.recaptcha.site_key,
|
||||
swPublickey: config.sw.public_key
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue