{% extends "base.html" %} {% block title %}Showboat{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Remote viewer for Showboat documents.
{% if documents %}No documents yet.
{% endif %}To send showboat output to this server, set the SHOWBOAT_REMOTE_URL
environment variable:
export SHOWBOAT_REMOTE_URL="{{ receive_url }}?token=your-token"
Replace your-token with the configured token.
export SHOWBOAT_REMOTE_URL="{{ receive_url }}"