yogy

Members
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    1

yogy last won the day on May 1 2021

yogy had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

yogy's Achievements

Apprentice

Apprentice (3/14)

62

Reputation

  1. If all you did is generate the hash from the same passphrase, then no.
  2. Is your token in plane text or hashed. If it's in plane text just replace with another, restart the container and it should work with a new one.
  3. And today the issue is suddenly gone. Strange.
  4. I have an exact same issue. I'm on 6.12.4. No update of the app available.
  5. Hmm, I'm out of options here. I would recommend to check also your DDNS settings. Try to install some other app (something simple like qbittorrent) with access to the internet, setup another CNAME in Cloudflare, add another host to NPM and test if the resault is the same as for vaultwarden (warden subdomain). If it's the same I would start with DDNS settings and also check the certificate.
  6. What port is in docker settings (see picture bellow). Do you use Let's Encrypt for your certificate? If it's the same as mine, change https to http in NginxProxyManager and save.
  7. Port 4743 is a HTTP port. Try to change it under Scheme in NPM and report back.
  8. I'm not sure if I understand your question correctly, but in unRAID, updating docker containers is very simple. If you go to DOCKER you will get a notification that a docker container is available for update and then just click update and you are done.
  9. It doesn't save as of recently or ... Did you update the app recently? Is "Ask to add login" checked under Settings? Just guessing ....
  10. Here is a very quick guide how to use Argon2 hash for Vaultwarden. You can use different ways to enable access to admin page here but like I said, this is a very quick solution: Go to https://argon2.online/ Enter a passphrase in Plain Text Input, click once on the Salt cogwheel and leave everything as default and click GENERATE HASH Go to Vaultwarden Admin's Page >> General Settings and replace your current admin token in plain text with the generated hash value ($argon2i$v=19$m=16,t=2,p=1$YnJvYm1vSD...........) Save and restart the vaultwarden container To login to admin's page you must use your plain text value, not the hash I hope you will find this very quick tutorial useful.
  11. You can take a look for admin key in /mnt/user/appdata/vaultwarden/config.json. Use cat command in front of the path and you will see your admin token in plain text. Just FYI. Don't use admin page over the internet. Block it. It should only be accessible via your LAN. If you are using your own domain via Cloudflare, just take a look at my guide how to create Cloudflare tunnel (Zero Trust) for reverse proxy and how to secure your admin page via internet.
  12. My upgrade from 6.12.2 went through just fine. I have Nvidia Geforce 1660 super and 7 docker containers, no vm's. System seems to be working OK.
  13. Does it happen automaticaly or you need to unistall the previous one and install a new one from SimonF
  14. Strange. Can you try Google Authenticator, just to try if it works with this one.