Deploy website - based on 522a041ca1

This commit is contained in:
Elias Schneider
2024-10-15 14:40:12 +02:00
parent 5d167ba13e
commit c2086ef8d1
12 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Configuration | Pingvin Share</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" name="twitter:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" property="og:url" content="https://stonith404.github.io/pingvin-share/setup/configuration"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Configuration | Pingvin Share"><meta data-rh="true" name="description" content="You can customize Pingvin Share by going to the configuration page in your admin dashboard /admin/config."><meta data-rh="true" property="og:description" content="You can customize Pingvin Share by going to the configuration page in your admin dashboard /admin/config."><link data-rh="true" rel="icon" href="/pingvin-share/img/pingvinshare.svg"><link data-rh="true" rel="canonical" href="https://stonith404.github.io/pingvin-share/setup/configuration"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/configuration" hreflang="en"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/configuration" hreflang="x-default"><link rel="stylesheet" href="/pingvin-share/assets/css/styles.b116edeb.css">
<script src="/pingvin-share/assets/js/runtime~main.82fba7fe.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/runtime~main.1662c97b.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/main.dd6114ae.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
@@ -24,7 +24,7 @@
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="environment-variables">Environment variables<a href="#environment-variables" class="hash-link" aria-label="Direct link to Environment variables" title="Direct link to Environment variables"></a></h3>
<p>For installation specific configuration, you can use environment variables. The following variables are available:</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="backend">Backend<a href="#backend" class="hash-link" aria-label="Direct link to Backend" title="Direct link to Backend"></a></h4>
<table><thead><tr><th>Variable</th><th>Default Value</th><th>Description</th></tr></thead><tbody><tr><td><code>PORT</code></td><td><code>8080</code></td><td>The port on which the backend listens.</td></tr><tr><td><code>DATABASE_URL</code></td><td><code>file:../data/pingvin-share.db?connection_limit=1</code></td><td>The URL of the SQLite database.</td></tr><tr><td><code>DATA_DIRECTORY</code></td><td><code>./data</code></td><td>The directory where data is stored.</td></tr><tr><td><code>CLAMAV_HOST</code></td><td><code>127.0.0.1</code> or <code>clamav</code> when running with Docker</td><td>The IP address of the ClamAV server. See the <a href="/pingvin-share/setup/integrations#clamav">ClamAV docs</a> for more information.</td></tr><tr><td><code>CLAMAV_PORT</code></td><td><code>3310</code></td><td>The port number of the ClamAV server.</td></tr></tbody></table>
<table><thead><tr><th>Variable</th><th>Default Value</th><th>Description</th></tr></thead><tbody><tr><td><code>BACKEND_PORT</code></td><td><code>8080</code></td><td>The port on which the backend listens.</td></tr><tr><td><code>DATABASE_URL</code></td><td><code>file:../data/pingvin-share.db?connection_limit=1</code></td><td>The URL of the SQLite database.</td></tr><tr><td><code>DATA_DIRECTORY</code></td><td><code>./data</code></td><td>The directory where data is stored.</td></tr><tr><td><code>CLAMAV_HOST</code></td><td><code>127.0.0.1</code> or <code>clamav</code> when running with Docker</td><td>The IP address of the ClamAV server. See the <a href="/pingvin-share/setup/integrations#clamav">ClamAV docs</a> for more information.</td></tr><tr><td><code>CLAMAV_PORT</code></td><td><code>3310</code></td><td>The port number of the ClamAV server.</td></tr></tbody></table>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="frontend">Frontend<a href="#frontend" class="hash-link" aria-label="Direct link to Frontend" title="Direct link to Frontend"></a></h4>
<table><thead><tr><th>Variable</th><th>Default Value</th><th>Description</th></tr></thead><tbody><tr><td><code>PORT</code></td><td><code>3000</code></td><td>The port on which the frontend listens.</td></tr><tr><td><code>API_URL</code></td><td><code>http://localhost:8080</code></td><td>The URL of the backend for the frontend.</td></tr></tbody></table>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="reverse-proxy-inside-the-docker-container">Reverse Proxy (inside the Docker container)<a href="#reverse-proxy-inside-the-docker-container" class="hash-link" aria-label="Direct link to Reverse Proxy (inside the Docker container)" title="Direct link to Reverse Proxy (inside the Docker container)"></a></h4>

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Installation | Pingvin Share</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" name="twitter:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" property="og:url" content="https://stonith404.github.io/pingvin-share/setup/installation"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Installation | Pingvin Share"><meta data-rh="true" name="description" content="Installation with Docker (recommended)"><meta data-rh="true" property="og:description" content="Installation with Docker (recommended)"><link data-rh="true" rel="icon" href="/pingvin-share/img/pingvinshare.svg"><link data-rh="true" rel="canonical" href="https://stonith404.github.io/pingvin-share/setup/installation"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/installation" hreflang="en"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/installation" hreflang="x-default"><link rel="stylesheet" href="/pingvin-share/assets/css/styles.b116edeb.css">
<script src="/pingvin-share/assets/js/runtime~main.82fba7fe.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/runtime~main.1662c97b.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/main.dd6114ae.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Integrations | Pingvin Share</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" name="twitter:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" property="og:url" content="https://stonith404.github.io/pingvin-share/setup/integrations"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Integrations | Pingvin Share"><meta data-rh="true" name="description" content="ClamAV"><meta data-rh="true" property="og:description" content="ClamAV"><link data-rh="true" rel="icon" href="/pingvin-share/img/pingvinshare.svg"><link data-rh="true" rel="canonical" href="https://stonith404.github.io/pingvin-share/setup/integrations"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/integrations" hreflang="en"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/integrations" hreflang="x-default"><link rel="stylesheet" href="/pingvin-share/assets/css/styles.b116edeb.css">
<script src="/pingvin-share/assets/js/runtime~main.82fba7fe.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/runtime~main.1662c97b.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/main.dd6114ae.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">OAuth 2 Login Guide | Pingvin Share</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" name="twitter:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" property="og:url" content="https://stonith404.github.io/pingvin-share/setup/oauth2login"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="OAuth 2 Login Guide | Pingvin Share"><meta data-rh="true" name="description" content="Config Built-in OAuth 2 Providers"><meta data-rh="true" property="og:description" content="Config Built-in OAuth 2 Providers"><link data-rh="true" rel="icon" href="/pingvin-share/img/pingvinshare.svg"><link data-rh="true" rel="canonical" href="https://stonith404.github.io/pingvin-share/setup/oauth2login"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/oauth2login" hreflang="en"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/oauth2login" hreflang="x-default"><link rel="stylesheet" href="/pingvin-share/assets/css/styles.b116edeb.css">
<script src="/pingvin-share/assets/js/runtime~main.82fba7fe.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/runtime~main.1662c97b.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/main.dd6114ae.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Upgrading | Pingvin Share</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" name="twitter:image" content="https://stonith404.github.io/pingvin-share/img/pingvinshare.svg"><meta data-rh="true" property="og:url" content="https://stonith404.github.io/pingvin-share/setup/upgrading"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Upgrading | Pingvin Share"><meta data-rh="true" name="description" content="Upgrade to a new version"><meta data-rh="true" property="og:description" content="Upgrade to a new version"><link data-rh="true" rel="icon" href="/pingvin-share/img/pingvinshare.svg"><link data-rh="true" rel="canonical" href="https://stonith404.github.io/pingvin-share/setup/upgrading"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/upgrading" hreflang="en"><link data-rh="true" rel="alternate" href="https://stonith404.github.io/pingvin-share/setup/upgrading" hreflang="x-default"><link rel="stylesheet" href="/pingvin-share/assets/css/styles.b116edeb.css">
<script src="/pingvin-share/assets/js/runtime~main.82fba7fe.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/runtime~main.1662c97b.js" defer="defer"></script>
<script src="/pingvin-share/assets/js/main.dd6114ae.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">