Roxedus

Community Developer
  • Posts

    251
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roxedus

  1. Did you change the mapped port, or did you use the default mapped port of 9876?
  2. Changed how? the \ needs to be there, because they are escape-characters. the config becomes malformed without it
  3. Its purely a cli based container, and opted not to add in the recent linuxserver template push
  4. I created this for my own sanity a while back. https://selfhosters.net/docker/templating/templating/#0-enabling-template-authoring-mode
  5. You do not need fail2ban, it is nice to have though.
  6. Go back to the local adress with /admin after entering the token, it did actually auth.
  7. @CorneliousJD Unfortunately doing a switch isn't that easy, template wise. The best approach would be to create a separate template for the new image to not break existing installs, and have fix common problems tell users to switch. I will do the first part now.
  8. @WeAreTheDynamite I would reach out to the project itself, as I cant see anything obvious either. https://github.com/dani-garcia/bitwarden_rs
  9. You can delete the default action, of you define it in your jails, yes
  10. So the regex is working, the only thing is that f2b doesn't start
  11. Test the failregex on the command line fail2ban-regex /bitwarden/bitwarden.log /config/fail2ban/filter.d/bitwardenrs.local
  12. Ok, that logline indicates that f2b doesnt start afaik. I dont have any default banaction, but i imagine defining the same action twice isnt optimal
  13. The bitwarden filter that comes with fail2ban is not for bitwarden_rs. You need to create a new file, and use the correct failregex. This is the filter I use. As noted you have to call it something else than bitwarden.conf, i called it bitwarden_rs.conf
  14. The missing link tends to show when you use a registry thats not dockerhub
  15. You can use this method to install ipmitools and the sensors at startup, this way you can get auto-updates for telegraf. https://selfhosters.net/docker/telegraf/ipmi/
  16. @m4gicfour Thanks, should be updated now.
  17. [mention]Squid [/mention] has there been some changes regarding the dropdown logic?
  18. I kept the beta tag since I no longer actively use the software, but I still maintain the image, for the times I do use it.