mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 04:27:46 +02:00
style: update ecs config to align associative arrays arrows
update composer dependencies to latest
This commit is contained in:
parent
3fc1d8e18d
commit
2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions
|
|
@ -28,19 +28,19 @@ class NodeInfo2Controller extends Controller
|
|||
|
||||
$nodeInfo2 = [
|
||||
'version' => '1.0',
|
||||
'server' => [
|
||||
'baseUrl' => base_url(),
|
||||
'name' => esc(service('settings') ->get('App.siteName')),
|
||||
'server' => [
|
||||
'baseUrl' => base_url(),
|
||||
'name' => esc(service('settings') ->get('App.siteName')),
|
||||
'software' => 'Castopod',
|
||||
'version' => CP_VERSION,
|
||||
'version' => CP_VERSION,
|
||||
],
|
||||
'protocols' => ['activitypub'],
|
||||
'protocols' => ['activitypub'],
|
||||
'openRegistrations' => config('Auth')
|
||||
->allowRegistration,
|
||||
'usage' => [
|
||||
'users' => [
|
||||
'total' => $totalUsers,
|
||||
'activeMonth' => $activeMonth,
|
||||
'total' => $totalUsers,
|
||||
'activeMonth' => $activeMonth,
|
||||
'activeHalfyear' => $activeHalfyear,
|
||||
],
|
||||
'localPosts' => $totalPosts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue