mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Bitwarden Admin Portal #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gfish69 on GitHub (Oct 24, 2019).
I am new to Linux and Docker. Jumping in with both feet, I have setup an Unraid server and loaded Bitwarden Docker. I have it running behind reverse proxy and all seems well, but according to Bitwarden help I should be editing global.override.env by adding my email username.
Example: adminSettings__admins=john@example.com,bill@gmail.com,tom@example.com
I have tried "ip address"/admin and get the following error:
The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it
What am I missing? Thanks in advance !
@dani-garcia commented on GitHub (Oct 24, 2019):
The bitwarden help is for the official server image, which doesnt apply to bitwarden_rs.
The usage guides for bitwarden_rs are in the wiki, here are some that might help:
https://github.com/dani-garcia/bitwarden_rs/wiki/Starting-a-Container
https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page
@gfish69 commented on GitHub (Oct 24, 2019):
I did try linked enabling admin page. All commands work except last (bitwardenrs/server:latest)
I get: # docker run -d --name bitwarden \
I am using the docker in Unraid. Docker name is bitwarden. Any idea? Thanks again!
@dani-garcia commented on GitHub (Oct 26, 2019):
Well if the docker command is not found, you might need to make sure it's available in your PATH, or maybe you need to use the GUI to create the container, I don't know much about unraid.
@dani-garcia commented on GitHub (May 14, 2020):
Closed due to inactivity.