4 Commits

Author SHA1 Message Date
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
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
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