From 4c7bde1400820f36caf8b2a5374007384c3018f3 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 9 Dec 2024 21:31:54 +0000 Subject: rename to Digitigrade / PawPub :3 --- routes/nodeinfo.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'routes/nodeinfo.php') diff --git a/routes/nodeinfo.php b/routes/nodeinfo.php index e85bca1..c29ac0a 100644 --- a/routes/nodeinfo.php +++ b/routes/nodeinfo.php @@ -1,6 +1,6 @@ mount('/.well-known/nodeinfo', function (array $args) { json_response([ @@ -17,10 +17,10 @@ Router::getInstance()->mount('/nodeinfo/2.1', function (array $args) { json_response([ 'version' => '2.1', 'software' => [ - 'name' => 'WPF test server', + 'name' => 'Digitigrade', 'version' => '0.1.0' ], - 'protocols' => ['wpf'], + 'protocols' => ['pawpub'], 'services' => [ 'inbound' => [], 'outbound' => [] @@ -32,9 +32,9 @@ Router::getInstance()->mount('/nodeinfo/2.1', function (array $args) { ] ], 'metadata' => [ - 'nodeName' => "winter's pawsome test server", - 'nodeDescription' => 'written in php i dunno', - 'wpf' => [ + 'nodeName' => 'A Digitigrade server', + 'nodeDescription' => 'nodeinfo is hardcoded for now', + 'pawpub' => [ 'extensions' => [ // 'https://whatever.example/ext/meow', ], -- cgit v1.3