yogy

Members
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by yogy

  1. Was the backup recent (1 or 2 days old) or older?
  2. Just curious, did you do something with the container (edit the template, restart, update etc.) or it just happened randomly?
  3. Didn't try yet. I would probably do a backup of the whole database (SQL or whatever you're using).
  4. Just go to Settings >> Tools >> Export Vault and you are good to go
  5. Looks normal, but missing some rows. For some reason it doesn't start or it's stuck. I'm out of ideas. I would make a passwords backup, delete current container and make a new one and then import your passwords.
  6. No worries, upload logs (left clink on bitwardenrs icon>>logs>>copy and paste here), maybe something is there that could help us solve this. In worst case scenario, you'll make a backup of your passwords, delete current container and make a new one and then just import your passwords.
  7. Hmm, can you access the log files. Post them here if you can.
  8. OK, try to left click on the name of the container, not the icon. That should show you the template and try to change the repository there.
  9. I would make a backup of current passwords, delete the container and start a new one. Then just import the passwords to the new container.
  10. I'm not sure this was the corect way (the tutorial you mentioned). If you would come to the forum you would found the tutorial how to update.
  11. Is this a general question or specific to vaulwarden and in the relation of using proxy manager. If the latter then it depends what proxy manager are you using. I can help you with Nginx Proxy Manager which is rather simple and straightforward.
  12. How did you install Vaultwarden, via template or docker-compose?
  13. I don't own an ios device but on Bitwarden Android mobile app you press 3 dots in the up right corner and press sync.
  14. I don't think it differs from SMTP_FROM. I think this is address from which emails are sent from, if configured correctly.
  15. Are your SMTP email settings corectly configured in Admin panel, did you test it (test SMTP on the bottom)? Do you have send invitations enabled?
  16. Also don't forget to add additional layer of security - 2FA
  17. Are these settings in the config file or admin panel. Didn't check both for a long time, that's why I'm asking (where to look).
  18. SQLite is enough for personal use. If you have a huge database of passwords, secure notes etc., many users and use organizations, maybe then you would need some other more powerful SQL app.
  19. Cloudflare itself has a DDoS protection activated. If you mean DDoS under Firewall settings in Cloudflare, no, I don't have this activated.
  20. I'm using Cloudflare, but never experienced this.
  21. I hope you didn't just use the LOG IN tab or something similar offered when you opened the newly installed bitwarden app on your mobile device. You have to click on the settings cog (upper left corner) and enter your self hosted server url first, save it and then try to log in. Did you try that?
  22. I'm a bit late with replies due to vacations. Did you manage to resolve the issue. If not please provide wider explanation what is working and what not.
  23. Try to delete the Vaultwarden container and template and start from scratch, if possible.
  24. You should enter the admin panel (https://yourdomainname/admin) enter your admin token and correct things with the warning. As I can see you didn't configure your admin token which you should. Recreate the container, use false for signups and invitations allowed and create admin token with the following command in terminal without quotes "openssl rand -base64 48" which will generate very complex random key to be used as admin token. After you do all of this prevent the access to admin panel via internet (local network only), see recommended post from @Roxedusat the top of this thread.