Clauster

Welcome to Clauster

No configuration found. Set up the essentials to get started — you can change everything else later from the config file or the dashboard.

An existing folder whose subdirectories are your projects.
{% if env_host %}
Fixed by the CLAUSTER_HOST environment variable — the container controls the bind.
{% else %}
127.0.0.1 = this machine only. Use 0.0.0.0 to allow your LAN.
{% endif %}
{% if env_port %}
Fixed by CLAUSTER_PORT.
{% else %} {% endif %}
At least {{ min_password_len }} characters. Enables authentication.
{% if setup_token %} Token-gated setup — reachable on this host; complete it with the one-time token from the server log. {% else %} Loopback-only setup — served on this machine until a password is set. {% endif %}