Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dani-garcia/vaultwarden Loading
base: 1.30.2
Choose a base ref
...
head repository: dani-garcia/vaultwarden Loading
compare: 1.30.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 31, 2024

  1. fix push device registration (#4297)

    don't try to register a push device when the device is new
    it will be registered when the push token is saved
    
    fixes #4296
    stefan0xC committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0b2383a View commit details
    Browse the repository at this point in the history
  2. Fix healthcheck when using .env file (#4299)

    It seems Debian based images see the `.env` file in the `pwd` path, but
    sourcing it via `. .env` breaks. It does work if you provide the full
    path `/.env`. Changed the default to `/.env`.
    
    Alpine does not have an issue with both ways.
    BlackDex committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4438da3 View commit details
    Browse the repository at this point in the history
Loading