{% extends "base.html" %} {% block title %}Sites - S3 Compatible Storage{% endblock %} {% block content %}
Local Site Identity

This site's configuration

Unique identifier for this site
Public URL for this site
Lower = preferred

Register a remote site

Link to a remote connection for health checks
Peer Sites

Known remote sites in the cluster

{% if peers %} {% endif %}
{% if peers %}
{% for item in peers_with_stats %} {% set peer = item.peer %} {% endfor %}
Health Site ID Endpoint Region Priority Sync Status Actions
{% if peer.is_healthy == true %} {% elif peer.is_healthy == false %} {% else %} {% endif %}
{{ peer.display_name or peer.site_id }} {% if peer.display_name and peer.display_name != peer.site_id %}
{{ peer.site_id }} {% endif %}
{% set parsed = peer.endpoint | split(pat="//") %} {% if parsed|length > 1 %}{% set host_parts = parsed[1] | split(pat="/") %}{{ host_parts[0] }}{% else %}{{ peer.endpoint }}{% endif %} {{ peer.region }} {{ peer.priority }} {% if item.has_connection %}
{{ item.buckets_syncing }} bucket{% if item.buckets_syncing != 1 %}s{% else %}{% endif %} {% if item.has_bidirectional %} {% endif %}
{% else %} Link a connection {% endif %}
{% else %}
No peer sites yet

Add peer sites to enable geo-distribution and site-to-site replication.

{% endif %}
{% endblock %}