Merge main

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2026-01-02 20:58:22 +01:00
783 changed files with 25498 additions and 8564 deletions
+17
View File
@@ -34,6 +34,12 @@ Lists the configuration being used by your current running Backstage instance.
![Example of Config tab](./docs/devtools-config-tab.png)
### Scheduled Tasks
Scheduled tasks can be viewed and triggered under the `Scheduled Tasks` tab. [See below to configure](#scheduled-tasks-configuration).
![Example of Scheduled Tasks tab](./docs/devtools-scheduled-tasks-tab.png)
## Optional Features
The DevTools plugin can be setup with other tabs with additional helpful features.
@@ -489,3 +495,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get update && \
apt-get install -y ... iputils-ping
```
### Scheduled Tasks Configuration
Scheduled tasks can be viewed and triggered under the `Scheduled Tasks` tab. You first must add the list of plugins for scheduled tasks to your config:
```yaml
devTools:
scheduledTasks:
plugins:
- catalog
```