-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override the default keepassxc.ini when starting keepassxc. #1284
Comments
Not a bad idea, easy to implement as well. |
Is this not what the
|
Even better: and an Really handy for dotfiles repositories where we don't want to publish secret parts, or to manage specific cases by machines like here. In my case, I would like to make a reference to a tracked |
How about an environment variable to point to the location? I switch back and forth from various platforms (esp Mac and Linux) and I like to point to a consistent place. On Mac it's in Almost all of my apps use environment variables to load cross-platform configs. Many (e.g., In the meantime I'll use a symlink. |
Closing this in favor of #2666 |
Specify an alternate keepassxc.ini when starting keepassxc. I don't see this option in the keepassrc command so I'm posting it as a feature request.
Expected Behavior
One may want to override the values of a subset of the settings in the default keepassxc.ini when starting keepassxc in certain situations. The command might look something like:
keepassxc [--ini-file <file_location>] [files | file_list]
Current Behavior
There is no option to specify an alternate keepass.ini.
Possible Solution
Steps to Reproduce (for bugs)
Context
I'd like to have different intervals of inactivity before locking based on whether I am at home or at work or at a public location. If I could specify the keepassxc.ini as an option in the
keepassxc
command then I'd have alternate keepassxc.ini files and corresponding launchers to use in the respective situations.Debug Info
KeePassXC - VERSION
Revision: REVISION
Libraries:
Operating system: OS
CPU architecture: ARCH
Kernel: KERNEL
Enabled extensions:
The text was updated successfully, but these errors were encountered: