ipfs/kubo

Implement XDG base directories

Open

#120 创建于 2014年9月24日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
P2help wanted

描述

See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

Basically:

configuration should be searched in:

  • XDG_CONFIG_HOME/go-ipgs/config
  • XDG_CONFIG_DIRS/go-ipgs/config

Some rules :

  • XDG_CONFIG_HOME defaults to HOME/.config when not set
  • XDG_CONFIG_DIRS defaults to /etc/xdg when not set

The same logic applies to persistent data files (the one we want to keep) and cached data files (the one we may delete at any moment)

贡献者指南