{% extends "layouts/base.html" %} {% block title %}JAX Gateway{% endblock %} {% block content %}

JAX Gateway

Content-addressed storage gateway

Available Buckets

{% if buckets.is_empty() %}

No buckets available yet.

{% else %} {% endif %}
Node Identity
{{ node_id }}

API Endpoints

/gw/:bucket_id/*path Serve bucket content
/_status/identity Node identity (JSON)
/_status/livez Liveness check
{% endblock %} {% block head %} {% endblock %}