Git Product home page Git Product logo

Comments (6)

gmta avatar gmta commented on June 26, 2024 1

You are passing an environment variable as a list entry, which is parsed by Docker Compose further down the line. The way you quote that value right now should not work correctly; can you try either one of these variants?

environment:
- "MIRROR_BLA_AUTH_PASSWORD=mypass=with_special:chars"

# or:

environment:
  MIRROR_BLA_AUTH_PASSWORD: "mypass=with_special:chars"

from velocita-proxy.

p24-max avatar p24-max commented on June 26, 2024 1

arghh. Layer8 issue :/

- "MIRROR_BLA_AUTH_PASSWORD=mypass=with_special:chars"
This works great 🤩
Thanks for your support!

from velocita-proxy.

gmta avatar gmta commented on June 26, 2024

How exactly are you configuring these credentials? Via .env, a docker run argument or directly in the docker-compose.yml file?

from velocita-proxy.

p24-max avatar p24-max commented on June 26, 2024

Currently, its configured in docker-compose.yml on my machine. Spinning up with docker-compose up.

from velocita-proxy.

gmta avatar gmta commented on June 26, 2024

Alright, so you are bound to the YAML syntax of that file. Are you configuring the environment variable for the basic authorization password through a YAML dictionary (i.e. MIRROR_BLA_AUTH_PASSWORD: mypass) or a YAML list (i.e. - MIRROR_BLA_AUTH_PASSWORD=mypass)?

from velocita-proxy.

p24-max avatar p24-max commented on June 26, 2024

- MIRROR_BLA_AUTH_PASSWORD="mypass=with_special:chars"

from velocita-proxy.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.