parent
988de01e82
commit
cdb16fc4a5
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace App\Jobs;
|
||||
|
||||
use App\Models\Setting;
|
||||
use App\Support\CacheVer;
|
||||
use App\Support\Setting;
|
||||
use App\Support\WoltGuard\Probes;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Foundation\Queue\Queueable;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace App\Livewire\Ui\System;
|
||||
|
||||
use App\Models\Setting;
|
||||
use App\Support\CacheVer;
|
||||
use App\Support\Setting;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use Livewire\Component;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="mt-4 grid md:grid-cols-2 gap-3 text-sm text-white/70">
|
||||
<div class="glass-chip">Rspamd: <span class="text-white/90">{{ $rspamdVer }}</span></div>
|
||||
<div class="glass-chip">ClamAV: <span class="text-white/90">{{ $clamVer }}</span></div>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Artisan::command('inspire', function () {
|
|||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping()->onOneServer();
|
||||
Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping();
|
||||
Schedule::command('spamav:collect')->everyFiveMinutes()->withoutOverlapping();
|
||||
//Schedule::command('woltguard:collect-services')->everyMinute();
|
||||
//Schedule::command('mailwolt:check-updates')->dailyAt('04:10');
|
||||
|
|
|
|||
Loading…
Reference in New Issue