fix web build

This commit is contained in:
texm
2023-04-27 21:40:56 +08:00
parent cbbf20848a
commit 7fb9e78b5e
4 changed files with 8 additions and 9 deletions

View File

@@ -28,8 +28,7 @@
then be automatically built and deployed. See the Dokku docs on this method
<a href={remoteRepoDocs}>here</a>.
<br />
If the repo is private, ensure you have configured access following the instructions
<a href={`${base}/docs/settings`}>here</a>.
If the repo is private, ensure you have configured access in the Settings page.
</p>
<h2>Docker Image</h2>
@@ -37,6 +36,6 @@
This option enables pulling a Docker image. See the Dokku docs for caveats
<a href={dockerImageDocs}>here</a>.
<br />
If the image is held in a private registry, ensure you have configured access by
following the instructions <a href={`${base}/docs/settings`}>here</a>.
If the image is held in a private registry, ensure you have configured access in the
Settings page.
</p>

View File

@@ -1,8 +1,8 @@
<p>
Shokku is an interface for <a href="https://dokku.com" class="link">Dokku</a> - an
open source, self-hostable <a href="https://en.wikipedia.org/wiki/Platform_as_a_service">PaaS</a>
(commercial options include <a href="heroku.com">Heroku</a>, <a href="fly.io">fly.io</a>,
or <a href="render.com">Render</a>)
(commercial options include <a href="https://heroku.com">Heroku</a>,
<a href="https://fly.io">fly.io</a>, or <a href="https://render.com">Render</a>)
<br />
It is recommended you are familiar with the underlying Dokku project
(<a href="https://dokku.com/docs" class="link">read the docs</a>).

View File

@@ -45,6 +45,7 @@
<h2>Linking a service</h2>
<p>
Services need to be <i>linked</i> to an app. Once this is done, the connection
information will be available in the UI, and injected as an environment variable
to the app (eg <code>REDIS_URL</code>)
information will be available to the app as an environment variable
(eg <code>REDIS_URL</code>). These can be viewed in the Environment Variables
app page.
</p>

View File

@@ -1 +0,0 @@
<p>todo</p>