Automatic updates #2171
ThallesP
started this conversation in
Feature Requests
Replies: 2 comments
0 replies
|
Since it has now become larger, also because I have often set up at RAW Ports, then I have forgotten part of it and got annoyed that it worked nicely, my script has become nice and large, from backup, update, diagnosis https://github.com/sandmaennchen5/scripts/tree/main/pangolin |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Pangolin should do automatic updates or at least security ones by default
Motivation
One of my biggest frustrations with Pangolin right now is the update process. Pangolin is software that I want to install and forget about without worrying about RSC vulnerabilities and similar issues.
Also, the update process is kind of a pain to deal with, and as a lazy person, I always postpone it.
Proposed Solution
Pangolin should perform automatic updates by default.
If the update process requires downtime, the user should be able to set a schedule for updates directly through the user interface.
A way to approach this is by focusing on creating a CLI script command that performs the update process (simply by following the current documentation). Here's an example of how Coolify implements this approach with great success.
Alternatives Considered
as an MVP, I wouldn't mind a script that I can copy and paste into a cron job on my system instead of the current upgrading documentation.
Additional Context
No response
All reactions