Life Archive App collection cover

Collection

Life Archive App

7 entries0 fileslafapplicationself-hosting
Collections

A practical guide to installing, configuring, deploying, and operating the reference Life Archive web app.

Life Archive App is the open-source reference web application for the Life Archive Format. Follow this guide from the overview through installation and configuration, then use the deployment and operations entries when publishing an archive.

Entries

July 6, 2026guide

Life Archive App Overview

Life Archive App is the open-source reference web application for the Life Archive Format. It reads a .life folder from the local filesystem and presents the archive as a public…

Read entry
July 5, 2026guide

Installing Life Archive App

Life Archive App is a Next.js server application. A local installation needs Node.js with npm, a copy of the application repository, and at least one valid .life archive. The pr…

Read entry
July 4, 2026guide

Configuring Life Archive App

Tracked application defaults are centralized in src/defaults.ts . Deployment-specific overrides belong in the root .env.local , which Git ignores. Archive-specific identity and…

Read entry
July 4, 2026guide

Configuring Life Archive App

Tracked application defaults are centralized in src/defaults.ts . Deployment-specific overrides belong in the root .env.local , which Git ignores. Archive-specific identity and…

Read entry
July 3, 2026guide

Single-Archive and Multi-Tenant Modes

Life Archive App supports two archive-routing modes. Single-archive mode serves one .life folder for every request. Multi-host mode chooses an archive from the request hostname,…

Read entry
July 2, 2026guide

Deploying Life Archive App

Deploy Life Archive App as a Next.js server application , not as a static export. Pages are server rendered as needed, and archive files, album media, generated thumbnails, and…

Read entry
July 1, 2026guide

Operations and Troubleshooting

Life Archive App is intentionally light on operational state. The .life folder is the source of truth, while generated thumbnails live under systemPath and may be recreated. Goo…

Read entry