diff --git a/xmrnodes/templates/index.html b/xmrnodes/templates/index.html index b97e8fc..f0f7a9a 100644 --- a/xmrnodes/templates/index.html +++ b/xmrnodes/templates/index.html @@ -42,6 +42,14 @@ {% if nodes %}

+ {% if web_compatible %} + + Web compatible means the node is run on such a way that it allows web clients to access their APIs (CORS headers allow all and secure HTTP / TLS terminated). +
+ The more nodes there are running with these settings the more robust web clients will be in the future. +
+

+ {% endif %} Tracking {{ nodes_all }} {{ nettype }} {{ crypto | capitalize }} nodes in the database.
Of those, {{ nodes_unhealthy }} nodes failed their last check-in (unresponsive to ping or over 100 blocks away from highest reported block).