mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Fix remaining comma splices in infra and smarthome articles
This commit is contained in:
+1
-1
@@ -40,5 +40,5 @@ layout: base.njk
|
||||
<li><strong>Advantage</strong>, simple backup via <code>mysqldump</code>, straightforward remote access configuration (bind-address, dedicated service users per consuming application), and one central database that multiple Docker containers on other hosts can connect to over the network instead of each running their own database container.</li>
|
||||
</ul>
|
||||
|
||||
<p class="note">All three LXCs run exclusively on the main Proxmox host (PVE), not on pve2 or the Synology, they're intentionally kept centralized since they're few in number and don't need the multi-host redundancy that the Docker setup has. IPs, credentials and specific VMIDs are omitted here; only the reasoning behind the LXC-vs-Docker choice is shown.</p>
|
||||
<p class="note">All three LXCs run exclusively on the main Proxmox host (PVE), not on pve2 or the Synology; they're intentionally kept centralized since they're few in number and don't need the multi-host redundancy that the Docker setup has. IPs, credentials and specific VMIDs are omitted here; only the reasoning behind the LXC-vs-Docker choice is shown.</p>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@ temperature thresholds) are planned but not yet implemented.</p>
|
||||
<h2>Open items</h2>
|
||||
<ul>
|
||||
<li>Alerting rules are not yet configured for most services.</li>
|
||||
<li>The secondary (test) Proxmox host isn't monitored yet, it's usually powered off.</li>
|
||||
<li>The secondary (test) Proxmox host isn't monitored yet; it's usually powered off.</li>
|
||||
<li>Retention policy for Prometheus data hasn't been tuned.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user