dockerhost hint on GUI

This commit is contained in:
Jan Prochazka
2022-04-21 19:08:33 +02:00
parent e5bbf5eca3
commit d041f88a47
3 changed files with 16 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ module.exports = {
// hideAppEditor: !!process.env.HIDE_APP_EDITOR,
allowShellConnection: platformInfo.allowShellConnection,
allowShellScripting: platformInfo.allowShellConnection,
isDocker: platformInfo.isDocker,
permissions,
login,
...currentVersion,