2020-08-24 22:31:41 +02:00
|
|
|
{%if not is_manager_connected['status']%}
|
2023-02-21 12:22:49 +01:00
|
|
|
<div class="alert alert-secondary text-center my-2" role="alert">
|
|
|
|
<h1><i class="fas fa-times-circle text-danger"></i> Crawler Disabled</h1>
|
|
|
|
<p>
|
|
|
|
{%if 'error' in is_manager_connected%}
|
|
|
|
<b>{{is_manager_connected['status_code']}}</b>
|
|
|
|
<br>
|
|
|
|
<b>Error:</b> {{is_manager_connected['error']}}
|
|
|
|
{%else%}
|
|
|
|
<b>Error:</b> Lacus not connected
|
|
|
|
{%endif%}
|
|
|
|
</p>
|
|
|
|
<div style="max-width: 500px;">
|
|
|
|
<ul class="list-group my-3">
|
|
|
|
<li class="list-group-item bg-dark text-white"><h3>Lacus Features:</h3></li>
|
|
|
|
<li class="list-group-item">Install and run crawlers on another server</li>
|
|
|
|
<li class="list-group-item">Handle proxies ( <i class="fab fa-html5"></i> Web and <i class="fas fa-user-secret"></i> tor)</li>
|
|
|
|
<li class="list-group-item">Multiple Concurrent Captures</li>
|
|
|
|
<li class="list-group-item">HOW TO</li>
|
|
|
|
<li class="list-group-item">
|
|
|
|
<div class="d-flex justify-content-center">
|
|
|
|
<a class="btn btn-info" href="https://github.com/ail-project/lacus" role="button">
|
|
|
|
<i class="fab fa-github"></i> Install and Configure Lacus
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2021-12-08 15:48:23 +01:00
|
|
|
</div>
|
|
|
|
|
2020-08-24 22:31:41 +02:00
|
|
|
{%endif%}
|