mirror of
https://github.com/unraid/api.git
synced 2025-12-21 08:39:38 -06:00
fix: remove some unused fields from the report object (#1342)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced configuration settings by adding secure placeholders for sensitive data. - **Chores** - Refreshed internal timestamp records to reflect current download times. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -62,6 +62,17 @@ export class ReportCommand extends CommandRunner {
|
||||
connectionStatus: { running: 'yes' | 'no' };
|
||||
};
|
||||
config.connectionStatus.running = apiRunning ? 'yes' : 'no';
|
||||
config.remote = {
|
||||
...config.remote,
|
||||
apikey: 'REDACTED',
|
||||
localApiKey: 'REDACTED',
|
||||
accesstoken: 'REDACTED',
|
||||
idtoken: 'REDACTED',
|
||||
refreshtoken: 'REDACTED',
|
||||
ssoSubIds: 'REDACTED',
|
||||
allowedOrigins: 'REDACTED',
|
||||
email: 'REDACTED',
|
||||
};
|
||||
this.logger.clear();
|
||||
this.logger.info(JSON.stringify(config, null, 2));
|
||||
} catch (error) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
1744055516073
|
||||
1744137872623
|
||||
|
||||
@@ -1 +1 @@
|
||||
1744055515643
|
||||
1744137872211
|
||||
|
||||
@@ -1 +1 @@
|
||||
1744055515843
|
||||
1744137872410
|
||||
|
||||
@@ -1 +1 @@
|
||||
1744055516267
|
||||
1744137872839
|
||||
|
||||
Reference in New Issue
Block a user