-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Running on AWS EC2 #4
Comments
Hi, Could you please look at the documentation below? Try to specify a sub-domain or '*'. https://docs.djangoproject.com/en/2.0/ref/settings/#allowed-hosts |
Did try * that and got:
'*' works !!!. Thanks |
* Fixed labels with ',' character * Updated defian, fixed filter * Added defiant.min.js * Shape splitter fixed * Fixed group id * Fixed tensorflow annotation without OpenVINO (#359) * Updated unit tests * Fixed: Property 'close()' of undefined (#360) * Unit tests for listener interface and player * Fixed tests * Fixed tests * Codacy issues, open a task from a job
@nmanovic |
# This is the 1st commit message: # This is a combination of 3 commits. # This is the 1st commit message: # This is a combination of 8 commits. # This is the 1st commit message: setup config Add built from source code one domain name insted of two add installation guide update gitignore # This is the commit message cvat-ai#2: delete serverless (nuclio) # This is the commit message cvat-ai#3: add backup script to gitignore # This is the commit message cvat-ai#4: Add script for backup data # This is the commit message cvat-ai#5: Add docstrings for backup script # This is the commit message cvat-ai#6: Update backup script to delete after 30 days # This is the commit message cvat-ai#7: Fix backup error # This is the commit message cvat-ai#8: Update backup rules, and decrease cache size from 1 Tb to 10 Gb # This is the commit message cvat-ai#2: one domain name insted of two # This is the commit message cvat-ai#3: add installation guide # This is the commit message cvat-ai#2: delete serverless (nuclio)
Feature/ivkin docker repository
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kirill-sizov <[email protected]>
Was trying to run cvat on EC2 AWS and met an issue to access cvat from outside AWS. It was returning Bad requests: 400 all the time. Found solution to add EC2 instance public IP to ALLOWED_HOSTS in docker-compose.override.yml as specified in documentation. But it is not the nicests solution, every time IP changes I have to change that value. It would be great if someone with move AWS experience can provide more elegant solution. Thanks
The text was updated successfully, but these errors were encountered: