GithubHelp home page GithubHelp logo

docker-youtrack's Introduction


Hi there ๐Ÿ‘‹

My name is Maarten Balliauw (@maartenballiauw on X / @[email protected] on Mastodon).

Maarten Balliauw loves building web and cloud apps. His main interests are in .NET web technologies, C#, Microsoft Azure and application performance. He is Developer Advocate at JetBrains, creator of SpeakerTravel, and formerly founded MyGet. He's an ASP Insider and former Microsoft MVP. Maarten is a frequent speaker at various national and international events and organizes Azure User Group events in Belgium. In his free time, he brews his own beer. Maarten's blog can be found at https://blog.maartenballiauw.be.

๐Ÿ“™ Recent blog posts

โ“ Quick bits

๐Ÿ’ป Open Source

I try to contribute to various open source projects, when time allows. Here are some examples:

Feel free to reach out to me on Twitter: @maartenballiauw

docker-youtrack's People

Contributors

j4m355 avatar johannestegner avatar maartenba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-youtrack's Issues

Subdirectory Installation

Hi!

I've tried installing the image relative to my root path, which unfortunately doesn't work at all:
screen shot 2015-04-25 at 21 22 45

Well, so I tried modifying the Dockerfile, attaching the baseUrl configuration to fit my FQDN:

CMD ["java", "-Xmx1g", "-XX:MaxPermSize=250m", "-Djava.awt.headless=true", "-Djetbrains.youtrack.baseUrl=https://my.domain.de/youtrack", "-jar", "youtrack.jar", "80"]

My apache proxy config looks like this:

VirtualHost my.domain.de:443>

    ServerName my.domain.de

    # include important log files
    ErrorLog /var/log/httpd/lambda_ssl_error.log
    CustomLog /var/log/httpd/lambda_ssl_access.log combined

    #DocumentRoot /srv/http/

    # activate the SSL engine
    SSLEngine on

    ProxyPreserveHost On

    # point to the certificate
    SSLCertificateFile /etc/ssl/certs/lambda_certificate.crt
    SSLCertificateKeyFile /etc/ssl/private/lambda_certificate_key.pem
    SSLCertificateChainFile /etc/ssl/certs/lambda_chain.pem

    # enforce some good cipher
    # WARNING: ECDHE is still unsupported by mod_ssl available from RHEL 6.5, support added in 6.6 see:
    # https://bugzilla.redhat.com/show_bug.cgi?id=1035818
    SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:HIGH:!aNULL:!MD5:!RC4:!3DES;
    SSLHonorCipherOrder on

    # Disable SSLv2 and SSLv3. Would be nice to disable also TLSv1 and TLSv1.1...
    # but that would be pushing too hard right?
    SSLProtocol All -SSLv2 -SSLv3


    RequestHeader set X-Forwarded-Proto https
    ProxyPass /youtrack http://127.0.0.1:85/youtrack
    ProxyPassReverse /youtrack http://127.0.0.1:85/youtrack

For other docker images this worked fine, e.g. for docker-redmine, docker-gitlab from sameersbn/* ... do i miss something here?

Almost forgot:

I started the image this way

docker run --name="youtrack" -v /scratch/youtrack/data:/root/teamsysdata -v /scratch/youtrack/backup:/root/teamsysdata-backup -p 127.0.0.1:85:80 -d youtrack_it

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.