2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00
2026-07-29 19:24:59 +03:00

Stockroom Inventory

A Dockerized inventory system for computers, audio equipment, graphics hardware, long-play records, CDs, displays, peripherals, and other assets.

Run with Docker

docker compose up --build

Open http://localhost:5000. The SQLite database is stored in the persistent inventory_data Docker volume.

Features

  • Search by name, brand, model, serial number, asset tag, or location
  • Filter by item type and status
  • Add, edit, and delete inventory records
  • Computer fields: CPU, RAM, GPU, and disk/storage
  • Media field: format
  • CSV export of the currently visible inventory
  • Responsive web UI for desktop and mobile

Local development

python -m venv .venv
.venv\\Scripts\\activate
pip install -r requirements.txt
python app.py
S
Description
No description provided
Readme
15 MiB
Languages
Python 71.5%
HTML 23.8%
JavaScript 4%
Dockerfile 0.7%