Update env example with full Jira scopes and add source code link to privacy page
All checks were successful
Build & Push Container Image / build (push) Successful in 8s

- Added all required Jira OAuth scopes to .env.example
- Added NATS_TOKEN and JIRA_MOCK_FALLBACK to .env.example
- Added open source section to privacy policy linking to the repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jan Willem Mannaerts 2026-02-28 12:32:59 +01:00
parent 45dbd341a3
commit 3ab584e2ab
2 changed files with 19 additions and 1 deletions

View file

@ -199,6 +199,20 @@ function PrivacyPolicy({ dark }) {
Revoking the Pokerface OAuth connection in your Atlassian account settings will
invalidate all stored tokens.
</P>
<SubHeading dark={dark}>8. Open Source</SubHeading>
<P dark={dark}>
Pokerface is open source. If you want to verify how your data is handled, you can
review the full source code at{' '}
<a
href="https://git.faralmail.com/faral/pokerface"
target="_blank"
rel="noopener noreferrer"
style={{ color: dark ? '#60a5fa' : '#2563eb', textDecoration: 'underline' }}
>
git.faralmail.com/faral/pokerface
</a>.
</P>
</>
);
}