Matteo Lodi

Results 193 comments of Matteo Lodi

I don't think it is worth to create a customization of the frontend part to make it work as a static site. The best way could be to host a...

hey, thanks for reporting this. Some questions: * did you install the new version from scratch or you did upgrade from a previous version? In case, which one? * did...

The good permissions should be `www-data:www-data`. Could you try to set the values to that user/group and restart the application?

but the application run with the `www-data` user so if the files are not set with those permissions the application is not able to get them. It does not matter...

I am crying 😢 . It is so difficult to help remotely for this kind of non-reproducible errors. Have you restarted the application after that change? `python3 start.py prod down...

```intelowl_uwsgi | Traceback (most recent call last): intelowl_uwsgi | File "/opt/deploy/intel_owl/manage.py", line 25, in intelowl_uwsgi | main() intelowl_uwsgi | File "/opt/deploy/intel_owl/manage.py", line 21, in main intelowl_uwsgi | execute_from_command_line(sys.argv) intelowl_uwsgi |...

yep you are right, this involves all the projects. I would suggest starting from the backend then the python client and lastly the frontend. This would probably be another flag...

I think it makes sense. There is a [serializer](https://github.com/intelowlproject/IntelOwl/blob/master/api_app/analyzers_manager/serializers.py#L32) which manages the data extracted from that JSON file.

I think that, in some way, this problem could also be solved by the "Playbook" feature #628 (we could pre-load a pre-configured playbook with only the free-analyzers) but that would...

you can, but it would require you to work from the branch `dev-v4` where there is the new GUI based on React