{% extends "base.html" %} {% block content %}
Current RaSCSI Configuration

{% if units %} {% endif %} {% for device in devices %} {% if device["id"] not in reserved_scsi_ids %} {% if units %} {% endif %} {% endif %} {% if device.vendor == "RaSCSI" %} {% else %} {% endif %} {% else %} {% if units %} {% endif %} {% endif %} {% endfor %}
IDLUNType Status File Product Actions
{{ device.id }}{{ device.unit }}{{ device.device_type }} {{ device.status }} {% if "No Media" in device.status %}
{% else %} {{ device.file }}
{{ device.product }}{{ device.vendor }} {{ device.product }} {% if device.device_type != "-" %} {% if device.device_type in REMOVABLE_DEVICE_TYPES and "No Media" not in device.status %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{{ device.id }} Reserved ID {{ RESERVATIONS[device.id] }}


Image File Management
{% for file in files %} {% if file["prop"] %} {% elif file["zip_members"] %} {% else %} {% endif %} {% endfor %}
File Size Actions
{{ file["name"] }}
    {% for key in file["prop"] %}
  • {{ key }}: {{ file['prop'][key] }}
  • {% endfor %}
{{ file["name"] }}
    {% for member in file["zip_members"] %} {% if not member.lower().endswith(PROPERTIES_SUFFIX) %}
  • {% if member + "." + PROPERTIES_SUFFIX in file["zip_members"] %}
    {{ member }}
    • {{ member + "." + PROPERTIES_SUFFIX }}
    {% else %}
    {% endif %}
  • {% endif %} {% endfor %}
{{ file["name"] }}
{% if file["name"] in attached_images %}
Attached!
{% else %} {% if file["name"].lower().endswith(ARCHIVE_FILE_SUFFIX) %}
{% else %}
{% if file["detected_type"] != "UNDEFINED" %} {{ file["detected_type"] }} {% else %} {% endif %}
{% endif %}

Available disk space on the Pi: {{ free_disk }} MB


Attach Ethernet Adapter
{% if macproxy_configured %}

Macproxy is running at {{ ip_addr }} port 5000

{% else %}

Install Macproxy to browse the Web with any vintage browser. It's not just for Macs!

{% endif %}
Upload File

Download File to Images

Download File to AppleShare
{% if netatalk_configured %}
{% if netatalk_configured == 1 %}

The AppleShare server is running. No active connections

{% elif netatalk_configured == 2 %}

{{ netatalk_configured - 1 }} active AFP connection

{% elif netatalk_configured > 2 %}

{{ netatalk_configured - 1 }} active AFP connections

{% endif %} {% else %}

Install Netatalk to use the AppleShare File Server.

{% endif %}
Download File and Create CD-ROM ISO image

Create Empty Disk Image File

Create Named Drive

Create a named disk image that mimics real-life drives


Logging

Server Log Level

Raspberry Pi Operations
{% endblock content %}