Skip to content

Security: bgrusdt/freme-docker

Security

SECURITY.md

Security Issues

In order to keep the server safety, we recommend to create a strong password for MySQL and change in Docker Composer file and in application properties. Also you should have create a strong password for Virtuoso and change it here.

We recomend to run all services behind an Apache instance with mod_evasive installed. Our suggested configuration is:

For Apache

    ProxyPass /solr http://0.0.0.0:8983/solr
    ProxyPassReverse /solr http://0.0.0.0:8983/solr

    ProxyPass /sparql http://0.0.0.0:8890/sparql
    ProxyPassReverse /sparql http://0.0.0.0:8080/sparql

    ProxyPass /freme-ner http://0.0.0.0:7002/
    ProxyPassReverse /freme-ner http://0.0.0.0:7002

There aren't any published security advisories