pryscraper/docs/adr/0001-initial-architecture.md
cryptorugmunch 8d25702eca chore(license): re-license to dual MIT (core) + BSL 1.1 (stealth)
Squashed from chore/license-relicense. Full message preserved in the
original branch commit bb77eb5. See ADR-0002 for the decision rationale.

Refs: ADR-0002, commit bb77eb5
2026-07-02 19:59:18 +02:00

565 B

//: # (Copyright (c) 2026 Rug Munch Media LLC)

ADR-0001: Initial Architecture

Status

Accepted · 2026-07-02

Context

First commit of PryScraper. Need to document the foundational choices.

Decision

  • Language: Python 3.12 + FastAPI
  • Port: 8005
  • Deployment: Docker on Talos behind nginx
  • Source of truth: forgejo
  • CI: forgejo Actions
  • Secrets: gopass

Consequences

  • All future decisions build on this foundation
  • Breaking changes to these need a new ADR

Alternatives

  • TBD