Skip to content

Commit 2f807d9

Browse files
authored
Merge pull request #202 from co-cddo/paperless-ngx-aws-console-screenshots
paperless-ngx: AWS console screenshots in walkthrough
2 parents 1c774d8 + 9fe6909 commit 2f807d9

6 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/_data/screenshots/paperless-ngx.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ steps:
1111
- step: 1
1212
title: "Sign in and see the dashboard"
1313
screenshots:
14+
- id: cloudformation-outputs
15+
filename: step-1-cloudformation-outputs.png
16+
alt: "CloudFormation Outputs tab showing PaperlessUrl, ChatUrl, AdminUsername, AdminPassword, ArchiveBucket, ChatLambdaUrl and CloudWatchLogsUrl outputs"
17+
caption: "Find PaperlessUrl, AdminUsername, AdminPassword and CloudWatchLogsUrl in the CloudFormation Outputs tab"
18+
width: 1920
19+
height: 1080
20+
- id: cloudwatch-logs
21+
filename: step-1-cloudwatch-logs.png
22+
alt: "CloudWatch Logs group /ndx-paperless-ngx/production with four log streams: paperless, gotenberg, init and tika"
23+
caption: "All four containers (paperless, gotenberg, tika, init) write to a single CloudWatch log group — useful when troubleshooting the consumer pipeline"
24+
width: 1920
25+
height: 1080
1426
- id: login
1527
filename: 01-login.png
1628
alt: "Paperless-ngx login screen with the green 'Please sign in' panel and username/password fields"
@@ -83,6 +95,24 @@ steps:
8395
caption: "The model retrieves relevant documents from the archive, cites them, and Bedrock Guardrails anonymise names and addresses in the response (you can see the {ADDRESS} placeholders)"
8496
width: 1280
8597
height: 800
98+
- id: bedrock-kb-overview
99+
filename: step-4-bedrock-kb-overview.png
100+
alt: "Amazon Bedrock Knowledge Base console showing ndx-try-paperless-kb-us-east-1 with status Available and a single S3 data source pointing at the paperless-archive bucket"
101+
caption: "The chat is backed by an S3 Vectors Knowledge Base — the data source is the same archive bucket that holds the Paperless documents"
102+
width: 1920
103+
height: 1080
104+
- id: bedrock-guardrails
105+
filename: step-4-bedrock-guardrails.png
106+
alt: "Bedrock Guardrails Working draft showing harmful-category content filters for Hate, Insults, Sexual, Violence and Misconduct, all High strength with action BLOCK on prompts and responses"
107+
caption: "The guardrail blocks the standard harmful-content categories at high strength on both prompts and responses"
108+
width: 1920
109+
height: 1080
110+
- id: bedrock-guardrails-pii
111+
filename: step-4-bedrock-guardrails-pii.png
112+
alt: "Bedrock Guardrails PII filters showing NAME, EMAIL, PHONE and ADDRESS masked on output, plus UK_NATIONAL_INSURANCE_NUMBER, UK_NATIONAL_HEALTH_SERVICE_NUMBER and CREDIT_DEBIT_CARD_NUMBER blocked"
113+
caption: "Names, emails, phone numbers and addresses are masked in responses — that's where the {ADDRESS} placeholders come from. UK NINO, NHS numbers and card numbers are blocked outright."
114+
width: 1920
115+
height: 1080
86116

87117
# Console screenshots reserved for the future explore section
88118
console: []
245 KB
Loading
218 KB
Loading
161 KB
Loading
178 KB
Loading
249 KB
Loading

0 commit comments

Comments
 (0)