Roxedus

Community Developer
  • Posts

    251
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roxedus

  1. hi @isaw Seem like there has been a update for the container since my initial testing. you just need the container port 8080, i will up date the template later today. the warnings you see are supposedly expected.
  2. as long as the domian is resolving to the ip of your reverse proxy, and it uses port 443 locally there is no problem
  3. Personally i have my domain go trough my reverse proxy locally too.
  4. The developers recomend using a reverse proxy for https. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-HTTPS
  5. So your domain resolves to bitwardens ip when local? or to your npm instance?
  6. The container doesnt create a self-signed certificate, so it cant serve https over port 443. Can you use the external address locally?
  7. This is the settings I use, this account does not have 2FA enabled.
  8. @Mattyfaz i read the issue. I Wil add that path when I am at a computer, or you can create a pull request adding it Doing it now
  9. From my limited testing, it does that if the video is in fact set to `max`
  10. I am seeing the same. Could you reach out to the developer on Github and raise a issue? Unless this is something @Glassed Silver has told the developer about.
  11. @noja @CODEG33K I have updated the template, but you should update yours manually. Edit the container path to be `/app/audio` and `/app/video`
  12. I added the following to my reverse proxy for the admin panel location /admin { return 404; } I only access the panel locally using the direct ip.
  13. I have no idea. Reach out to the developers https://github.com/dani-garcia/bitwarden_rs
  14. Did you past the whole log from containerstart in the post?
  15. @gshlomi I updated the path, even though i have data in in multiple directories. I haven't gotten to play with prom other than just have it running and scraping telegraf
  16. @Glassed Silversre you trying to launch it with a separate mysql database?
  17. You should reach out to the developers https://github.com/dani-garcia/bitwarden_rs/issues/new I have never heard about that, and have no idea on how to troubleshoot it.
  18. @gshlomi Thats what the docs say, yes. However I had no luck using that when updating the template. I will however check again.
  19. Classical example of a bad configed reverse proxy. You can start with replacing the server_name to your bitwarden domain. This is normal when trying to login over http with chrome.
  20. What to think about what? That chrome takes a firm stand and not let people try to do actions that are supposed to be secure, over a insecure connection?
  21. Yup, that did it. here is a small annoyance, the sub menu link break when you change or update the container, because it relies on the hash
  22. The add button throws this on the popup
  23. It seems like I lost the ability to add buttons, persists after a reinstall