Update concensus information RFC 0001

This commit is contained in:
Raven Scott
2026-05-31 00:05:00 -04:00
parent 9ba81425a5
commit 52b6d0b22f
16 changed files with 116 additions and 40 deletions
+2 -2
View File
@@ -303,7 +303,7 @@ export default function AdminPanelPage() {
<li><strong className="text-gray-900 dark:text-white">Plugin logs:</strong> Per-plugin output also available via plugin-log WebSocket messages</li>
</ul>
<p className="text-gray-600 dark:text-gray-300 mb-6">
Use the core channel when debugging invite RPC or consensus issues.
Use the core channel when debugging invite RPC or consensus sidecar init issues. Check <code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">GET /api/consensus/status</code> for sidecar readiness (<code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">bootstrapComplete</code>, <code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">domainCount</code>).
</p>
<h3 className="text-2xl font-semibold text-gray-900 dark:text-white mb-4 mt-8">Stats</h3>
@@ -553,7 +553,7 @@ export default function AdminPanelPage() {
<li><strong className="text-gray-900 dark:text-white">Clean up interfaces:</strong> Periodically clean unused virtual interfaces to free resources</li>
<li><strong className="text-gray-900 dark:text-white">Manage certificates:</strong> Regenerate certificates if you encounter SSL errors</li>
<li><strong className="text-gray-900 dark:text-white">Use backups for disaster recovery:</strong> Create regular backups using the Backups tab, especially before making major configuration changes. Configure automatic backups via Settings (BACKUP_INTERVAL) and set appropriate retention (BACKUP_RETENTION) to balance disk space and recovery options</li>
<li><strong className="text-gray-900 dark:text-white">Monitor consensus status:</strong> Check consensus badges in the Domains tab to understand network agreement on domain ownership. Resolved status indicates network consensus, while conflicted status may require attention</li>
<li><strong className="text-gray-900 dark:text-white">Monitor consensus status:</strong> Check consensus badges in the Domains tab to understand network agreement on domain ownership. Use <code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">GET /api/consensus/status</code> or the <code className="bg-gray-800 dark:bg-gray-700 text-gray-100 dark:text-gray-200 px-1.5 py-0.5 rounded">domain.consensus</code> plugin overview for sidecar health</li>
<li><strong className="text-gray-900 dark:text-white">Use diagnostics for troubleshooting:</strong> When experiencing connectivity issues, use the Network Diagnostics tools to test DNS resolution, ping hosts, trace routes, and check port connectivity. This helps isolate network problems quickly</li>
<li><strong className="text-gray-900 dark:text-white">Manage subnet configurations:</strong> Use the Subnet Configuration section in Settings to efficiently manage IP allocation. Monitor IP capacity to ensure you have enough addresses for new domains. Consider adding multiple subnets for better organization</li>
<li><strong className="text-gray-900 dark:text-white">Understand live-reloadable settings:</strong> Take advantage of settings that can be changed without restarting (like LOG_LEVEL) for quick adjustments. Remember that restart-required settings need a node restart to take effect</li>