provide theme color in nodeinfo metadata

This commit is contained in:
Johann150 2022-07-09 21:25:03 +02:00
parent 0fc62d1c7e
commit f873f4f0b9
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -78,6 +78,7 @@ const nodeinfo2 = async () => {
enableEmail: meta.enableEmail,
enableServiceWorker: meta.enableServiceWorker,
proxyAccountName: proxyAccount ? proxyAccount.username : null,
themeColor: meta.themeColor || '#86b300',
},
};
};