<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs/en/admins, branch 1.28.1-custom</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.1-custom</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.28.1-custom'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2026-01-17T21:28:56+00:00</updated>
<entry>
<title>Update documentation in regards to CSP warnings (#8439)</title>
<updated>2026-01-17T21:28:56+00:00</updated>
<author>
<name>Thomas Hufschmidt</name>
<email>11391961+Hufschmidt@users.noreply.github.com</email>
</author>
<published>2026-01-17T21:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2cbb5f8db1d0764aba9a66997f940739e8bb7eb1'/>
<id>urn:sha1:2cbb5f8db1d0764aba9a66997f940739e8bb7eb1</id>
<content type='text'>
* Add a reference to the check where the warning is triggered

Note:
This is the place where the admin sees the browser pointing to.
Adding this information here allows the admin to find the matching
documentation entry.

* Update Content-Security-Policy section of english ServerConfig documentation

Note:
This fixes some minor formating/typping issues and adds some clarity to
the fact that this warning is also triggered on correctly configured
hosts, simply due to the nature of how correctness of CSP rules are checked.

* Move CSP infor source-code comment into console.info

Note:
Improve visibility of why this is happening.

* Point towards static website documentation instead of git

This URL should also remain more fixed even accross new branches/releases.

Co-authored-by: Inverle &lt;inverle@proton.me&gt;

* Minor fixes

* Remove overwrite part

---------

Co-authored-by: Inverle &lt;inverle@proton.me&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Document mounting own CA on FreshRSS container (#8406)</title>
<updated>2026-01-05T21:06:09+00:00</updated>
<author>
<name>netsho</name>
<email>67299616+netsho@users.noreply.github.com</email>
</author>
<published>2026-01-05T21:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b8656e1df1fcf1deb68482a96318846e3da295c3'/>
<id>urn:sha1:b8656e1df1fcf1deb68482a96318846e3da295c3</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix MariaDB updateCachedValues (#8255)</title>
<updated>2025-11-26T22:47:29+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-11-26T22:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5e0093aa00a6b52df88f526a5b6f737eff057e0b'/>
<id>urn:sha1:5e0093aa00a6b52df88f526a5b6f737eff057e0b</id>
<content type='text'>
Changed syntax for an even wider compatibility.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/8254
Regression from https://github.com/FreshRSS/FreshRSS/pull/6957
MariaDB images on Docker Hub go back to 10.6, so changed documentation to indicate support from that version, as I cannot easily test even older versions.</content>
</entry>
<entry>
<title>Implement whitelist for SimplePie sanitizer (#7924)</title>
<updated>2025-11-01T23:28:35+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-11-01T23:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=500d05f3c5ec3a3dffa7791f7447bc0d31d6f7e0'/>
<id>urn:sha1:500d05f3c5ec3a3dffa7791f7447bc0d31d6f7e0</id>
<content type='text'>
* Implement whitelist for SimplePie sanitizer

ref: https://github.com/FreshRSS/FreshRSS/pull/7770#issuecomment-3140334326

https://github.com/FreshRSS/simplepie/pull/53
https://github.com/simplepie/simplepie/pull/947

* Remove `&lt;plaintext&gt;` from whitelist

* Improve order

* Remove some tags from whitelist

* Revert partially

* sync

* Display contents of `&lt;noscript&gt;` and `&lt;noembed&gt;`

* sync

* Allow use of `&lt;track&gt;`

* sync again

* Sync to SimplePie fork
https://github.com/FreshRSS/simplepie/pull/53

* Alphabetic order

* Reduce list of stripped attributes

* Temporarily strip some attributes

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Should be REMOTE_USER not Remote-User (#7828)</title>
<updated>2025-08-15T10:15:54+00:00</updated>
<author>
<name>triatic</name>
<email>42704418+triatic@users.noreply.github.com</email>
</author>
<published>2025-08-15T10:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=56df7f826a80de2c5f1c9c1a3b99fe38ea403d05'/>
<id>urn:sha1:56df7f826a80de2c5f1c9c1a3b99fe38ea403d05</id>
<content type='text'>
For fastcgi, REMOTE_USER is the correct variable.</content>
</entry>
<entry>
<title>Show warning when unsafe CSP policy is in use (#7804)</title>
<updated>2025-08-09T19:47:39+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-08-09T19:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b85a50ed72982ab0c0f9ef98c7ed1e15f21bf5f'/>
<id>urn:sha1:2b85a50ed72982ab0c0f9ef98c7ed1e15f21bf5f</id>
<content type='text'>
* Show warning when unsafe CSP policy is in use

* Fix bare markdown URL

* i18n: fr

* Minor i18n: fr

* Add target="_blank" to i18n strings

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fix Markdown 78a4256 (#7678)</title>
<updated>2025-06-18T20:15:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-06-18T20:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aa45bcbe5a0a723c4b6adfb50139be0be6336d2b'/>
<id>urn:sha1:aa45bcbe5a0a723c4b6adfb50139be0be6336d2b</id>
<content type='text'>
Fix for https://github.com/FreshRSS/FreshRSS/commit/78a425636228066513bf14c7f74f6255062b2327</content>
</entry>
<entry>
<title>Merge commit from fork</title>
<updated>2025-06-18T19:11:41+00:00</updated>
<author>
<name>ghostvirus</name>
<email>71750455+ghostvirus62@users.noreply.github.com</email>
</author>
<published>2025-06-18T19:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=78a425636228066513bf14c7f74f6255062b2327'/>
<id>urn:sha1:78a425636228066513bf14c7f74f6255062b2327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API endpoint for extensions (#7576)</title>
<updated>2025-06-02T22:16:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-06-02T22:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cc35094bb261cb3185def89d745317fa756560ee'/>
<id>urn:sha1:cc35094bb261cb3185def89d745317fa756560ee</id>
<content type='text'>
* Add API endpoint for extensions
Useful for https://github.com/FreshRSS/FreshRSS/issues/7572

* Support PATH_INFO
Now also support being invoked like `/api/misc.php/Extension%20Name/`

* More  documentation</content>
</entry>
<entry>
<title>Bump markdownlint-cli from 0.44.0 to 0.45.0 (#7632)</title>
<updated>2025-06-01T20:50:58+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-06-01T20:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7d86cbe804f873895ea2c6ee76f652661f42341e'/>
<id>urn:sha1:7d86cbe804f873895ea2c6ee76f652661f42341e</id>
<content type='text'>
* Bump markdownlint-cli from 0.44.0 to 0.45.0

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli
  dependency-version: 0.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

* Fix Markdown

---------

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
