Christoph K.
579597776c
Add infra/docker-compose.yml for shared postgres stack
...
Deploy to NAS / deploy (push) Has been cancelled
Move compose config from README into its own file; README now references it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 16:03:43 +02:00
Christoph K.
1fb015b0fc
Remove pgAdmin from shared infra setup
...
Start without UI; pgAdmin can be added later as optional service.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 15:57:52 +02:00
Christoph K.
2a74ea3702
Update backend submodule
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 15:46:53 +02:00
Christoph K.
257d1e4062
Add Gitea CI/CD pipeline and shared infra setup
...
- docker-compose.yml: remove bundled postgres, connect to shared
postgres via host-gateway:5433, add uploads volume, configurable port
- .gitea/workflows/deploy.yml: Gitea Actions workflow for automated
deploy on push to main
- infra/README.md: step-by-step setup guide for NAS deployment
(shared postgres, pgAdmin, act_runner, Gitea secrets)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 15:42:58 +02:00
Christoph K.
b865e5a283
Update backend submodule
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 10:19:27 +02:00
Christoph K.
de6e387c7b
Update gitignore files for all components
...
Root: add OS/IDE/secrets patterns
webapp: add .vite/, .tsbuildinfo, .env.local
backend: add /createuser binary, bin/, uploads/ (submodule bump)
app: remove redundant entries, add *.hprof, *.class
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 09:57:31 +02:00
Christoph K.
23506bab7d
Replace hardcoded DB credentials with env vars in docker-compose
...
Adds .env.example as a template and .gitignore to exclude the actual
.env file, preventing accidental credential commits.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-07 09:54:18 +02:00
Christoph K.
a49416854e
Remove nginx/webapp container; single Go server serves SPA + API
...
- Add root Dockerfile: node build → copy dist into Go embed path → distroless binary
- Update docker-compose: one service (api on :9050), DB renamed ralph→pamietnik
- Remove references to RALPH/reisejournal across all docs and configs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 10:32:04 +02:00
Christoph K.
d1436abca8
Add Mermaid diagrams to architecture doc (implementation status, risk quadrant, production readiness)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 10:24:34 +02:00
Christoph K.
9775a22473
Add arc42 architecture documentation in doc/architecture.md
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 10:20:01 +02:00
Christoph K.
5abfa29e91
Remove migrate service from docker-compose; update README
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 10:05:22 +02:00
Christoph K.
bf89ef01c7
Add hashtag requirements (REQ-TAG-*) and backlog tasks (T073-T087)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:59:23 +02:00
Christoph K.
bc2fa7b966
Apply typewriter/editorial UI style using system fonts only
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:57:03 +02:00
Christoph K.
48ff7104da
Fix migrate service: use entrypoint instead of command
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:54:54 +02:00
Christoph K.
909e9b6813
Fix unused import in days-page.ts
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:36:51 +02:00
Christoph K.
304ee6d0b5
Add package-lock.json for reproducible webapp builds
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:35:27 +02:00
Christoph K.
590d433d7e
Document full build and deployment instructions in CLAUDE.md
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:30:17 +02:00
Christoph K.
4b730b1076
Add root docker-compose and webapp Dockerfile/nginx for full-stack deployment
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:29:17 +02:00
Christoph K.
07fdd3de31
Add webapp subproject (Vite + TypeScript + Web Components)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:25:50 +02:00
Christoph K.
37c56e7e3e
Add project-specific Claude agents (6 standard agents)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:21:52 +02:00
Christoph K.
b6a40ea8c6
Add root CLAUDE.md with project overview and dev commands
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:19:54 +02:00
Christoph K.
2985b3c76e
Initial commit
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-05 20:15:47 +02:00