feat: add support for disabling specific tools in self-hosting
- Introduced build-time and runtime options to disable tools for compliance or security. - Updated documentation to include instructions for disabling tools in Docker and Kubernetes setups. - Added translations for disabled tool messages in multiple languages. - Implemented logic to filter out disabled tools from the toolbox and shortcuts in the application. - Created utility functions to manage disabled tools configuration.
This commit is contained in:
@@ -362,5 +362,11 @@
|
||||
"simpleMode": {
|
||||
"title": "PDF-Werkzeuge",
|
||||
"subtitle": "Wählen Sie ein Werkzeug aus, um zu beginnen"
|
||||
},
|
||||
"disabledTool": {
|
||||
"title": "Werkzeug nicht verfügbar",
|
||||
"heading": "Dieses Werkzeug wurde deaktiviert",
|
||||
"message": "Dieses Werkzeug ist in Ihrer Installation nicht verfügbar. Wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.",
|
||||
"backHome": "Zurück zur Startseite"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user