Giter Site home page Giter Site logo

Comments (4)

frikky avatar frikky commented on June 1, 2024

Hey! I read your email a bit back and thought you made it manually, but this totally makes sense! I'll add it as an optional option to every action if no URL is specified for now. I'll get it done ASAP :)

from shuffle.

frikky avatar frikky commented on June 1, 2024

Hey again, for now I won't be fixing a way to upload a file from the GUI into the Docker container, but I enabled the ability to disable SSL verification if the URL field is empty. This is to enable the OpenAPI specification to work for other people than just yourself without any modification requirements.

image

If you really need to add your own certificate, it's a bit more tricky as you're using pre-built Docker containers and the Dockerfile used for app building is
Here's your options:

  • Modify the current running build. This will have to be re-done every time you restart the shuffle-backend Docker container:
  1. Modify shuffle/backend/app_gen/openapi/baseline/Dockerfile with your certificates
  2. Copy the new dockerfile into Shuffle:
docker cp Dockerfile shuffle-backend:/app_gen/openapi/baseline/Dockerfile 
  • Rebuild the entire thing:
  1. Add your certificates to the build process in shuffle/backend/app_gen/openapi/baseline/Dockerfile
  2. Rebuild the backend (uncomment build for backend in docker-compose.yml https://github.com/frikky/Shuffle/blob/master/docker-compose.yml#L29), then run:
docker-compose down
docker-compose up --build

I'm aware none of these are ideal, so I created an issue to override this with remote locations later on: #58

from shuffle.

benjamino21 avatar benjamino21 commented on June 1, 2024

Thank you so much! I'll try to do it as you told me and I send you feedback.

from shuffle.

frikky avatar frikky commented on June 1, 2024

@benjamino21 I'm pushing the new build to production in a few minutes. I'll write here again when it's ready to update 👍

Edit: It's ready to update. Run the command found above :)

from shuffle.

Related Issues (20)

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.