-
Notifications
You must be signed in to change notification settings - Fork 371
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
Added NGINX to Docker Stack + Other Fixes #384
Conversation
- Added NGINX to Docker stack - Moved Swagger file generation to init script - Fixed notifications not showing on frontend(not sure how? I think the ssl and domain changes fixed it lol) - NOTE: cert.pem is trusted by the socioboard container to avoid php curl errors
- Fixed wrong sample admin email
- Fixed Docker MySQL DB init - Changed to node user to avoid permission errors - Changed MySQL DB init to seed from file with any date(semi update proof) - Fixed NGINX Proxy buffer size
@sureshbabu1995 Please merge ASAP! I pushed a bug in a previous merge and this fixes it. |
- Fixed mixed content errors when using Docker and with NGINX
Docker setup is broken until this is merged |
- Removed mongo init from build script and made into it's own script - Fixed Docker readme
- Added exec bit (chmod +x)
More changes being pushed soon. I'm using my fork as main since we have no upstream support. If this PR does get merged eventually it will be up to the project owner to properly categorize and document based on future commits. In the event this PR is not merged, use my fork for Docker deployments. |
- Added Docker ansible deploy for RHEL and forks - Removed ipam and driver configs from docker deployment - Fixed aMember not being disabled completely when disabled in config - Fixed admin service logging wrong uri
- Added ansible support for debian (untested) - Added ansible tags to perform basic tasks - Added ansible removal tasks
- Moved Docker setup to production environment - Changed to use images from Docker Hub by default
- Fixed dashboard prompts(grammar, capitalisation and some information)
- Default mail title change - Removed some old code
- Fixed yum repo permissions - Fixed order of roles in playbook
Please let me know if instructions are confusing, wrote them when I was tired and they make sense to me so I left them as is.
Hopefully this helps people struggling with reverse proxies. See Issue #378 for forwarding rules.