<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/docs/en/admins, branch 1.24.3</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.3</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.24.3'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2024-08-26T07:49:11+00:00</updated>
<entry>
<title>OIDC changelog + minor whitespace</title>
<updated>2024-08-26T07:49:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-08-26T07:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8ca70040b9324b6b9c2dc3039e1f9e2123cef18a'/>
<id>urn:sha1:8ca70040b9324b6b9c2dc3039e1f9e2123cef18a</id>
<content type='text'>
+fix minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/6730
</content>
</entry>
<entry>
<title>Fix OIDC session params definition (#6730)</title>
<updated>2024-08-25T17:57:30+00:00</updated>
<author>
<name>pando85</name>
<email>pando855@gmail.com</email>
</author>
<published>2024-08-25T17:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=82593f59684aa143bc02053aaa891496a8739861'/>
<id>urn:sha1:82593f59684aa143bc02053aaa891496a8739861</id>
<content type='text'>
* Fix OIDC session params definition

- standardize environment variable names
- group all in the same configuration file
- use mod_auth_openidc default values
- fix `OIDCSessionMaxDuration` because it was not set with the previous
  code
- add documentation

* Add double quoting to prevent globbing and word splitting

* Revert line deleted by mistake</content>
</entry>
<entry>
<title>Update composer shfmt typos (#6614)</title>
<updated>2024-07-08T10:00:58+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-07-08T10:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d56d791bafa5cdbe23067d01b92cd690e7ccb6cf'/>
<id>urn:sha1:d56d791bafa5cdbe23067d01b92cd690e7ccb6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: fix minor typo in 09_AccessControl.md (#6465) (#6466)</title>
<updated>2024-05-15T19:38:39+00:00</updated>
<author>
<name>Shane Redman</name>
<email>123187978+aredshift@users.noreply.github.com</email>
</author>
<published>2024-05-15T19:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8e3bfa1a479102b056fef92fe59359a89fe94970'/>
<id>urn:sha1:8e3bfa1a479102b056fef92fe59359a89fe94970</id>
<content type='text'>
chose -&gt; choose</content>
</entry>
<entry>
<title>Correct casing for GitHub (#6460)</title>
<updated>2024-05-15T06:58:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-05-15T06:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2ed91026fcfef83ce5ef466a15e078229a106a6f'/>
<id>urn:sha1:2ed91026fcfef83ce5ef466a15e078229a106a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: hidden configs (#6402)</title>
<updated>2024-05-01T12:01:40+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-05-01T12:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cd66ca54ca3a941b8eb968ade4fcde886cef3f74'/>
<id>urn:sha1:cd66ca54ca3a941b8eb968ade4fcde886cef3f74</id>
<content type='text'>
* Create 17_configs_not_ui.md

* reorganize admin overview page. Added the link to the new doc

* Update 17_configs_not_ui.md

* Update 17_configs_not_ui.md

* Update 17_configs_not_ui.md

* fix typo</content>
</entry>
<entry>
<title>CLI database backup and restore (#6387)</title>
<updated>2024-04-30T06:31:13+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2024-04-30T06:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=329fd4bcf6504c74e3906e51c6fc2124bc09cc02'/>
<id>urn:sha1:329fd4bcf6504c74e3906e51c6fc2124bc09cc02</id>
<content type='text'>
* CLI database backup and restore
Can also be used to migrate from one database to another (e.g. MySQL to PostgreSQL) or to ease upgrade to a major PostgreSQL version (e.g. 15 to 16).

* +x

* Fix some cases

* Update to docker-compose-v2

* More documentation</content>
</entry>
<entry>
<title>Add some error prevention to Debian/Ubuntu installation docs (#6290)</title>
<updated>2024-04-12T21:19:23+00:00</updated>
<author>
<name>Frans de Jonge</name>
<email>fransdejonge@gmail.com</email>
</author>
<published>2024-04-12T21:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e19b8a4e0a3a5d88bb469c0f8beaadfaf4b00882'/>
<id>urn:sha1:e19b8a4e0a3a5d88bb469c0f8beaadfaf4b00882</id>
<content type='text'>
Reverts a minor part of &lt;https://github.com/FreshRSS/FreshRSS/pull/2164&gt;.
People who want to use the root can easily figure out how to do that themselves.

Fixes #4955.</content>
</entry>
<entry>
<title>Update documentation for Caddy reverse proxy with subfolder (#6219)</title>
<updated>2024-03-30T18:35:00+00:00</updated>
<author>
<name>Soniya Prasad</name>
<email>soniyagupta82270@gmail.com</email>
</author>
<published>2024-03-30T18:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=9d48121e052183bbb93aca7dead4cb5cf0629428'/>
<id>urn:sha1:9d48121e052183bbb93aca7dead4cb5cf0629428</id>
<content type='text'>
* Create 06_Reverse_Proxy_Setup.md

Update documentation for Caddy reverse proxy with subfolder

* Create 06_Reverse_Proxy_Setup.md in docs/en/developers/03_Backend

* fixed markdown syntax

* markdown syntax fix

* Update docs/en/developers/03_Backend/06_Reverse_Proxy_Setup.md

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;

* implemented suggested changes

* Add link and re-organise

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title> docs: Update 02_Prerequisites.md (Apache + PHP version) (#6148)</title>
<updated>2024-03-03T21:34:28+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-03-03T21:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=da43fff43713daadbf13d05557a2ba14d5166b11'/>
<id>urn:sha1:da43fff43713daadbf13d05557a2ba14d5166b11</id>
<content type='text'>
* apache version + php version

* format</content>
</entry>
</feed>
