Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jeffutter/gitlab-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yep/gitlab-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 7, 2013

  1. Configuration menu
    Copy the full SHA
    9b54d00 View commit details
    Browse the repository at this point in the history
  2. update gitlab shell to 1.7.6

    yep committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    bbe4eaa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. use ubuntu 13.10, postgres and nginx with https and custom tls settings

    configure nginx to use ephemeral diffie hellman for perfect forward
    secrecy with custom generated diffie hellman parameters from
    `dh-param-4096.pem`. to generate your own diffie hellman parameters, see
    end of `firstrun.sh` script.
    
    https uses a 4096 bit rsa key, http is redirected to https.
    yep committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    dc246bd View commit details
    Browse the repository at this point in the history
  2. rename and update readme

    yep committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    830e54b View commit details
    Browse the repository at this point in the history
Loading