Compare commits

..

2 Commits

Author SHA1 Message Date
e13393b82c feat: update container versions for Baikal, Karakeep, and Postiz
- Update Baikal to v0.10.1 (PostgreSQL support, PHP 8.4 compatibility)
- Update Karakeep to v0.25.0 (Safari extension, PDF screenshots, bulk tag deletion)
- Update Postiz to v1.48.4 (AI image generation, drag-drop uploads, enhanced platform support)

All services tested and running successfully with no errors.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 21:04:24 -06:00
8edcea2f91 fix: add NEXT_API_DEBUG_MODE environment variable to MMDL
Resolves calendar creation issue where clicking save would fail with
'Cannot read properties of undefined (Reading 'toUpperCase')' error.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 20:37:08 -06:00
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
baikal:
image: ckulka/baikal:nginx
image: ckulka/baikal:0.10.1-nginx
restart: unless-stopped
volumes:
- config:/var/www/baikal/config

View File

@@ -1,7 +1,7 @@
version: "3.8"
services:
web:
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
image: ghcr.io/karakeep-app/karakeep:0.25.0
restart: unless-stopped
volumes:
- data:/data

View File

@@ -38,4 +38,5 @@ SESSION_VALIDITY_PERIOD=30
API_URL=https://{{ subdomains.tasks }}
DEBUG_MODE=false
TEST_MODE=false
NEXT_API_DEBUG_MODE=false
SUBTASK_RECURSION_DEPTH=5

View File

@@ -1,6 +1,6 @@
services:
postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
image: ghcr.io/gitroomhq/postiz-app:v1.48.4
container_name: postiz
restart: always
environment: