Move DDEV global config into /workspace where it will be persistent

Created on 15 September 2024, 4 months ago

Problem/Motivation

DDEV's global config is not currently persistent, so if a user makes changes to the global configuration and then later starts the project, any global configuration originally done by DDEV or by the user will be lost.

Proposed resolution

Set XDG_CONFIG_HOME:

```
ENV XDG_CONFIG_HOME=/workspace/.config
```

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States rfay Palisade, CO, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024