Commit Graph

7 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
35bc2cc66e copy: tone down tagline, fix Danish grammar throughout
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 47s
- Tagline: 'Ingen bullshit' -> 'Ingen markup' (mere professionel tone)
- Rettelse: 'längre' -> 'længere' (stavefejl)
- Komma foran 'om' i indirekte spørgsmål (x5)
- Komma foran relativsætninger med 'der/du' (x3)
- 'brug for dem' -> 'brug for det' (korrekt pronomen)
- Komma foran 'når' i bisætninger
2026-04-26 20:13:09 +02:00
Henrik Jess Nielsen
b9d599a56d fix: local dev port 9912
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 46s
2026-04-26 19:32:18 +02:00
Henrik Jess Nielsen
d6972231d0 ci: redeploy - nomad volume now registered on autobox
All checks were successful
Build and Deploy PunktFri / build-and-deploy (push) Successful in 48s
2026-04-26 19:27:41 +02:00
Henrik Jess Nielsen
6ef6364dea ci: trigger redeploy after nomad volume registration
Some checks failed
Build and Deploy PunktFri / build-and-deploy (push) Has been cancelled
2026-04-26 19:24:41 +02:00
Henrik Jess Nielsen
f098c65ca0 Add deployment pipeline, Dockerfile, Nomad spec and tests
Some checks failed
Build and Deploy PunktFri / build-and-deploy (push) Has been cancelled
- Dockerfile: python:3.12-slim + gunicorn, dynamic port, BUILD_VERSION args
- punktfri.nomad: Traefik routing for punktfri.i80.dk, host volume for SQLite
- .gitea/workflows/deploy.yml: build/push to Harbor, deploy to Nomad
- Makefile: install/run/test/build targets
- tests/test_app.py: 9 pytest tests covering all routes and validation
- requirements.txt: add gunicorn
- requirements-dev.txt: pytest
- app.py: health endpoint returns version/commit info
2026-04-26 18:32:32 +02:00
Henrik Jess Nielsen
7fe85dfe2c Add PunktFri Flask landing page
- Landing page with hero, problemet, målgruppe, idé, disclaimer sections
- Signup form → SQLite + file log (navn, email, domæner, egne_ns, kommentar)
- /tak confirmation page
- /admin with HTTP Basic Auth
- /health endpoint
- Mobile-first minimal CSS, Danish throughout
- Honest 'under undersøgelse' framing — no premature organisational claims
2026-04-26 18:20:54 +02:00
Henrik Jess Nielsen
6fce8985b4 first commit 2026-04-26 18:11:05 +02:00