Ability to update Filebrowser #195

Closed
opened 2026-02-04 17:03:52 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @ridvan-cln on GitHub (Dec 19, 2024).

Have you read and understood the above guidelines?

yes

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

Filebrowser

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/filebrowser.sh)"

📝 Provide a clear and concise description of the issue.

Hi,
first of all thanks for all the effort, these scripts are saving a lot of time for all of us.

Is it possible to update the script for Filebrowser so that it has the ability to update the app, like with most other scripts?

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

...

Paste the full error output (if available).

...

🖼️ Additional context (optional).

No response

Originally created by @ridvan-cln on GitHub (Dec 19, 2024). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Filebrowser ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/filebrowser.sh)" ### 📝 Provide a clear and concise description of the issue. Hi, first of all thanks for all the effort, these scripts are saving a lot of time for all of us. Is it possible to update the script for Filebrowser so that it has the ability to update the app, like with most other scripts? ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. ... ### ❌ Paste the full error output (if available). ... ### 🖼️ Additional context (optional). _No response_
OVERLORD added the investigation label 2026-02-04 17:03:52 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Dec 20, 2024):

Thanks for your effort, but you made the pull request against you own repo. On the other hand i had a look on your code and it dose not do anything updatewise. It just dose a echo command.

@MickLesk we should probably rebuild it entierly to fit the new system instead of patching that?

@michelroegl-brunner commented on GitHub (Dec 20, 2024): Thanks for your effort, but you made the pull request against you own repo. On the other hand i had a look on your code and it dose not do anything updatewise. It just dose a echo command. @MickLesk we should probably rebuild it entierly to fit the new system instead of patching that?
Author
Owner

@MickLesk commented on GitHub (Dec 20, 2024):

Not so easy, its not an LXC Script. You can execute this in all LXCs

@MickLesk commented on GitHub (Dec 20, 2024): Not so easy, its not an LXC Script. You can execute this in all LXCs
Author
Owner

@MickLesk commented on GitHub (Dec 20, 2024):

Can you test it?

 bash -c "$(wget -qLO - https://github.com/MickLesk/Proxmox_DEV/raw/main/misc/filebrowser.sh)"
@MickLesk commented on GitHub (Dec 20, 2024): Can you test it? ```bash bash -c "$(wget -qLO - https://github.com/MickLesk/Proxmox_DEV/raw/main/misc/filebrowser.sh)" ```
Author
Owner

@ridvan-cln commented on GitHub (Dec 21, 2024):

Just tried, the script went through successful, but the running version is still the old one. Do i need to restart the service maybe?

Edit:
Restarting the service solved the issue, maybe you can add that to the script.
Thx a lot!

@ridvan-cln commented on GitHub (Dec 21, 2024): Just tried, the script went through successful, but the running version is still the old one. Do i need to restart the service maybe? Edit: Restarting the service solved the issue, maybe you can add that to the script. Thx a lot!
Author
Owner

@MickLesk commented on GitHub (Dec 21, 2024):

Ok, i Update the Script on monday and create an pr

@MickLesk commented on GitHub (Dec 21, 2024): Ok, i Update the Script on monday and create an pr
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#195