AronM

Members
  • Posts

    4
  • Joined

  • Last visited

AronM's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've had another look at this issue, it seems like an incorrect Stream disposal caused the JSON to not be written to disk correctly. This has been resolved in version 1.0.3. Thank you for bringing this to my attention, @stayupthetree.
  2. If the file is created in the config directory, the permissions should have been set correctly. What happens when you either delete the appsettings.json file and let the application recreate it, or fill it manually based on the sample file?
  3. Support for the bitwarden-secure-sync tool. Source: https://github.com/AronMarinelli/bitwarden-secure-sync Docker Hub: https://hub.docker.com/r/aronmarinelli/bitwarden-secure-sync General documentation: https://github.com/AronMarinelli/bitwarden-secure-sync/blob/main/README.md This tool enables you to export your Bitwarden vault to a local file periodically. It uses the Bitwarden CLI tool to communicate with the API, and exports your passwords using the default Bitwarden export method.