A preserved infrastructure stage
The photographed 1U machine was an earlier Worldnode server. It is retained in this archive as evidence of the infrastructure before the project migrated to newer hardware. The artifact documents one historical stage in the project’s evolution; it is not presented as the current public server.
Beyond the home network
Worldnode is a remote Debian server used for public internet services including dennishilk.com, World Observer and the Computer Museum. It is distinct from the home environment: public hosting can remain available independently while the homelab continues to support private learning and compatibility infrastructure.
Debian↓nginx↓HTML / assets↓Browser renders page
The page explains its own delivery
When a visitor opens this exhibit, DNS helps locate the public server and HTTPS protects the connection in transit. nginx is the web server that returns the static HTML and assets; the browser then renders them. Git-based deployment provides a controlled path from changes to publication, while systemd services and timers can run scheduled work or server-side data generation.
No credentials, secret addresses or sensitive configuration are part of this documentation.