Skip to content

Commit 287f80d

Browse files
author
Docs Deploy
committed
Deployed bc0310b to dev with MkDocs 1.6.1 and mike 2.1.3
1 parent d6efe70 commit 287f80d

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/self-hosting/advanced/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,11 @@ <h3 id="backend">Backend</h3>
973973
<td></td>
974974
</tr>
975975
<tr>
976+
<td><code>JWT_SECRET_KEY_FILE</code></td>
977+
<td></td>
978+
<td>Reads the JWT secret from the specified file. Should be a path to a file</td>
979+
</tr>
980+
<tr>
976981
<td><code>FRONT_URL</code></td>
977982
<td></td>
978983
<td>Adds allow origin CORS header for the URL. If set, should exactly match KitchenOwl's URL including the schema (e.g. <code>https://app.kitchenowl.org</code>)</td>

dev/self-hosting/migration/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,15 @@
763763
</label>
764764
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
765765

766+
<li class="md-nav__item">
767+
<a href="#v0616" class="md-nav__link">
768+
<span class="md-ellipsis">
769+
v0.6.16
770+
</span>
771+
</a>
772+
773+
</li>
774+
766775
<li class="md-nav__item">
767776
<a href="#v050" class="md-nav__link">
768777
<span class="md-ellipsis">
@@ -887,6 +896,15 @@
887896
</label>
888897
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
889898

899+
<li class="md-nav__item">
900+
<a href="#v0616" class="md-nav__link">
901+
<span class="md-ellipsis">
902+
v0.6.16
903+
</span>
904+
</a>
905+
906+
</li>
907+
890908
<li class="md-nav__item">
891909
<a href="#v050" class="md-nav__link">
892910
<span class="md-ellipsis">
@@ -943,8 +961,10 @@
943961

944962

945963
<h1 id="migrating-from-older-versions">Migrating from Older Versions</h1>
964+
<h3 id="v0616">v0.6.16</h3>
965+
<p>For OIDC users the redirect URI has changed from <code>kitchenowl:///signin/redirect</code> to <code>kitchenowl:/signin/redirect</code> (See <a href="https://github.com/TomBursch/kitchenowl/issues/644">#644</a> for the reason why).</p>
946966
<h3 id="v050">v0.5.0</h3>
947-
<p>The fronted is not required any more <code>tombursch/kitchenowl:latest</code> is now an all-in-one container that hosts the web application and backend. Take a look at the <a href="../">install instructions</a> if you want to switch your setup.
967+
<p>The frontend is not required any more <code>tombursch/kitchenowl:latest</code> is now an all-in-one container that hosts the web application and backend. Take a look at the <a href="../">installation instructions</a> if you want to switch your setup.
948968
Existing setups don't need to be adapted, they will still work like they used to. Although, there now exists a docker image <code>tombursch/kitchenowl-backend:latest</code> specifically designed for the split setup.</p>
949969
<h3 id="v049">v0.4.9</h3>
950970
<p>The frontend is now required and using the option to use the backend as an HTTP server has been removed. </p>

dev/self-hosting/oidc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ <h3 id="example-authelia">Example: Authelia</h3>
10251025
- profile
10261026
redirect_uris:
10271027
- https://your.domain.here/signin/redirect # Put the same value as FRONT_URL, appended with /signin/redirect
1028-
- kitchenowl:///signin/redirect
1028+
- kitchenowl:/signin/redirect
10291029
response_modes:
10301030
userinfo_signing_algorithm: none
10311031
token_endpoint_auth_method: client_secret_post

0 commit comments

Comments
 (0)