chore: track all project map and index files

Add generated .pi-map.md and .pi-map.index.md files across the repository
so the project navigation maps are shared and versioned. These artifacts
are maintained by project_map_init/patch/validate and must be kept in
sync with source edits.

Note: .cache/ remains ignored (added in previous commit).
This commit is contained in:
Developer
2026-06-12 13:46:23 +00:00
parent 44ef62271e
commit 070cd4d5a5
642 changed files with 14785 additions and 0 deletions
@@ -0,0 +1,24 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
## role
This package contains planning and design documents for integrating OAuth/Authentik authentication with Traefik reverse proxy deployment into a Docker-based application.
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,22 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
## role
This package contains planning and design documents for integrating OAuth/Authentik authentication with Traefik reverse proxy deployment into a Docker-based application.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- design.md | Design document for making a Docker-based application deployable behind an existing Traefik reverse proxy by removing hardcoded URLs and adding environment-based configuration | dep: Docker, Docker Compose, Traefik, Authentik, Python (config.py, auth.py), Vite (frontend)
- proposal.md | Proposes architectural changes to externalize Authentik/domain configuration to environment variables and add Traefik reverse proxy deployment support.
- tasks.md | A task tracking document for externalizing authentication/domain configuration, creating Traefik deployment, updating frontend config, and running verification tests.
## arch
Specification-driven development using OpenAPI metadata, with task-driven implementation planning focused on environment-based configuration externalization and reverse proxy integration patterns.
## tags
traefik, design, configuration, .openspec, document, docker, reverse, proxy
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,26 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
## role
Contains specification documents for OAuth-Traefik integration architecture implemented on 2025-05-17, serving as archived design reference for the project's authentication/authorization infrastructure.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/.pi-map.md
## children
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
- openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
## files
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,18 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
## role
Contains specification documents for OAuth-Traefik integration architecture implemented on 2025-05-17, serving as archived design reference for the project's authentication/authorization infrastructure.
## files
## arch
Specification-driven architecture using archived dated design documents for reverse-proxy-based OAuth integration, likely detailing Traefik middleware configuration patterns for external authentication providers.
## tags
-
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
## role
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/auth-oauth/.pi-map.index.md
## role
Defines authentication specifications for OAuth2/OIDC integration with Authentik and secure session management using httpOnly cookies.
## files
- spec.md | Specifies modified requirements for OAuth2/OIDC authentication via Authentik and session security with httpOnly cookies | dep: Authentik, Traefik, OAuth2, OIDC
## arch
Specification-driven design using markdown-based requirements documentation for external identity provider integration and browser security patterns.
## tags
oauth2, oidc, authentik, spec, specifies, modified, requirements, authentication
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
## role
Defines Docker infrastructure requirements for OAuth-Traefik integration using behavior-driven specification examples.
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/docker-infrastructure/.pi-map.index.md
## role
Defines Docker infrastructure requirements for OAuth-Traefik integration using behavior-driven specification examples.
## files
- spec.md | Defines modified requirements for Docker Compose setup and environment configuration using specification by example (Gherkin-style scenarios) | dep: Docker Compose, Traefik
## arch
Specification-by-example pattern with Gherkin-style scenarios for declarative infrastructure requirements, separating environment configuration concerns from implementation details.
## tags
spec, defines, modified, requirements, docker, compose, setup, environment
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment (index)
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
## role
Defines infrastructure deployment specifications for Traefik reverse proxy with OAuth integration
## parent
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
map: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
dir: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment
index: openspec/changes/archive/2025-05-17-oauth-traefik-integration/specs/traefik-deployment/.pi-map.index.md
## role
Defines infrastructure deployment specifications for Traefik reverse proxy with OAuth integration
## files
- spec.md | Specifies requirements for Traefik Docker Compose deployment configuration and environment variable documentation | dep: Traefik, Docker Compose, Authentik, OIDC
## arch
Markdown-based specification document using declarative configuration patterns for Docker Compose orchestration with environment-driven configuration management
## tags
traefik, spec, specifies, requirements, docker, compose, deployment, configuration
## symbols
-
## workflows
-
## dirty
-