No description
Find a file
2026-07-12 21:01:17 -04:00
.github Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
.phan Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
app document payload migration runtime plan 2026-07-10 20:02:57 -04:00
bgbye document payload migration runtime plan 2026-07-10 20:02:57 -04:00
dashboard Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
directus Document Directus production contract and repair auth 2026-07-10 10:51:04 -04:00
docs/le-app-database-migration add Phase 2B contained runtime artifacts 2026-07-12 21:01:17 -04:00
payload document payload migration runtime plan 2026-07-10 20:02:57 -04:00
svgnest Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
.dockerignore document payload migration runtime plan 2026-07-10 20:02:57 -04:00
.gitignore document payload migration runtime plan 2026-07-10 20:02:57 -04:00
.htaccess Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
.node-version document payload migration runtime plan 2026-07-10 20:02:57 -04:00
.nvmrc document payload migration runtime plan 2026-07-10 20:02:57 -04:00
docker-compose.yml Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
LEGACY_REPOSITORIES.md Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00
README.md Create monorepo from known-good production state 2026-07-09 21:09:35 -04:00

Laser Everything Database

Monorepo for the Laser Everything database application and its supporting services.

Components

  • app/ — main Next.js application
  • bgbye/ — customized background-removal service
  • dashboard/ — static application dashboard
  • svgnest/ — customized SVG nesting application
  • app/files/ — curated manuals, reference material, software and projects
  • docker-compose.yml — production service definition

Runtime data excluded from Git

The following are created or downloaded on the deployment host and are not stored in this repository:

  • environment and secret files;
  • JavaScript dependencies and Next.js build output;
  • Python virtual environments;
  • BGBye model downloads and caches;
  • logs and temporary files.

The production environment currently expects:

  • app/.env.local
  • bgbye/.cache/
  • bgbye/.u2net/
  • bgbye/.ormbg/

These must be provisioned separately when deploying a fresh checkout.

Repository structure

This repository replaces several older nested repositories. BGBye and SVGnest are incorporated directly as locally maintained source trees rather than Git submodules or automatically updated upstream dependencies. See their UPSTREAM.md files and LEGACY_REPOSITORIES.md for provenance.