Commit Graph
23 Commits
Author SHA1 Message Date
ErdemOzgenandYogesh Ojha 75ebc3db48 Add ollama service to docker-compose 2024-05-12 18:59:41 +05:30
AnonymousWPandYogesh Ojha 96db99fc48 fix(migrations): revert sudo and use echo
Using `make migrate` right away did not work, tried multiple things.
2024-05-12 18:54:12 +05:30
AnonymousWPandYogesh Ojha d0da481384 fix(migrations): add sudo
Without sudo, it results in an error
2024-05-12 18:54:12 +05:30
AnonymousWPandYogesh Ojha 5fcc55ae3d ops(migrations): automate migration process 2024-05-12 18:54:12 +05:30
AnonymousWPandYogesh Ojha 32a45424af feat: add non-interactive installation parameter 2024-05-12 18:46:13 +05:30
AnonymoussaurusandYogesh Ojha 5970e67777 ops(make): add option to change password via make 2024-05-12 18:35:03 +05:30
AnonymoussaurusandYogesh Ojha c7f2492d4b ops(docker): use Docker Compose V2 commands 2024-05-12 18:34:39 +05:30
Yogesh OjhaandGitHub bc92e99528 Revert "Complete dev environment to debug/code easily (#1196)"
This reverts commit 2c9e2503a9.
2024-04-01 19:26:53 +05:30
2c9e2503a9 Complete dev environment to debug/code easily (#1196)
* Add django debug toolbar

* Remove duplicate debug toolbar URLs

* Remove orphaned import in startScan

* Add DEBUG config commented in entrypoint

* Install debug toolbar into celery beat

* Create dev docker compose & entrypoints

* Move django toolbar install to dev entrypoints

* Install debug_toolbar only when debug env var is set

* Add dev command to MakeFile

* Use DEBUG from settings.py exclusively

* Add remote debug configuration in dev env

* Add VSCode debug configuration

* Celery log level to 1 when debug is on

* Remove hard coded celery debug port

* Add gunicorn in the production setup

* Add export var for celery log level

* Restrict debug port to 127.0.0.1

* Set remote debug to false by default

* Update doc on debug step for submitting issue

* Create dev docker compose & entrypoints

* Add django debug toolbar

* Remove duplicate debug toolbar URLs

* Remove orphaned import in startScan

* Add DEBUG config commented in entrypoint

* Install debug toolbar into celery beat

* Move django toolbar install to dev entrypoints

* Install debug_toolbar only when debug env var is set

* Add dev command to MakeFile

* Use DEBUG from settings.py exclusively

* Add remote debug configuration in dev env

* Add VSCode debug configuration

* Celery log level to 1 when debug is on

* Remove hard coded celery debug port

* Add gunicorn in the production setup

* Add export var for celery log level

* Restrict debug port to 127.0.0.1

* Set remote debug to false by default

* Update doc on debug step for submitting issue

---------

Co-authored-by: Raynald <raynald@easi-services.fr>
Co-authored-by: Psyray <psyray@users.noreply.github.com>
2024-03-18 10:33:16 +01:00
AnonymousWPandGitHub 3610ca8fff Revert "Add non-interactive installation parameter" 2023-11-21 14:38:12 +01:00
C0wnuts 1c99ca8b5d Add non-interactive installation parameter 2023-10-12 03:02:57 +02:00
Olivier CervelloandYogesh Ojha 86a1e707db update Makefile for newer test structure 2022-12-15 17:08:06 +01:00
Olivier CERVELLOandYogesh Ojha b69c797fec remove tor service 2022-12-12 09:39:11 +00:00
ocervellandYogesh Ojha d05146dc8a Add make test cmd 2022-10-05 23:02:37 +02:00
Olivier CervelloandYogesh Ojha 6d991e4446 simplify subscan model, simplify and pythonize tasks.py, run isort on all web/. 2022-08-03 12:29:26 -04:00
Yogesh Ojha 4ec36a560c Fixed insallation scripts, and docker-compose files 2021-08-14 12:28:41 +05:30
Yogesh Ojha 0207c4c7ba prod docker compose created 2020-09-29 10:21:43 +05:30
Baptiste MOINE 438facc760 Add docker pull to Makefile + update README 2020-07-28 12:08:17 +02:00
Baptiste MOINE a79e23aaa0 Replace docker commands with docker-compose 2020-07-28 11:36:57 +02:00
Yogesh Ojha 0fd4e8625f Updated Readme 2020-07-26 18:24:34 +05:30
Baptiste MOINE 94ec61b199 Rewording + fix indentation 2020-07-25 17:02:04 +02:00
Baptiste MOINE ebffd7a272 Remove Elastic Search reference 2020-07-25 16:58:38 +02:00
Baptiste MOINE 83836a0677 Add proxy + HTTPS 2020-07-25 16:36:01 +02:00