{% extends "layout.html" %}
{% set title = "Dashboard - OD-Database" %}
{% block body %}
Crawl servers
Url |
Name |
Slots |
Action |
{% for server in crawl_servers %}
{{ server.url }} |
{{ server.name }} |
{{ server.slots }} |
Delete |
{% endfor %}
API Keys
Description |
Key |
Action |
{% for token in api_tokens %}
{{ token.description }} |
{{ token.token }} |
|
{% endfor %}
Blacklist
Netloc |
Action |
{% for item in blacklist %}
{{ item.netloc }} |
Delete |
{% endfor %}
Misc actions
Delete websites with no associated files that are
not queued
Logout
{% endblock body %}