mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 02:24:31 +00:00
Update self-diagnosis command
This commit is contained in:
parent
b796bcc7a7
commit
e313f2735b
1 changed files with 1 additions and 7 deletions
|
@ -28,12 +28,6 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
\BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
|
\BeyondCode\SelfDiagnosis\Checks\EnvFileExists::class,
|
||||||
\BeyondCode\SelfDiagnosis\Checks\LocalesAreInstalled::class => [
|
|
||||||
'required_locales' => [
|
|
||||||
'en_US',
|
|
||||||
PHP_OS === 'Darwin' ? 'en_US.UTF-8' : 'en_US.utf8',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
\BeyondCode\SelfDiagnosis\Checks\MaintenanceModeNotEnabled::class,
|
\BeyondCode\SelfDiagnosis\Checks\MaintenanceModeNotEnabled::class,
|
||||||
\BeyondCode\SelfDiagnosis\Checks\MigrationsAreUpToDate::class,
|
\BeyondCode\SelfDiagnosis\Checks\MigrationsAreUpToDate::class,
|
||||||
\BeyondCode\SelfDiagnosis\Checks\PhpExtensionsAreInstalled::class => [
|
\BeyondCode\SelfDiagnosis\Checks\PhpExtensionsAreInstalled::class => [
|
||||||
|
@ -56,7 +50,7 @@ return [
|
||||||
'include_composer_extensions' => true,
|
'include_composer_extensions' => true,
|
||||||
],
|
],
|
||||||
\BeyondCode\SelfDiagnosis\Checks\RedisCanBeAccessed::class => [
|
\BeyondCode\SelfDiagnosis\Checks\RedisCanBeAccessed::class => [
|
||||||
'default_connection' => true,
|
'default_connection' => false,
|
||||||
'connections' => [],
|
'connections' => [],
|
||||||
],
|
],
|
||||||
\BeyondCode\SelfDiagnosis\Checks\StorageDirectoryIsLinked::class,
|
\BeyondCode\SelfDiagnosis\Checks\StorageDirectoryIsLinked::class,
|
||||||
|
|
Loading…
Reference in a new issue