diff --git a/infra/lxc/index.njk b/infra/lxc/index.njk index db4499a..9398e5a 100644 --- a/infra/lxc/index.njk +++ b/infra/lxc/index.njk @@ -40,5 +40,5 @@ layout: base.njk
  • Advantage, simple backup via mysqldump, 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.
  • -

    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.

    +

    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.

    \ No newline at end of file diff --git a/infra/monitoring/index.njk b/infra/monitoring/index.njk index ee4906d..5b8b2ba 100644 --- a/infra/monitoring/index.njk +++ b/infra/monitoring/index.njk @@ -50,7 +50,7 @@ temperature thresholds) are planned but not yet implemented.

    Open items

    diff --git a/smarthome/kids-rfid-player/index.njk b/smarthome/kids-rfid-player/index.njk index b0e1b42..57b5cd6 100644 --- a/smarthome/kids-rfid-player/index.njk +++ b/smarthome/kids-rfid-player/index.njk @@ -25,7 +25,7 @@ layout: base.njk

    How it works

    -

    Each RFID card is mapped to a specific audio file on the SD card. Hold a card against the reader and the corresponding story or song starts playing. Hold the RFID keychain against the reader to pause; hold it again to resume. No other buttons exist on the device, the design intentionally minimizes interaction points so even a toddler can use it independently.

    +

    Each RFID card is mapped to a specific audio file on the SD card. Hold a card against the reader and the corresponding story or song starts playing. Hold the RFID keychain against the reader to pause; hold it again to resume. No other buttons exist on the device; the design intentionally minimizes interaction points so even a toddler can use it independently.

    Auto-shutdown behavior

    The power management distinguishes between two states to avoid unnecessary battery drain:

    @@ -35,7 +35,7 @@ layout: base.njk

    The case

    -

    The enclosure is a custom-built retro-style wooden box, painted by hand. The name "Rocky Box" came from my son, who painted a Paw Patrol character on the front. The design is deliberately quirky and homemade rather than polished, it has character.

    +

    The enclosure is a custom-built retro-style wooden box, painted by hand. The name "Rocky Box" came from my son, who painted a Paw Patrol character on the front. The design is deliberately quirky and homemade rather than polished; it has character.

    What's missing (by design)