mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-29 07:09:07 +00:00
Minor improvements
This commit is contained in:
parent
3730355434
commit
9b8cb3f53e
18 changed files with 135 additions and 198 deletions
|
@ -143,18 +143,7 @@ You can run just `Keycloak` with `--profile keycloak`:
|
|||
```bash
|
||||
> docker compose --profile keycloak --env-file .env up
|
||||
```
|
||||
|
||||
When running with a local VaultWarden and the default `web-vault` you'll need to make the SSO button visible using :
|
||||
|
||||
```bash
|
||||
sed -i 's#a\[routerlink="/sso"\],##' web-vault/app/main.*.css
|
||||
```
|
||||
|
||||
Otherwise you'll need to reveal the SSO login button using the debug console (F12)
|
||||
|
||||
```js
|
||||
document.querySelector('a[routerlink="/sso"]').style.setProperty("display", "inline-block", "important");
|
||||
```
|
||||
When running with a local VaultWarden, you can use a front-end build from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/releases).
|
||||
|
||||
## Rebuilding the Vaultwarden
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue