mirror of
https://github.com/TxtDot/documentation.git
synced 2024-11-22 12:56:22 +03:00
Deploying to gh-pages from @ TxtDot/documentation@ea47bafb84 🚀
This commit is contained in:
parent
e27619b7ab
commit
d742c1a03e
4 changed files with 44 additions and 10 deletions
|
@ -387,17 +387,16 @@
|
|||
|
||||
<h1 id="docker">Docker</h1>
|
||||
<p>If you prefer hosting without Docker, see <a href="../selfhost/">Self-Hosting</a> instead.</p>
|
||||
<p>Docker Engine and Docker Compose are required.</p>
|
||||
<p>Note that built images are not provided via Docker Hub.
|
||||
If you can't or don't want to build them on your server
|
||||
and don't want to setup a CI/CD system,
|
||||
<a href="https://github.com/txtdot/txtdot/issues">let us know</a>,
|
||||
we'll consider setting up a GitHub Actions workflow.</p>
|
||||
<pre><code class="language-bash">git clone https://github.com/txtdot/txtdot.git
|
||||
cd txtdot
|
||||
docker compose build
|
||||
<p>Download docker-compose.yml and txtdot configs,
|
||||
edit them and then start the container:</p>
|
||||
<pre><code class="language-bash">wget https://raw.githubusercontent.com/TxtDot/txtdot/main/docker-compose.yml
|
||||
wget -O .env https://raw.githubusercontent.com/TxtDot/txtdot/main/.env.example
|
||||
nano .env
|
||||
docker compose up -d
|
||||
</code></pre>
|
||||
<p>Alternatively, you can configure txtdot with
|
||||
the <code>environment</code> section of docker-compose config
|
||||
(don't forget to remove .env and <code>volumes</code>).</p>
|
||||
|
||||
|
||||
|
||||
|
|
35
env/index.html
vendored
35
env/index.html
vendored
|
@ -371,6 +371,20 @@
|
|||
REVERSE_PROXY
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy_res" class="md-nav__link">
|
||||
PROXY_RES
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#swagger" class="md-nav__link">
|
||||
SWAGGER
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -445,6 +459,20 @@
|
|||
REVERSE_PROXY
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#proxy_res" class="md-nav__link">
|
||||
PROXY_RES
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#swagger" class="md-nav__link">
|
||||
SWAGGER
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -481,6 +509,13 @@ Set it to <code>127.0.0.1</code> if your txtdot instance is behind reverse proxy
|
|||
<p>Default: <code>false</code></p>
|
||||
<p>Set it to <code>true</code> only if your txtdot instance runs behind reverse proxy.
|
||||
Needed for processing X-Forwarded headers.</p>
|
||||
<h2 id="proxy_res">PROXY_RES</h2>
|
||||
<p>Default: <code>true</code></p>
|
||||
<p>Whether to allow proxying images, video, audio
|
||||
and everything else through your txtdot instance.</p>
|
||||
<h2 id="swagger">SWAGGER</h2>
|
||||
<p>Default: <code>false</code></p>
|
||||
<p>Whether to add <code>/doc</code> route for Swagger API docs.</p>
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Add table
Reference in a new issue