compute:edge_proxy_node
Differences
This shows you the differences between two versions of the page.
| compute:edge_proxy_node [2026/06/17 14:07] – created - external edit 127.0.0.1 | compute:edge_proxy_node [2026/06/17 14:10] (current) – privacyl0st | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Edge Proxy Architecture Setup (The Guard) ====== | ||
| + | This section covers the base OS layout for the low-power Single Board Computer (Raspberry Pi 5 ARM64) serving as your single public-facing entryway. | ||
| + | |||
| + | ===== 1. Base OS Preparation ===== | ||
| + | - **OS Flashing:** Open the official Raspberry Pi Imager tool. Select **Ubuntu Server 24.04 LTS (ARM64)** and flash it to your PCIe Gen 4 NVMe storage module (or high-endurance SD card). | ||
| + | - **Physical Connectivity: | ||
| + | - **Static IP Assignment: | ||
| + | |||
| + | ===== 2. Architecture Adaptation (ARM64 Layout Adjustments) ===== | ||
| + | Because the Raspberry Pi utilizes an ARM64 processing architecture, | ||
| + | |||
| + | ==== PCIe Bus Speed Tuning ==== | ||
| + | If you are utilizing an NVMe hardware HAT, open your bootloader firmware settings file to unlock full PCIe Gen 3 data transfer rates across the bus. | ||
| + | |||
| + | Open ''/ | ||
| + | <file bash / | ||
| + | dtparam=pciex1 | ||
| + | dtparam=pciex1_gen=3 | ||
| + | </ | ||
| + | |||
| + | ==== Repository Validation ==== | ||
| + | Confirm that the standard ARM64 APT package lists are active. This permits the native execution of lightweight edge tools (nginx-light or nginx-full) and certbot without forcing the hardware to run slow, emulated x86 instruction translation layers. | ||
| + | |||
| + | **Next Step:** Ensure your global optimizations are applied via [[compute: | ||
compute/edge_proxy_node.txt · Last modified: by privacyl0st
