Skip to content
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

Closed
oostap1 opened this issue Jul 11, 2018 · 3 comments
Closed

Running on AWS EC2 #4

oostap1 opened this issue Jul 11, 2018 · 3 comments
Labels
question Further information is requested

Comments

@oostap1
Copy link

oostap1 commented Jul 11, 2018

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

@nmanovic
Copy link
Contributor

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

@oostap1
Copy link
Author

oostap1 commented Jul 11, 2018

Did try * that and got:

ERROR: yaml.scanner.ScannerError: while scanning an alias
in "./docker-compose.override.yml", line 6, column 22
expected alphabetic or numeric character, but found '\n'
in "./docker-compose.override.yml", line 6, column 23

'*' works !!!. Thanks

@oostap1 oostap1 closed this as completed Jul 11, 2018
@nmanovic nmanovic added the question Further information is requested label Jul 12, 2018
nmanovic pushed a commit that referenced this issue Mar 29, 2019
* 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
@imneonizer
Copy link

imneonizer commented Sep 23, 2019

@nmanovic
Access CVAT remotely via <HOST_IP>:port
can anybody help i am trying to connect but it shows bad request 400 i didn't understood anything on this page: https://docs.djangoproject.com/en/2.0/ref/settings/#allowed-hosts
if anybody could help an easy way to do
i am new to linux.

azhavoro pushed a commit that referenced this issue Dec 25, 2019
TOsmanov referenced this issue in TOsmanov/cvat Aug 23, 2021
Add Travis config
korshunovdv pushed a commit to Evocargo/cvat that referenced this issue Aug 23, 2021
# 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)
evekeen added a commit to acetrace/cvat that referenced this issue Jun 6, 2022
summeroff pushed a commit to summeroff/cvat that referenced this issue Aug 14, 2022
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants