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

77 Topics 616 Posts
  • Vaultwarden - Package Updates

    Pinned
    55
    0 Votes
    55 Posts
    4k Views
    C

    @staff Impressive. < 24 hours after Vaultwarden released an important patch, my Cloudrons are updated. Much appreciated. Wish I could say the same for my other tech vendors(:

  • 6 Votes
    22 Posts
    919 Views
    RazielKanosR

    for me, currently "log in with device" does not work, so i still have the old app on my phone

  • Vaultwarden 1.32.0 released with several security fixes

    Solved
    2
    3 Votes
    2 Posts
    162 Views
    J

    I guess you mean 1.32.0 ๐Ÿ™‚ Fixed title

  • Mobile Push to sync through all devices

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

    Moved
    2
    0 Votes
    2 Posts
    75 Views
    J

    @overholt per https://github.com/dani-garcia/vaultwarden/discussions/4707#discussioncomment-10054929 , it's not released yet.

  • passkey asks for passwords

    Unsolved
    3
    0 Votes
    3 Posts
    100 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
    2k Views
    humptydumptyH

    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.

    a1715119-f03e-45b4-8f80-2cdc03fded93-image.png

  • Members of organizations page stuck?

    2
    0 Votes
    2 Posts
    82 Views
    girishG

    This works fine for me . Cloudron has the latest version.

  • change SMTP server

    11
    0 Votes
    11 Posts
    1k Views
    B

    Go to your Cloudron dashboard.
    Navigate to "Settings" > "Email".
    Under the "SMTP Relay" section, enter the details of your new SMTP server, including the hostname, port, and authentication credentials.
    Save the changes and test to ensure emails are sent correctly.
    For alternative SMTP servers, consider services like SMTPget.com, which offer reliable performance and excellent deliverability. Make sure the new SMTP server allows relay from your Cloudron instance's IP address. If you encounter any issues, check the logs for detailed error messages.

  • Solved: Firefox not copying 2FA code v2024.2.1

    Solved
    1
    2 Votes
    1 Posts
    60 Views
    No one has replied
  • Bitwarden will get NATIVE mobile apps very soon

    3
    5 Votes
    3 Posts
    365 Views
    brerlapnB

    Hopefully it also enables mobile app support for passkeys.

  • Vaultwarden - Security Enhancement Tip

    16
    7 Votes
    16 Posts
    1k 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
    255 Views
    jdaviescoatesJ

    Just to add, I also experienced exactly this too

  • 1 Votes
    5 Posts
    145 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
    343 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 Votes
    3 Posts
    226 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
    170 Views
    RazielKanosR

    working like a charm now, thanks ๐Ÿ˜„

  • Updating Vaultwarden Desktop and Browser Extension

    Solved
    1
    4 Votes
    1 Posts
    166 Views
    No one has replied
  • using bitwarden android app, crashs when I save any edits

    18
    0 Votes
    18 Posts
    1k 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
    528 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.