bolt.diy LXC script no longer working after 1.0.0 update #966

Closed
opened 2026-02-04 22:22:21 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @luxore on GitHub (May 16, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Bolt.Diy

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/boltdiy.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

Image

Might be an issue with the latest version of bolt.diy. This is a freshly deployed bolt.diy LXC using https://community-scripts.github.io/ProxmoxVE/scripts?id=boltdiy. It was working with the previous version, 0.7.0 I beleve, but this happened when I updated. I deleted and recreated a fresh LXC using the script URL and default settings, same thing. The App URL is not accessible.

The LXC can resolve github, for the record:

Image

🔄 Steps to reproduce the issue.

Deploy bolt.diy lxc using install script, check systemctl status bolt.diy

Paste the full error output (if available).

root@boltdiy:~# systemctl status boltdiy
● boltdiy.service - bolt.diy Service
Loaded: loaded (/etc/systemd/system/boltdiy.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-05-16 10:26:40 CDT; 1s ago
Main PID: 758767 (node)
Tasks: 39 (limit: 38134)
Memory: 206.0M
CPU: 2.082s
CGroup: /system.slice/boltdiy.service
├─758767 node /usr/bin/pnpm run dev --host
├─758778 node /root/.local/share/pnpm/.tools/pnpm/9.4.0/bin/pnpm run dev --host
├─758789 sh -c "node pre-start.cjs && remix vite:dev "--host""
├─758799 node /opt/bolt.diy/node_modules/.bin/../@remix-run/dev/dist/cli.js vite:dev --host
└─758815 /opt/bolt.diy/node_modules/.pnpm/@esbuild+linux-x64@0.21.5/node_modules/@esbuild/linux-x64/bin/esbuild --service=0.21.5 --ping

May 16 10:26:41 boltdiy pnpm[758790]: ★═══════════════════════════════════════★
May 16 10:26:41 boltdiy pnpm[758790]: 📍 Current Version Tag: v"1.0.0"
May 16 10:26:41 boltdiy pnpm[758790]: 📍 Current Commit Version: "no-git-info"
May 16 10:26:41 boltdiy pnpm[758790]: Please wait until the URL appears here
May 16 10:26:41 boltdiy pnpm[758790]: ★═══════════════════════════════════════★
May 16 10:26:42 boltdiy pnpm[758799]: fatal: not a git repository (or any of the parent directories): .git
May 16 10:26:42 boltdiy pnpm[758799]: [warn] Data fetching is changing to a single fetch in React Router v7
May 16 10:26:42 boltdiy pnpm[758799]: ┃ You can use the v3_singleFetch future flag to opt-in early.
May 16 10:26:42 boltdiy pnpm[758799]: ┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_singleFetch
May 16 10:26:42 boltdiy pnpm[758799]: ┗

🖼️ Additional context (optional).

No response

Originally created by @luxore on GitHub (May 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Bolt.Diy ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/boltdiy.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. ![Image](https://github.com/user-attachments/assets/edd67109-bb10-4729-9ef6-cd07f46c3820) Might be an issue with the latest version of bolt.diy. This is a freshly deployed bolt.diy LXC using https://community-scripts.github.io/ProxmoxVE/scripts?id=boltdiy. It was working with the previous version, 0.7.0 I beleve, but this happened when I updated. I deleted and recreated a fresh LXC using the script URL and default settings, same thing. The App URL is not accessible. The LXC can resolve github, for the record: ![Image](https://github.com/user-attachments/assets/6e011b8b-cfc0-4224-91c0-99c5d257a3e5) ### 🔄 Steps to reproduce the issue. Deploy bolt.diy lxc using install script, check systemctl status bolt.diy ### ❌ Paste the full error output (if available). root@boltdiy:~# systemctl status boltdiy ● boltdiy.service - bolt.diy Service Loaded: loaded (/etc/systemd/system/boltdiy.service; enabled; preset: enabled) Active: active (running) since Fri 2025-05-16 10:26:40 CDT; 1s ago Main PID: 758767 (node) Tasks: 39 (limit: 38134) Memory: 206.0M CPU: 2.082s CGroup: /system.slice/boltdiy.service ├─758767 node /usr/bin/pnpm run dev --host ├─758778 node /root/.local/share/pnpm/.tools/pnpm/9.4.0/bin/pnpm run dev --host ├─758789 sh -c "node pre-start.cjs && remix vite:dev \"--host\"" ├─758799 node /opt/bolt.diy/node_modules/.bin/../@remix-run/dev/dist/cli.js vite:dev --host └─758815 /opt/bolt.diy/node_modules/.pnpm/@esbuild+linux-x64@0.21.5/node_modules/@esbuild/linux-x64/bin/esbuild --service=0.21.5 --ping May 16 10:26:41 boltdiy pnpm[758790]: ★═══════════════════════════════════════★ May 16 10:26:41 boltdiy pnpm[758790]: 📍 Current Version Tag: v"1.0.0" May 16 10:26:41 boltdiy pnpm[758790]: 📍 Current Commit Version: "no-git-info" May 16 10:26:41 boltdiy pnpm[758790]: Please wait until the URL appears here May 16 10:26:41 boltdiy pnpm[758790]: ★═══════════════════════════════════════★ May 16 10:26:42 boltdiy pnpm[758799]: fatal: not a git repository (or any of the parent directories): .git May 16 10:26:42 boltdiy pnpm[758799]: [warn] Data fetching is changing to a single fetch in React Router v7 May 16 10:26:42 boltdiy pnpm[758799]: ┃ You can use the `v3_singleFetch` future flag to opt-in early. May 16 10:26:42 boltdiy pnpm[758799]: ┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_singleFetch May 16 10:26:42 boltdiy pnpm[758799]: ┗ ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 22:22:21 +03:00
Author
Owner

@tremor021 commented on GitHub (May 16, 2025):

ok this is stupid. They tied the build to be directly dependant on app directory beign a git clone...
it needs to have .git directory, which is not in the source tarballs....

Idk, if you want i cant change the way it gets installed / updated, but i'm not doing it on my own @MickLesk

@tremor021 commented on GitHub (May 16, 2025): ok this is stupid. They tied the build to be directly dependant on app directory beign a git clone... it needs to have .git directory, which is not in the source tarballs.... Idk, if you want i cant change the way it gets installed / updated, but i'm not doing it on my own @MickLesk
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#966