Giter Site home page Giter Site logo

gitfab's People

Contributors

psct avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gitfab's Issues

error parsing HTTP 413 response body

i got this error at the end of the pipeline of gitlab-runner:

$ docker push $CI_REGISTRY/$CI_PROJECT_PATH:latest
The push refers to a repository [registry....../my-awesome-project]
a75caa09eb1f: Preparing
error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n<title>413 Request Entity Too Large</title>\r\n<body bgcolor="white">\r\n

413 Request Entity Too Large

\r\n
nginx/1.13.7\r\n\r\n\r\n"
ERROR: Job failed: exit code 1

Seems to be a misconfiguration of nginxproxy. fixed with the line

client_max_body_size 20000M;

in nginxproxy:/etc/nginx/nginx.conf

No ssh access to gitlab container, because port 22 is not exposed

Hello,

gitlab provides two ways to access git repositories: http(s) and ssh.
For the "local" gitlab container none of the requiered ports (80, 22) of the container is reachable.
For port 80, this is fixed in pull request #3 .
But I found no way to get ssh working.

Greetings
Juergen

nginxproxy_comp DeserializationError

Hello,
I am trying to run gitfab, but nginxproxy-companion fails to get the certificate. Instead it outputs the following error message:

nginxproxy_comp | DeserializationError: Deserialization error: Wrong directory fields

Solution:
After some time I found that this happened because my server is configured for the subdomains gitlab.xyz.de and registry.xyz.de, but not for xyz.de, which points somewhere else.

I was able to fix it by adding another subdomain level: gitlab.abc.xyz.de and directing abc.xyz.de to the gitfab host.

I am not sure if this is an issue relating gitfab or letsencrypt-companion.

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.