{% extends "base.html" %} {% block title %}System Settings - Stegasoo{% endblock %} {% block content %}
Channel Key Configuration
{% if channel_configured %}
Server channel key active: {{ channel_fingerprint }} ({{ channel_source }})
{% else %}
Server running in public mode. Set STEGASOO_CHANNEL_KEY environment variable to enable server-wide channel isolation.
{% endif %}
Share Channel Key via QR

Generate a QR code to share a channel key with others.

Server Configuration
Hostname {{ hostname }}
Port {{ port }}
HTTPS {% if https_enabled %} Enabled {% else %} Disabled {% endif %}
Authentication {% if auth_enabled %} Enabled {% else %} Disabled {% endif %}
Max Payload {{ max_payload_kb }} KB
Max Upload {{ max_upload_mb }} MB
DCT Mode {% if dct_available %} Available {% else %} Not Available {% endif %}
QR Support {% if qr_available %} Available {% else %} Not Available {% endif %}
To change server settings, edit environment variables or config file and restart the service.
See STEGASOO_HTTPS_ENABLED, STEGASOO_PORT, STEGASOO_CHANNEL_KEY
Environment
Version
{{ version }}
Python
{{ python_version }}
Platform
{{ platform }}
KDF
{{ kdf_type }}
{% endblock %} {% block scripts %} {% endblock %}