Split out config and data dirs #4

Open
opened 2020-08-09 02:08:50 +00:00 by kev · 0 comments
kev commented 2020-08-09 02:08:50 +00:00 (Migrated from git.voidnet.tech)

The unix standard XDG basedir spec says config should go in $XDG_CONFIG_HOME, while data should go in $XDG_DATA_HOME.
For portability, we could provide some sort of a config option (e.g. an envronment variable such as ONIONR_PORTABLE_HOME) that causes the directories to be overridden to be within the specified directory.

  • XDG directories (config, user data)
  • Portability variable
  • Option for different log directory than user data dir
The unix standard XDG basedir spec says config should go in $XDG_CONFIG_HOME, while data should go in $XDG_DATA_HOME. For portability, we could provide some sort of a config option (e.g. an envronment variable such as ONIONR_PORTABLE_HOME) that causes the directories to be overridden to be within the specified directory. * [ ] XDG directories (config, user data) * [ ] Portability variable * [ ] Option for different log directory than user data dir
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kev/Onionr#4
No description provided.