1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-19 06:42:14 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@0a114c02c2 🚀

This commit is contained in:
dvikan
2023-03-07 22:58:53 +00:00
parent e683556547
commit be87f518b8
43 changed files with 50 additions and 56 deletions

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Authentication.html">Authentication</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/06_Authentication.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Custom_Configuration.html">Custom Configuration</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/08_Custom_Configuration.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Customizations.html">Customizations</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/07_Customizations.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Docker_Installation.html">Docker Installation</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/03_Docker_Installation.md" target="_blank">
Edit on GitHub </a>
@@ -120,14 +120,8 @@ rssbridge/rss-bridge:latest
<h3><a id="run-it" href="#run-it" class="Permalink" aria-hidden="true" title="Permalink">#</a>Run it</h3>
<pre><code class="hljs bash">docker start rss-bridge
</code></pre>
<p>And access it using <code>http://IP_Address:3000</code>. If youd like to run a specific version, you can run it by:</p>
<pre><code class="hljs bash">docker create \
--name=rss-bridge \
--volume &lt;/<span class="hljs-built_in">local</span>/custom/path&gt;:/config \
--publish 3000:80 \
rssbridge/rss-bridge:<span class="hljs-variable">$version</span>
</code></pre>
<p>Where you can get the versions published to Docker Hub at <a href="https://hub.docker.com/r/rssbridge/rss-bridge/tags/" class="Link--external" rel="noopener noreferrer">https://hub.docker.com/r/rssbridge/rss-bridge/tags/</a>. The server runs on port 80 internally, and you can publish it on a different port (change 3000 to your choice).</p>
<p>Access it using <code>http://IP_Address:3000</code>. If youd like to run a specific version, you can run it by changing the :latest on the image to a tag listed <a href="https://hub.docker.com/r/rssbridge/rss-bridge/tags/" class="Link--external" rel="noopener noreferrer">here</a></p>
<p>The server runs on port 80 internally, map any port of your choice (in this example 3000).</p>
<p>You can run it using a <code>docker-compose.yml</code> as well:</p>
<pre><code class="hljs yaml"><span class="hljs-attr">version:</span> <span class="hljs-string">'2'</span>
<span class="hljs-attr">services:</span>
@@ -159,12 +153,12 @@ rssbridge/rss-bridge:<span class="hljs-variable">$version</span>
</tbody>
</table>
<h1><a id="adding-custom-bridges-and-configurations" href="#adding-custom-bridges-and-configurations" class="Permalink" aria-hidden="true" title="Permalink">#</a>Adding custom bridges and configurations</h1>
<p>If you want to add a bridge that is not part of <a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/bridges" class="Link--external" rel="noopener noreferrer"><code>/bridges</code></a>, you can specify an additional folder to copy necessary files to the <code>rss-bridge</code> container.</p>
<p><em>Here <strong>root</strong> is folder where <code>docker-compose.yml</code> resides.</em></p>
<p>If you want to add a bridge that is not part of <a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/bridges" class="Link--external" rel="noopener noreferrer"><code>/bridges</code></a>, you can map a folder to the <code>/config</code> folder of the <code>rss-bridge</code> container.</p>
<ol>
<li>Create <code>custom</code> folder in root.</li>
<li>Copy your <a href="../Bridge_API/How_to_create_a_new_bridge.html">bridges files</a> to the <code>custom</code> folder. You can also add your custom <a href="Whitelisting.html">whitelist.txt</a> file and your custom <a href="Custom_Configuration.html">config.ini.php</a> to this folder.</li>
<li>Run <code>docker-compose up</code> to recreate service.</li>
<li>Create a folder in the location of your docker-compose.yml or your general docker working area (in this example it will be <code>/home/docker/rssbridge/config</code> ).</li>
<li>Copy your <a href="../Bridge_API/How_to_create_a_new_bridge.html">custom bridges</a> to the <code>/home/docker/rssbridge/config</code> folder. You can also add your custom <a href="Whitelisting.html">whitelist.txt</a> file and your custom <a href="Custom_Configuration.html">config.ini.php</a> to this folder.</li>
<li>Map the folder to <code>/config</code> inside the container. To do that, replace the <code>&lt;/local/custom/path&gt;</code> from the previous examples with <code>/home/docker/rssbridge/config</code>
</li>
</ol>
</div>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Heroku_Installation.html">Heroku Installation</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/04_Heroku_Installation.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Installation.html">Installation</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/01_Installation.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Updating.html">Updating</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/02_Updating.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a> <svg class="Page__header--separator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 477.175 477.175"><path d="M360.73 229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4 3.4 0 6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z"/></svg> <a href="../For_Hosts/Whitelisting.html">Whitelisting</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/05_Whitelisting.md" target="_blank">
Edit on GitHub </a>

View File

@@ -100,7 +100,7 @@
<div class="Page__header">
<h1><a href="../For_Hosts/index.html">For Hosts</a></h1>
<span class="ModifiedDate">
March 7, 2023 at 12:34 PM </span>
March 7, 2023 at 2:58 PM </span>
<span class="EditOn">
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/03_For_Hosts/index.md" target="_blank">
Edit on GitHub </a>