Everything posted by yogy
-
[support] Vaultwarden (formerly Bitwarden_rs)
If I remember correctly these are defaults in the config file. I would change SIGNUPS_ALLOWED to false. If you don't want to mess with config file, you can do it in the admin's page under General settings. To access admin page via LAN >> http://IP_ADDRESS:port/admin.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Under host try smtp.gmail.com. All other settings you have are good.
-
[support] Vaultwarden (formerly Bitwarden_rs)
What you're asking is out of the topic. Sorry, but you will have to do your own research. Watch some recent YT videos from DB Tech and I'm sure you will find the answer.
-
[support] Vaultwarden (formerly Bitwarden_rs)
172.19.0.1 is probably your internal docker IP address. You can also try to restrict access in Cloudflare with Applications where you could add policies.
-
[support] Vaultwarden (formerly Bitwarden_rs)
When you're accessing Vaultwarden through the tunnel you hit the intranet zone. It's like using VPN (your IP). You need to access it over the internet, safely. I'm not going to explain in detail how you can accomplish this. Go over this topic and you will find some guidance.
-
[support] Vaultwarden (formerly Bitwarden_rs)
You have to login over the internet, not intranet.
-
[support] Vaultwarden (formerly Bitwarden_rs)
You login to Vaultwarden, click on Profile >> Account Settings >> Security >> Two-step login (tab) and choose your flavor
-
[support] Vaultwarden (formerly Bitwarden_rs)
You can always use Goodle Authenticator or something else, there are some options besides email
-
[support] Vaultwarden (formerly Bitwarden_rs)
And BTW, this settings are just fine, don't worry about it.
-
[support] Vaultwarden (formerly Bitwarden_rs)
What exactly is the problem? If you can access Vaultwarden via internet through NPM and Cloudflare with a valid Let's Encrypt certificate, you should be OK. Just keep in mind you need to block admin page via internet (https://vaultwarden.mydomaind.com/admin). It should only be accesible via LAN. You should insert the following code in NPM (vaultwarden proxy host) >> Advanced >> Custom Nginx Configuration location /admin { return 404; }
-
[support] Vaultwarden (formerly Bitwarden_rs)
Maybe this would help https://bitwarden.com/help/setup-two-step-login-yubikey/
-
[support] Vaultwarden (formerly Bitwarden_rs)
Check Recommended Posts (all the way up of this thread), you need to change the repository.
-
[support] Vaultwarden (formerly Bitwarden_rs)
You have 2FA as added security, just activate it. If you are using Cloudflare with Reverse Proxy and master password with all kind of characters (numbers, upper and lower letters, special characters) and at least 14 characters long you are pretty secure. In my opinion 14+ characters and 2FA should be sufficient for this kind of app (+admin portal accesible only from LAN, not from the internet).
-
[support] Vaultwarden (formerly Bitwarden_rs)
That is a great idea. I would also be very much interested in this.
-
[support] Vaultwarden (formerly Bitwarden_rs)
The only one I could remember is Spaceinvader One on YouTube.
-
[support] Vaultwarden (formerly Bitwarden_rs)
I hope you have a backup of your login details and other valued stuff stored somewhere, so I would recommend to delete everything and build from scratch and import to the new vaultwarden app. Also be carefull and don't forget to login to your admin page (with created token) and do not allow signups.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Did you remove and reinstall the app again? Seems like your uuid has changed. Did you try to manually enter some data in the database?
-
[support] Vaultwarden (formerly Bitwarden_rs)
Well, I don't think it's designed to work like that and it simply doesn't allow unsecure connections. Maybe it could work with self signed certificate, but I cannot confirm this even works. It is intented to work only via https. I understand you are worried about security and wants to access Vaultwarden via LAN only, either through VPN, Proxy etc. But if you set it up correctly (reverse proxy, Cloudflare, valid certifikate, etc.) and use 2FA you are doing everything to mitigate that risk. But like I said I understand some people doesn't want to expose their Vaultwarden to the internet but maybe someone else could provide you with assistance doing that. I never tried but I think it's doable. Sorry, this is not much help to you but maybe someone else can provide some assistance.
-
[support] Vaultwarden (formerly Bitwarden_rs)
You need to access Vaultwarden via secure connection with a valid certificate, that's it. It won't allow you to connect to it via http.
-
Unraid server becomes unresponsive (SOLVED)
OK, thanks, will do
-
Unraid server becomes unresponsive (SOLVED)
Didn't want to open another thread since I fit the category. My unRaid server froze during the night, couldn't login, couldn't SSH, I did a restart, parity check started and everything is back to normal. I had some memory module isues before and after aprox. 1 year later server froze again. My motherboard is ASUSTeK COMPUTER INC. Z10PA-D8 Series, Version Rev 1.xx. Can someone please check my diags file and provide some info what could be wrong. Thank you. unrsrv-diagnostics-20220118-1640.zip
-
[support] Vaultwarden (formerly Bitwarden_rs)
Try with this: https://github.com/dani-garcia/vaultwarden/wiki/Running-without-WAL-enabled
-
[support] Vaultwarden (formerly Bitwarden_rs)
Open an extension (Chrome), click on the cog wheel (upper right) and enter your server URL under SELF-HOSTED ENVIRONMENT, then click on the login and enter your credentials. Do the same with your android app.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Have no more ideas. Where does SWAG keeping the certs, maybe worth checking. Or you need to enable something there, just guessing. I don't use it, prefer Nginx Proxy Manager.
-
[support] Vaultwarden (formerly Bitwarden_rs)
Obviously, otherwise it would allow HTTP connections. This implementaion is forcing all connections to use TLS.