#591 - cron jobs

This commit is contained in:
Saeed Vaziry
2025-05-28 00:19:25 +02:00
parent 6032bd1098
commit 61506ff70e
22 changed files with 938 additions and 87 deletions

View File

@ -21,6 +21,7 @@ public function toArray(Request $request): array
'provider_id' => $this->provider_id,
'name' => $this->name,
'ssh_user' => $this->ssh_user,
'ssh_users' => $this->getSshUsers(),
'ip' => $this->ip,
'local_ip' => $this->local_ip,
'port' => $this->port,