nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:21:39 +02:00
9ae263e77e chore: add .env for server bottstrap
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:15:18 +02:00
2e7c849687 fix: update Dockerfile CMD to retry Prisma migration on failure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:06:23 +02:00
29d4cef688 feat: update Docker Compose configuration and add deployment script
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:53:19 +02:00
8efd9f6e1e fix: update parameter type in POST function to use Promise for id
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:51:54 +02:00
c20391bf2a refactor: simplify EditRecipeRedirect component by removing unused code
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 19:46:57 +02:00
73bf5193c4 feat: add image handling to recipes
nilsjohan pushed to main at nilsjohan/caddy 2026-04-15 19:08:41 +02:00
80883da0be Update Caddy to 2.4.6. Websockets works
nilsjohan pushed to main at nilsjohan/caddy 2026-04-15 12:40:17 +02:00
988999c474 Updatdet Caddyfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:48:59 +02:00
a2038ffbec feat: Enhance recipe import functionality with support for PDF, image, and URL inputs
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:46:08 +02:00
ea5f97ab82 chore: Add missing image and pull_policy configurations for frontend and API services in Docker Compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:39:11 +02:00
f50b4901f5 feat: Add health checks for frontend, API, and database services in Docker Compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:35:30 +02:00
a118a2ff11 chore: Update Dockerfile paths and add .dockerignore files for backend and frontend
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:28:40 +02:00
4a241c1cb9 refactor: Remove PDF parser and quick import controller/service implementations
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-14 22:24:41 +02:00
1ce1318bf5 feat: Implement PDF recipe parser and quick import service for file and URL inputs
nilsjohan pushed to main at nilsjohan/caddy 2026-04-14 15:50:56 +02:00
b5a3c3fe21 Updatede [common] to handle cookies
nilsjohan pushed to main at nilsjohan/wetty 2026-04-13 14:36:27 +02:00
dd5e55d236 changed port to match caddy
nilsjohan pushed to main at nilsjohan/caddy 2026-04-13 14:35:36 +02:00
7c7cf1bd02 Changed wettys port to 3001, gave recept.gynter.se basic_auth and updated basic_auth handling
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-12 18:57:46 +02:00
e18bf79395 feat: Implement PDF document import functionality with Markdown conversion
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-12 17:10:23 +02:00
e90fd2d670 feat: Enhance README and technical description with quick-import module details and parser architecture
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-12 17:08:50 +02:00
a1a4f9beb3 Update README with comprehensive architecture and API documentation