Open
Description
I am unable to pass authentication in vimflowy.
Here I will describe my steps in detail.
At fisrt I downloaded docker image from Docker Hub.
Then I created new volume:
docker volume create vimflowy-db
And then I launched container using command:
docker run -d \
-e VIMFLOWY_PASSWORD=123 \
--name vimflowy \
--mount source=vimflowy-db,target=/app/db \
-p 3000:3000 \
vimflowy/vimflowy
After starting the container, I go to http://localhost:3000 and the popup window appears to enter the password.
I enter 123
, and after entering new popup window appears, in which it is written that my password is incorrect.
I do not understand what I do wrong since I tried to do the whole setup according to the docs :(
Metadata
Metadata
Assignees
Labels
No labels