Add support for changing URL Bar-Assistant #1352

Closed
opened 2026-02-05 00:27:14 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @MarcPot on GitHub (Jul 27, 2025).

🌟 Briefly describe the feature

Add support for changing URL Bar-Assistant

📝 Detailed description

When using the bar assistant script, the local IP is used for building salt-rim.
When using for example nginx proxy manager you cannot connect to the bar (Cannot connect to API at {local_ip})

The fix for this is:
changing the url at
/opt/vue-salt-rim/public/config.js
npm install
npm run build

I think it would be nice if we got this option in the install script. And also if we get the option in the update script.

💡 Why is this useful?

Because it took me a while before I found the problem. And others will likely have the same issue.

Originally created by @MarcPot on GitHub (Jul 27, 2025). ### 🌟 Briefly describe the feature Add support for changing URL Bar-Assistant ### 📝 Detailed description When using the bar assistant script, the local IP is used for building salt-rim. When using for example nginx proxy manager you cannot connect to the bar (Cannot connect to API at {local_ip}) The fix for this is: changing the url at /opt/vue-salt-rim/public/config.js npm install npm run build I think it would be nice if we got this option in the install script. And also if we get the option in the update script. ### 💡 Why is this useful? Because it took me a while before I found the problem. And others will likely have the same issue.
OVERLORD added the enhancement label 2026-02-05 00:27:14 +03:00
Author
Owner

@MickLesk commented on GitHub (Jul 27, 2025):

No. Maybe a Guide in discussion, not in Script himself. Its Impossible to know this during the build process

@MickLesk commented on GitHub (Jul 27, 2025): No. Maybe a Guide in discussion, not in Script himself. Its Impossible to know this during the build process
Author
Owner

@ehaughee commented on GitHub (Aug 20, 2025):

FYI, I had to also change the following files, swapping any occurrences of the container's IP address (not loopback addresses) to my reverse proxy domain:

  1. /opt/bar-assistant/bootstrap/cache/config.php - To get some images working
  2. /opt/bar-assistant/.env - I don't remember if I needed to change this or not but it had the IP address in it

Then reboot the container.

@ehaughee commented on GitHub (Aug 20, 2025): FYI, I had to also change the following files, swapping any occurrences of the container's IP address (not loopback addresses) to my reverse proxy domain: 1. `/opt/bar-assistant/bootstrap/cache/config.php` - To get some images working 2. `/opt/bar-assistant/.env` - I don't remember if I needed to change this or not but it had the IP address in it Then reboot the container.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1352