From 7eb8db56df86181571139dfea822bb6ae9bb88b4 Mon Sep 17 00:00:00 2001 From: Dramelac Date: Sun, 19 Jul 2026 15:18:30 +0200 Subject: [PATCH] New configuration options for wrapper update interaction + adding firefox to the upgrade action scope --- docs/src/wrapper/cli/upgrade.md | 2 +- docs/src/wrapper/configuration.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/wrapper/cli/upgrade.md b/docs/src/wrapper/cli/upgrade.md index c5e96c79..8dd9ff3c 100644 --- a/docs/src/wrapper/cli/upgrade.md +++ b/docs/src/wrapper/cli/upgrade.md @@ -23,7 +23,7 @@ The following data will migrate to the new upgraded container: - The container `/workspace` directory - The **Zsh**, **Bash** and **python3** command history - (From Exegol images `3.1.8`) The exegol-history database -- The **NetExec** and **Responder** database and configuration files +- The **NetExec**, **Responder** and **Firefox** database and configuration files - The [TriliumNext](https://github.com/TriliumNext/Trilium) notes database - The **Hashcat** and **John** "potfiles" - The following files: diff --git a/docs/src/wrapper/configuration.md b/docs/src/wrapper/configuration.md index 94810d77..3009d8c2 100644 --- a/docs/src/wrapper/configuration.md +++ b/docs/src/wrapper/configuration.md @@ -53,6 +53,7 @@ The volume section allows to change the default path for various volumes. The config section allows you to modify the default behavior of the Exegol wrapper. - `auto_check_update`: enables automatic check for wrapper update. (Default: `True`) +- `interactive_update_warning`: interactively ask the user to acknowledge the available wrapper update. (Default: `True`) - `auto_remove_image`: automatically remove outdated image when they are no longer used. (Default: `True`) - `auto_update_workspace_fs`: automatically modifies the permissions of folders and sub-folders in your workspace by default to enable file sharing between the container with your host user. (Default: `False`) - `default_start_shell`: default shell command to start. (Default:`zsh`)