2025-01-18 21:16:19 -06:00
# 3d2a-index
## Overview
3d2a-index is a webservice and accompanying utilities that indexes and allows you to browse various guncad releases.
## Features
* Self-hostability
* A web-facing UI
* A search using an actual search index that doesn't suck dick
## How it Works
2025-01-18 21:34:02 -06:00
The webapplication is built on the Django web framework. `guncadindex`
2025-01-18 21:16:19 -06:00
## Building
**TODO**: Write building instructions. Probably gonna be Docker for prod building plus some instructions on instantiating a venv and installing requirements or whatever for dev stuff.
2025-01-18 21:34:02 -06:00
**TODO**: Include notes on these envvars:
* `3D2A_SECRET_KEY` -- must be defined or you'll use an insecure default.
2025-01-18 21:16:19 -06:00
## Deployment
**TODO**: Write up a quick docker-compose or something