Repository Details: {{ repository.name }}

Repository Information

Name: {{ repository.name }}
Path: {{ repository.path }}
Created: {{ repository.created_at | format_datetime_browser("%Y-%m-%d %H:%M", browser_tz_offset) if repository.created_at else "Unknown" }}
Encryption: {{ repository.encryption_type or "Unknown" }}

Lock Status

Checking...

Repository Details

Loading repository details...

Repository Management

{% if repository.encryption_type != EncryptionType.NONE %}
Key Export
Export Repository Key

Download the repository encryption key for backup

{% else %}
Key Export

Repository is not encrypted

{% endif %}