devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
958 stars 287 forks source link

[Feature Request] Proposal: Separate Dashboard with One-Click Update Button for Seamless Release Management #574

Open Sabyrzhanuly opened 5 days ago

Sabyrzhanuly commented 5 days ago

Hi,

I have a suggestion.

Is it possible to run the dashboard separately in its own container and include an "Update to the next release" button inside the dashboard? In the settings, there would be a field to input a Docker Hub API key, and the update process would be triggered by pressing the button. This would be very convenient as it eliminates the need to access the server for urgent updates.

Thank you!

patron:PLUS

devlikepro commented 4 days ago

Yeah, that would be great, but people use too different environments...

Probably we could provide a UI where you can put few things and it'd do the update for you tho via ssh :thinking: like what we'll need basically:

  1. ssh server\username\password (or key)
  2. docker key from portal.devlike.pro
  3. Folder where your docker-compose.yaml lives

It'll work only with docker-compose installations, however https://waha.devlike.pro/docs/how-to/install/

Let's see what we can do, but not this year 100%, we need to work on engines and new features

patron:PRO

Sabyrzhanuly commented 3 days ago

Yeah, that would be great, but people use too different environments...

Probably we could provide a UI where you can put few things and it'd do the update for you tho via ssh 🤔 like what we'll need basically:

  1. ssh server\username\password (or key)
  2. docker key from portal.devlike.pro
  3. Folder where your docker-compose.yaml lives

It'll work only with docker-compose installations, however https://waha.devlike.pro/docs/how-to/install/

Let's see what we can do, but not this year 100%, we need to work on engines and new features

patron:PRO

That's exactly what I meant. It would be really great, and I'm looking forward to it!

patron:PLUS