files: Add statistics page

This commit is contained in:
2025-12-07 12:43:29 +01:00
parent 377996ac69
commit 551ddd3c11
7 changed files with 260 additions and 33 deletions

View File

@@ -5,5 +5,5 @@ global $CREDENTIALS;
$GITEA_TOKEN = 'token';
$CREDENTIALS = [
'username' => 'password',
'username' => ['scope', 'password'],
];