Reboot server button (#553)

* add button Reboot Server
This commit is contained in:
agalehaga
2024-02-04 18:52:03 +02:00
committed by GitHub
parent cdf46c968a
commit fd98ef1250
11 changed files with 475 additions and 276 deletions
@@ -22,6 +22,7 @@ public:
typedef QList<QPair<QString, QString>> Vars;
ErrorCode rebootServer(const ServerCredentials &credentials);
ErrorCode removeAllContainers(const ServerCredentials &credentials);
ErrorCode removeContainer(const ServerCredentials &credentials, DockerContainer container);
ErrorCode setupContainer(const ServerCredentials &credentials, DockerContainer container, QJsonObject &config,