Commit Graph

11 Commits

Author SHA1 Message Date
b036e744e1 v1.0.0: Rename package to blinko-cloudron
- Change package id to ren.due.blinko-cloudron
- Update author and contact email
- Reset version to 1.0.0 for initial release
v1.0.0 v1.0.0-docker
2025-12-29 19:22:42 -06:00
1884e355e5 v1.0.8: Add NGINX location for vditor markdown editor assets
- Serve /dist/ from node_modules/vditor/dist to fix lute.min.js 502 error
- The vditor editor dynamically loads lute parser at /dist/js/lute/lute.min.js
2025-12-29 18:48:23 -06:00
3665e86a3d Link static files for vite-express 2025-12-29 17:32:09 -06:00
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