coder / coder/code-server

Some directories are separate from --user-data-dir

未关闭
#6,834 6 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
TypeScript
星标
79.3k
派生
6.8k
平均合并
2 天 6 小时
30 天内合并 PR
41

描述

### Steps to Reproduce

Set `--user-data-dir`.

### Expected

Everything should move to that directory.

### Actual

Some things move, but not:
- heartbeat
- coder-logs
- Generated certificates

### Workaround

You can set xdg data home environment variable instead of using the flag.

### Notes

Changing this could be considered be a breaking change? If someone was setting `--user-data-dir` but then relying on these files being in the other location. Not 100% sure how best to proceed. Maybe check if they exist, and if not use the new location, but even that could be breaking.

Maybe introduce a new flag and deprecate `--user-data-dir`.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。