Commit graph

10 commits

Author SHA1 Message Date
df1cd66cf1
chore: wire APP_OPENAI_MODEL and upgrade Go/deps 2026-02-18 18:32:01 +01:00
2aadb421ef
chore(go): bump Go to 1.25 (Dockerfiles + go.mod); respect .gitignore 2025-09-12 11:24:06 -04:00
fc0daf6a14
chore(build,ci,docs): switch to Makefile, consolidate CI, add caching + AGENTS (#47) 2025-08-30 22:36:11 -04:00
7038b3e4ae
feat(docker): optimize Dockerfile for multi-stage builds
- Introduced a builder stage to separate build dependencies.
- Added a dev stage for runtime dependencies and live reload tools.
- Reduced image size by cleaning up unnecessary files in the builder
stage.
- Improved build efficiency by copying only necessary files to the dev
stage.
2025-04-27 14:20:08 +02:00
db1fa2cbd9
feat: update Go version and dependencies
Updated Go version to 1.24 and upgraded dependencies to their latest
compatible versions. This includes updates to Dockerfiles, go.mod,
and go.sum. Regenerated templated files with templ v0.3.857.
2025-04-23 17:31:46 +02:00
9a6b6ef0c3
fix cronjob (#45)
fixes #32
2025-02-23 22:38:32 +01:00
f4250fb275
cleanup 2024-08-23 08:21:22 +02:00
47ee4f2168
upgrade to Go 1.23 2024-08-21 07:41:54 +02:00
e37228ba31
improve dev dockerfile 2024-08-19 13:59:41 +02:00
6eb7e272a4
use docker dev env 2024-08-09 15:33:33 +02:00