Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Vaultwarden

98 Topics 832 Posts
  • Bitwarden will get NATIVE mobile apps very soon

    4
    6 Votes
    4 Posts
    2k Views
    L
    https://bitwarden.com/download/
  • Vaultwarden 1.32.4 released to fix several CVE Reports

    Solved
    2
    2 Votes
    2 Posts
    992 Views
    nebulonN
    The package is already out by now.
  • Vaultwarden 1.32.0 released with several security fixes

    Solved
    4
    4 Votes
    4 Posts
    2k Views
    C
    @necrevistonnezr Thank you for providing this information. It is really nice to know that although I am not a German taxpayer they are watching my back as well. Much appreciated. @joseph And as usual, Cloudron team is on the ball patching quickly so any exposure is minimized. Well done!
  • Vaultwarden 1.32.1 has been out a while….

    Solved
    5
    2 Votes
    5 Posts
    2k Views
    girishG
    Yup, this time it picked it up properly . https://git.cloudron.io/cloudron/vaultwarden-app/-/merge_requests/4
  • 6 Votes
    23 Posts
    11k Views
    nichu42N
    @necrevistonnezr I've been using it for a while now and did not encounter any problems.
  • Mobile Push to sync through all devices

    1
    1 Votes
    1 Posts
    493 Views
    No one has replied
  • Limit on users in organization

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    J
    @overholt per https://github.com/dani-garcia/vaultwarden/discussions/4707#discussioncomment-10054929 , it's not released yet.
  • passkey asks for passwords

    3
    0 Votes
    3 Posts
    2k Views
    RazielKanosR
    yeah, it asked me for the master password which is nearly half a book long
  • Bitwarden 2FA

    Moved Solved
    9
    0 Votes
    9 Posts
    6k Views
    humptyH
    Thanks, Girish. So if no Yubikey info is provided then it'll use the default Yubico server which works fine. I knew my issue is a time thing but it wouldn't work even after manually syncing the date/time on the new windows PC. It works ONLY if the settings are as shown in the screenshot below. Obviously, replace with your actual timezone but keep "set time zone automatically" as off. Location services are off too. Make sure to sync afterwards. [image: 1719424074639-a1715119-f03e-45b4-8f80-2cdc03fded93-image.png]
  • Members of organizations page stuck?

    2
    0 Votes
    2 Posts
    784 Views
    girishG
    This works fine for me . Cloudron has the latest version.
  • Solved: Firefox not copying 2FA code v2024.2.1

    Solved
    1
    2 Votes
    1 Posts
    406 Views
    No one has replied
  • Vaultwarden - Security Enhancement Tip

    16
    7 Votes
    16 Posts
    9k Views
    C
    @andreasdueren Good question. I don't know the answer. Is there something similar for Argon2id parameters?
  • Vaultwarden - Sync Issues

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    jdaviescoatesJ
    Just to add, I also experienced exactly this too
  • 1 Votes
    5 Posts
    1k Views
    subvenS
    @girish thank you for explaining. In my case it is easier to: spin up my old server modify my (local) host file to point the dashboard domain to the old IP use the Cloudron web terminal to access MySQL and apply the fixes press the apps backup button and download to backup config afterwards revert host entries and import the apps backup config on my new Cloudron This way I am only using tools that are already shipped with Cloudron without the need of other software.
  • I can´t access my vault after last update 1.16.2

    5
    1 Votes
    5 Posts
    2k Views
    girishG
    @pedrocm looks like you are not getting our mail from support@ ? We cannot make changes to your system without your approval. If you see this message, please get back here or via email (but you are not responding to emails...)
  • Enabling Groups

    3
    1
    1 Votes
    3 Posts
    2k Views
    T
    I think I have fixed it - I was not putting it in the custom config.json file. It's all working now. Thanks!
  • No Passkey login after the update

    Solved
    6
    1 Votes
    6 Posts
    979 Views
    RazielKanosR
    working like a charm now, thanks
  • Updating Vaultwarden Desktop and Browser Extension

    Solved vaultwarden bitwarden updates how to
    1
    4 Votes
    1 Posts
    736 Views
    No one has replied
  • using bitwarden android app, crashs when I save any edits

    18
    0 Votes
    18 Posts
    7k Views
    imc67I
    wow, finally after weeks of frustration and searching around the internet for a solution @girish solved it!!!!
  • Migrating data to non-Cloudron environment

    5
    0 Votes
    5 Posts
    3k Views
    luckymL
    I'm currently doing the opposite (migrating data from non-Cloudron to Cloudron environment) but I assume it's similar in ways @girish described so just wanted to mention some caveats for people trying this: It's not possible (or at least not trivially possible) to migrate your users. The Vaultwarden docker image uses sqlite while Cloudron uses mysql. The org that I'm trying to migrate has less than 30 users so I'm ok with having to re-invite everyone to the new instance. But if you're trying to migrate a bigger Vaultwarden installation, you'll either have to figure out how to transfer the users between mysql and the sqlite database, or everyone has to create a new account. File attachments have to be copied manually. You can't just scp the attachments folder from one server to the other, this means every attachment has to be downloaded manually through the gui and then uploaded again to the new instance. Exporting and importing the vault itself was a matter of exporting a json file and then importing it in the new vault. Took less than 5 min.