aboutsummaryrefslogtreecommitdiff
path: root/CREDITS.md
diff options
context:
space:
mode:
authorGravatar netsho <67299616+netsho@users.noreply.github.com> 2026-01-05 22:06:09 +0100
committerGravatar GitHub <noreply@github.com> 2026-01-05 22:06:09 +0100
commitb8656e1df1fcf1deb68482a96318846e3da295c3 (patch)
tree6ad8b9b75d829e8deda1d8a7040e03a2ed4c78d1 /CREDITS.md
parent8cac68a3949443da33ca8d9d58ab285c760dee12 (diff)
Document mounting own CA on FreshRSS container (#8406)
closes https://github.com/FreshRSS/FreshRSS/issues/8405 - Add documentation on how to trust own CA that issued self-signed certificate as authentik signing key - Add example in Docker Example How to test the feature manually: 1. Create your own CA 2. Issue a certificate 3. Use the issued certificate as a signing-key in authentik when configuring FreshRSS provider 4. Add created CA on host's CA store by running `update-ca-certificates` 5. Mount the `/etc/ssl/certs/ca-certificates.crt` file on FreshRSS container 6. Start the container 7. Navigate to FreshRSS in the browser 8. Authentik login form should be displayed and work as normal.
Diffstat (limited to 'CREDITS.md')
-rw-r--r--CREDITS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CREDITS.md b/CREDITS.md
index 4659c1bdf..848cefb5e 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -194,6 +194,7 @@ People are sorted by name so please keep this order.
* [Nainor](https://github.com/Nainor): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Nainor)
* [nanhualyq](https://github.com/nanhualyq): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:nanhualyq)
* [Natalie Stroud](https://github.com/natastro): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:natastro)
+* [netsho](https://github.com/netsho): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:netsho)
* [nhirokinet](https://github.com/nhirokinet): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:nhirokinet)
* [Nick Cross](https://github.com/rnc): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:rnc)
* [Nico B](https://github.com/youknow0): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:youknow0)