Skip to content

Startup issues - docker image and authentication #92

@jeffdyke

Description

@jeffdyke

This looks like a great project, i was writing something that effectively did the same, when i ran into this project.

  • Docker: creates /data/secret as a directory which stops the server from starting
    • I added a Dockerfile that simply runs
      RUN rm -rfv /data && mkdir /data && touch /data/secret
  • Password: I have a password set, yet, the application won't prompt for it, there is no mention of a username if basic auth is expected. I want to use this for Google. Setting up the mcp-proxy returns simply 401 Unauthorized

I would love to help with some rough edges as i work through testing this. These first two errors, while not significant, they put up a barrier, so if i can help, i would be happy to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions