persistent history, add podman to memory.md, user webgui

This commit is contained in:
arjan 2026-05-20 14:46:24 +02:00
parent 0817d7be67
commit ce19be2e68
5 changed files with 30 additions and 20 deletions

View file

@ -1,3 +1,4 @@
// devcontainer.json
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
@ -11,14 +12,14 @@
"service": "devcontainer",
// default workspace path in container to open
"workspaceFolder": "/workspace" //${localWorkspaceFolder}"
"workspaceFolder": "/workspace", //${localWorkspaceFolder}"
// "mounts": [
// "source=projectname-bashhistory,target=/commandhistory,type=volume"
// ],
// "postCreateCommand": {
// "Fix Volume Permissions": "chown -R $(whoami): /commandhistory"
// }
"postCreateCommand": {
"Fix Volume Permissions": "chown -R $(whoami): /commandhistory"
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},