When running the docker image with a docker-compose.yml file, how do I enable the admin page and add an admin?
My compose file is as follows:
docker-compose.yml
version: ‘3’
services:
bitwarden:
image: bitwardenrs/server
restart: always
ports:
- 80:80
volumes:
- ./bw-data:/data
environment:
WEBSOCKET_ENABLED: ‘true’ # Required to use websockets
SIGNUPS_ALLOWED: ‘true’ # set to false to disable signups
Also, when entering a credential into a webpage, is there a way to get Bitwarden to prompt me to store the password, or does it have to be manually added to the vault?
This is an existing key feature of Bitwarden…
Is is based on the URI (url ) rules recognition and web forms labels. (fields names)
You should provide more information on your case but please notice that this is one of the many great features of Bitwarden.
Hmm… it doesn’t autofill on my computer using chrome with the Bitwarden extension. It matches and shows a number on the extension where it knows it has a credential but I have to go into the extension and manually copy the username and password instead of it filling into the page automatically.
There is an option in the extension which you need to enable for that to work. Also it will only auto fill the latest used credentials matching the URL/host if there are multiple.