mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-15 03:13:39 +08:00
- 新增无头运行时及连接、查询、导出、批处理、审计和 MCP 命令 - 复用活动数据根、密文存储与跨进程锁,落实写入安全和取消语义 - 增加六平台 CLI 归档、独立校验和、Docker、npm 与 WinGet 分发 - 隔离 GUI/CLI 更新资产并强化 macOS 签名与公证门禁 - 补充并发、审计、事务及发布契约回归测试 Refs #902
11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
# Active GoNavi data directory on the host. It can be shared with the desktop
|
|
# application and should contain connections.json and daily_secrets.json.
|
|
GONAVI_HOST_DATA_ROOT=/absolute/path/to/gonavi-data
|
|
|
|
# Run the CLI with the host identity so the bind-mounted data root remains
|
|
# writable without making it world writable. On Linux, set these with:
|
|
# export GONAVI_CONTAINER_UID="$(id -u)"
|
|
# export GONAVI_CONTAINER_GID="$(id -g)"
|
|
GONAVI_CONTAINER_UID=
|
|
GONAVI_CONTAINER_GID=
|