Deploying to gh-pages from @ RSS-Bridge/rss-bridge@5b5f3b4254 🚀

This commit is contained in:
dvikan 2022-07-24 17:26:35 +00:00
parent 8e29912ccc
commit 96905be519
41 changed files with 47 additions and 45 deletions

View file

@ -93,7 +93,7 @@
<div class="Page__header">
<h1><a href="../CLI/index.html">CLI</a></h1>
<span class="ModifiedDate">
July 9, 2022 at 11:33 AM </span>
July 24, 2022 at 10:26 AM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/02_CLI/index.md" target="_blank">
Edit on GitHub </a>
@ -132,7 +132,7 @@
<h2><a id="optional-parameters" href="#optional-parameters" class="Permalink" aria-hidden="true" title="Permalink">#</a>Optional parameters</h2>
<p>RSS-Bridge supports optional parameters. These parameters are only valid if the options have been enabled in the index.php script.</p>
<h3><a id="noproxy" href="#noproxy" class="Permalink" aria-hidden="true" title="Permalink">#</a>_noproxy</h3>
<p>This parameter is only available if a proxy server has been specified via <code>PROXY_URL</code> and PROXY_BYBRIDGE has been enabled. This is a Boolean parameter that can be set to 1 (true) or 0 (false).</p>
<p>This parameter is only available if a proxy server has been specified via <code>proxy.url</code> and <code>proxy.by_bridge</code> has been enabled. This is a Boolean parameter that can be set to <code>true</code> or <code>false</code>.</p>
<h2><a id="bridge-parameters" href="#bridge-parameters" class="Permalink" aria-hidden="true" title="Permalink">#</a>Bridge parameters</h2>
<p>Each bridge can specify its own set of parameters. As in the example above, some bridges dont specify any parameters or only optional parameters that can be neglected. For more details read the <code>PARAMETERS</code> definition for your bridge.</p>
</div>