Skyhook.

{{ serve_path }}

Drop files to upload
or click anywhere here to browse
uploading…
{% if items %}
{% for item in items %} {% set ext = item.name.lower().split('.')[-1] %} {% endfor %}
Name Size Modified Action
{% if item.is_dir %} {{ item.name }} {% elif ext in ['png','jpg','jpeg','gif','webp','svg'] %} {{ item.name }} {{ ext }} {% elif ext in ['mp4','mov','avi','mkv','webm'] %} {{ item.name }} {{ ext }} {% elif ext in ['zip','tar','gz','rar','7z','bz2'] %} {{ item.name }} {{ ext }} {% elif ext in ['c','cfg','cpp','css','csv','go','h','html','ini','java','js','json','jsx','log','md','markdown','py','rs','sh','toml','ts','tsx','txt','yaml','yml'] %} {{ item.name }} {{ ext }} {% elif ext == 'pdf' %} {{ item.name }} pdf {% else %} {{ item.name }} {{ ext }} {% endif %}
{{ format_size(item.size) if not item.is_dir else '—' }} {{ item.modified.strftime('%Y-%m-%d %H:%M') }} {% if not item.is_dir %} Download {% endif %}
{% else %}

Nothing here yet

This directory is empty — upload something above.

{% endif %}