mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #684] Bitwarden Admin Portal #460
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#460
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/684
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 13, 2020):
Closed due to inactivity.