Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions api/src/unraid-api/cli/report.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1744055516073
1744137872623
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1744055515643
1744137872211
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1744055515843
1744137872410
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1744055516267
1744137872839
Loading