What directories does the MoonBot LINUX terminal create and how are changes made to them?

: Interface configuration

When using the MoonBot terminal on LINUX, the container image is initially read-only, however, OverlayFS is used at startup, allowing it to be mounted in read-write mode. All changes are saved in the directory:
$HOME/.local/share/MoonBot/overlayfs

The working directory of MoonBot itself in the container is located at:
$HOME/.local/share/MoonBot/overlayfs/opt/MoonBot

This means that to backup or make changes to the configuration files of the bot, you should access the specified directory.

For convenience, a symbolic link is created in the user’s home directory:
$HOME/.config/MoonBot → $HOME/.local/share/MoonBot/overlayfs/opt/MoonBot

Thus, launching the container does not affect the Wine system configurations or other settings of the host OS in any way.