-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HTTPS capability #11
base: master
Are you sure you want to change the base?
Conversation
…script. Also made it so that the BASEDIR and SCRIPT_DIR vars are not env vars
…ectly on subscripts
…er script to pass in arguments instead of sourcing them for more of an isolated environment
…ad of relying on env vars
…o provide arguments to nginx creator script. Added master and develop as whitelist to travis file so I can test locally and stop hammering the docker servers.
…de some other changes to genericize script usage
Updated nexus to allow docker exec for tests to run
change display with hopes that it works
fixes openfrontier#4 by using a curl command to ensure redmine's service provides an OK ack cleans up comments for clarity removes verbose logging removes debug print statements from test
This closes openfrontier#9, closes openfrontier#5
Clean up os.path.join strings
backup & restore scripts for redmine
I'm not sure if Shiv has seen this or not, but we currently are in the process of moving most of the services' create scripts into docker files so we can move to docker-compose. The desire is to reduce startup and teardown time for the containers drastically so we can create integration tests. I think we will revisit this once the dockerfiles are finished (soon) but I'd like to see SSL support, potentially with easy use of let's encrypt. |
Another useful feature would be the inclusion of a postfix-docker image
so e-mail notifications would just work.
|
This is the 2nd of three patches necessary to add HTTPS proxy support (the other two are nginx-docker and gerrit-docker).