{% extends "base.html" %} {% block title %}Showboat{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Showboat

Remote viewer for Showboat documents.

{% if documents %} {% else %}

No documents yet.

{% endif %}

Setup

To send showboat output to this server, set the SHOWBOAT_REMOTE_URL environment variable:

{% if has_token %}
export SHOWBOAT_REMOTE_URL="{{ receive_url }}?token=your-token"

Replace your-token with the configured token.

{% else %}
export SHOWBOAT_REMOTE_URL="{{ receive_url }}"
{% endif %} {% endblock %}