Skip to content

Can not pass authentication when running with local storage  #381

Open
@Nymfeparakit

Description

@Nymfeparakit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions