Manage your file indexing system settings and operations
10 |Index files in a specific directory to make them searchable
32 |Search for files across all connected nodes
10 |Enter your credentials to access the admin dashboard
25 | 26 | {% with messages = get_flashed_messages(with_categories=true) %} 27 | {% if messages %} 28 | {% for category, message in messages %} 29 |10 | Results for MD5 hash: {{ md5_hash }} 11 |
12 |23 | No files with the MD5 hash "{{ md5_hash }}" were found. 24 |
25 |10 | Results for "{{ query }}" 11 | {% if category and category != 'all' %} 12 | in {{ category }} 13 | {% endif %} 14 |
15 |52 | Try adjusting your search or category to find what you're looking for. 53 |
54 |Create your admin account to get started
15 | 16 | {% with messages = get_flashed_messages(with_categories=true) %} 17 | {% if messages %} 18 | {% for category, message in messages %} 19 |