Commit Graph

8 Commits

Author SHA1 Message Date
654aecde66 Set PRISMA_QUERY_ENGINE_LIBRARY environment variable 2025-12-29 17:25:45 -06:00
d094301075 Copy Prisma engine to bundled code locations 2025-12-29 17:21:17 -06:00
e4e6e72f44 Regenerate Prisma client for runtime OpenSSL version 2025-12-29 17:16:59 -06:00
bb7229888c Fix NGINX config and Blinko working directory
- Move temp path directives into http block
- Set working directory to /app/data for Blinko
- Add BLINKO_DATA_PATH environment variable
2025-12-29 17:14:19 -06:00
ef38a99105 Fix NGINX temp dirs and Blinko entry point
- Configure NGINX to use /run for temp directories
- Fix Blinko entry point to dist/index.js
2025-12-29 17:07:33 -06:00
74108fba9b Fix read-only filesystem issue in start.sh
- Remove symlink creation in /app/code (read-only)
- Set HOME=/app/data for Blinko data storage
- Use full path to prisma binary
- Fix seed.js path to dist directory
2025-12-29 17:01:59 -06:00
527e555384 Fix changelog format in manifest 2025-12-29 15:50:42 -06:00
9a1bb3d3bc Initial Blinko Cloudron package
- CloudronManifest.json with PostgreSQL and localstorage addons
- Dockerfile based on cloudron/base:5.0.0
- NGINX reverse proxy configuration
- Supervisor process management
- Initialization script with auto-configuration
2025-12-29 15:50:37 -06:00