{% include "header.html" %}

Welcome to MicroBin

Links

Documentation and Help
Source Code
Feedback
Donate and Sponsor

Info

Version {{version_string}}
Status {{status}}
Uploads {{pastas.len()}}

Update

{% if update.is_some() %}

Update available {{update.as_ref().unwrap().long_title}}

Date {{update.as_ref().unwrap().date}}

Update type {{update.as_ref().unwrap().update_type}}

Description {{update.as_ref().unwrap().description}}

{%- else %}

No updates available.

{%- endif %} {% if message != "" %}

Messages

{{message}}

{%- endif %}

Uploads

{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "text" %} {%- endif %} {% endfor %}
Key Valid Size Encryption Priv. Edit. Content Hits
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} → {{pasta.expiration_as_string()}} {{pasta.total_size_as_string()}} {% if pasta.encrypt_client %} CLIENT {%- endif %} {% if pasta.encrypt_client && pasta.encrypt_server%} + {%- endif %} {% if pasta.encrypt_server %} SERVER {%- endif %} {% if pasta.private %} ✔️ {%- endif %} {% if pasta.editable %} ✔️ {%- endif %} {% if pasta.content != "" %} Text {%- endif %} {% if pasta.file.is_some() %} {% if pasta.file.as_ref().unwrap().is_image() %} Image {%- else if pasta.file.as_ref().unwrap().is_video() %} Video {%- else %} File {%- endif %} {%- endif %} {% if args.show_read_stats %} {% if pasta.read_count == 1 %} {{pasta.read_count}} hits
last {{pasta.short_last_read_time_ago_as_string()}}
{%- else %} {{pasta.read_count}} hits
last {{pasta.short_last_read_time_ago_as_string()}}
{%- endif %} {%- endif %}
{% if pasta.editable %} Edit
{%- endif %} Remove

URL Redirects

{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "url" %} {%- endif %} {% endfor %}
Key Valid Encryption Priv. Edit. Content Hits
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} → {{pasta.expiration_as_string()}} {% if pasta.encrypt_client %} CLIENT {%- endif %} {% if pasta.encrypt_client && pasta.encrypt_server%} + {%- endif %} {% if pasta.encrypt_server %} SERVER {%- endif %} {% if pasta.private %} ✔️ {%- endif %} {% if pasta.editable %} ✔️ {%- endif %} {% if pasta.content != "" %} Text {%- endif %} {% if pasta.file.is_some() %} {% if pasta.file.as_ref().unwrap().is_image() %} Image {%- else if pasta.file.as_ref().unwrap().is_video() %} Video {%- else %} File {%- endif %} {%- endif %} {% if args.show_read_stats %} {% if pasta.read_count == 1 %} {{pasta.read_count}} hits
last {{pasta.short_last_read_time_ago_as_string()}}
{%- else %} {{pasta.read_count}} hits
last {{pasta.short_last_read_time_ago_as_string()}}
{%- endif %} {%- endif %}
{% if pasta.editable %} Edit
{%- endif %} Remove

Environmental Variables

{% if args.auth_basic_username.as_ref().is_some() %} {% else %} {% endif %} {% if args.auth_basic_password.as_ref().is_some() %} {% else %} {% endif %} {% if args.footer_text.as_ref().is_some() %} {% else %} {% endif %} {% if args.public_path.as_ref().is_some() %} {% else %} {% endif %} {% if args.short_path.as_ref().is_some() %} {% else %} {% endif %} {% if args.title.as_ref().is_some() %} {% else %} {% endif %} {% if args.custom_css.as_ref().is_some() %} {% else %} {% endif %} {% if args.uploader_password.as_ref().is_some() %} {% else %} {% endif %}
Argument Value Argument Value
auth_basic_usernamesetunsetauth_basic_passwordsetunset
editable {{ args.editable }} footer_text{{ args.footer_text.as_ref().unwrap() }}unset
hide_footer {{ args.hide_footer }} hide_header {{ args.hide_header }}
hide_logo {{ args.hide_logo }} no_listing {{ args.no_listing }}
highlightsyntax {{ args.highlightsyntax }} port {{ args.port }}
bind {{ args.bind }} private {{ args.private }}
pure_html {{ args.pure_html }} json_db {{ args.json_db }}
public_path{{ args.public_path_as_str() }}unsetshort_path{{ args.short_path_as_str() }}unset
readonly {{ args.readonly }} show_read_stats {{ args.show_read_stats }}
title{{ args.title.as_ref().unwrap() }}unsetthreads {{ args.threads }}
gc_days {{ args.gc_days }} enable_burn_after {{ args.enable_burn_after }}
default_burn_after {{ args.default_burn_after }} wide {{ args.wide }}
qr {{ args.qr }} eternal_pasta {{ args.eternal_pasta }}
enable_readonly {{ args.enable_readonly }} default_expiry {{ args.default_expiry }}
no_file_upload {{ args.no_file_upload }} custom_css{{ args.custom_css.as_ref().unwrap() }}unset
hash_ids {{ args.hash_ids }} encryption_client_side {{ args.encryption_client_side }}
encryption_server_side {{ args.encryption_server_side }} max_file_size_encrypted_mb {{ args.max_file_size_encrypted_mb }} MB
max_file_size_unencrypted_mb {{ args.max_file_size_unencrypted_mb }} MB uploader_passwordsetunset
{% include "footer.html" %}