How to configure Admin Panel? #6466
Unanswered
chrweiss-ionos
asked this question in
Q&A
Replies: 1 comment
-
|
Everything is answered in the wiki:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
i have set up Vaultwarden using docker compose on a server of mine.
But i have some issues.
First of all, why can everyone just go to the domain and create their own account and organization, is there any way to stop that?
Second, if i access mydomain.tld/admin it says i need to configure an admin token.
Where do i configure that?
In /opt/vaultwarden i only have a docker-compose.yml but no .env or something like that.
Thanks in advance :)
Docker-compose:
services: vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden restart: unless-stopped environment: DOMAIN: "https://mydomain.tld" WEBSOCKET_ENABLED: "true" volumes: - ./vw-data/:/data/ ports: - 0.0.0.0:8080:80Beta Was this translation helpful? Give feedback.
All reactions