Files
ProxmoxVEDHelperScripts/install
CanbiZ (MickLesk) 7f1b977e18 Improve build/install scripts for multiple apps
Switch development builds to production and harden install/update steps across several apps.

- Akaunting: use `npm run production` instead of `npm run dev` in both install and update scripts to produce production assets.

- Blinko: make bun installs run with `--unsafe-perm`, run `bun run build:web` and `bun run build:seed`, copy built public assets into `/opt/blinko/server/public`, run prisma migrations, and execute the generated seed script. Add PORT and NEXT_PUBLIC_BASE_URL to the .env. Update the systemd service to use WorkingDirectory `/opt/blinko/server` and start the app with `node /opt/blinko/dist/index.js`.

- InvoiceShelf & SolidTime: stop capturing APP_KEY via `php artisan key:generate --show` + sed; instead run `php artisan key:generate` during install after composer install. SolidTime also runs `php artisan storage:link` after build. These changes simplify key generation and ensure proper storage linking.

Overall these updates ensure production-ready builds, proper artifact placement, and correct runtime configuration for services.
2026-04-13 17:13:39 +02:00
..
2026-03-06 20:35:01 +10:00
2026-03-26 08:02:26 +01:00
2026-03-26 07:57:35 +01:00
2026-03-26 09:32:56 +01:00
2026-04-10 08:05:26 +02:00
2026-03-26 07:57:35 +01:00
2026-03-27 13:36:19 +01:00
2026-03-28 11:03:33 +01:00
2026-03-30 12:09:14 +02:00
2026-03-26 07:57:35 +01:00
2026-03-24 21:41:34 +01:00
2026-02-19 08:38:57 +01:00
2026-04-06 19:49:18 +02:00
2026-03-26 07:57:35 +01:00
2026-03-06 09:13:00 +01:00
2026-04-06 19:49:18 +02:00
2026-04-04 11:57:14 +02:00
2026-03-18 14:58:47 +01:00
2026-04-13 14:09:23 +02:00
2026-01-30 15:23:33 +01:00
2026-04-06 20:03:03 +02:00
2026-02-08 15:49:19 -06:00
2026-03-26 07:57:35 +01:00
2026-03-26 07:57:35 +01:00
2026-03-24 21:49:43 +01:00
2026-03-18 14:58:47 +01:00