Skip to content

Commit eac4536

Browse files
committed
replace version tag in readme and rebuild docs
1 parent 42a75d7 commit eac4536

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ the application yourself with docker on your localhost. Rauthy has pretty strict
192192
browsers treat `localhost` as being secure, therefore you should allow insecure cookies for testing locally:
193193

194194
```
195-
docker run --rm -e COOKIE_MODE=danger-insecure -p 8080:8080 ghcr.io/sebadob/rauthy:0.24.1-lite
195+
docker run --rm -e COOKIE_MODE=danger-insecure -p 8080:8080 ghcr.io/sebadob/rauthy:0.25.0-lite
196196
```
197197

198198
## Contributing

book/src/getting_started/docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker run --rm \
1212
-e COOKIE_MODE=danger-insecure \
1313
-p 8080:8080 \
1414
--name rauthy \
15-
ghcr.io/sebadob/rauthy:0.24.1-lite
15+
ghcr.io/sebadob/rauthy:0.25.0-lite
1616
```
1717

1818
This will start the container in interactive mode with an in-memory SQLite database. Just take a look at the log at the
@@ -26,7 +26,7 @@ docker run -d \
2626
-e DATABASE_URL=sqlite:data/rauthy.db \
2727
-p 8080:8080 \
2828
--name rauthy \
29-
ghcr.io/sebadob/rauthy:0.24.1-lite
29+
ghcr.io/sebadob/rauthy:0.25.0-lite
3030
```
3131

3232
```admonish note
@@ -124,7 +124,7 @@ docker run -d \
124124
-v $(pwd)/rauthy/data:/app/data \
125125
-p 8080:8080 \
126126
--name rauthy \
127-
ghcr.io/sebadob/rauthy:0.24.1-lite
127+
ghcr.io/sebadob/rauthy:0.25.0-lite
128128
```
129129

130130
**6. Restrict DB files access even more**

book/src/getting_started/k8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ spec:
208208
fsGroup: 10001
209209
containers:
210210
- name: rauthy
211-
image: ghcr.io/sebadob/rauthy:0.24.1-lite
211+
image: ghcr.io/sebadob/rauthy:0.25.0-lite
212212
imagePullPolicy: IfNotPresent
213213
securityContext:
214214
# User ID 10001 is actually built into the container at the creation for

docs/getting_started/docker.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
184184
-e COOKIE_MODE=danger-insecure \
185185
-p 8080:8080 \
186186
--name rauthy \
187-
ghcr.io/sebadob/rauthy:0.24.1-lite
187+
ghcr.io/sebadob/rauthy:0.25.0-lite
188188
</code></pre>
189189
<p>This will start the container in interactive mode with an in-memory SQLite database. Just take a look at the log at the
190190
logs to see the URL and first password.</p>
@@ -194,7 +194,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
194194
-e DATABASE_URL=sqlite:data/rauthy.db \
195195
-p 8080:8080 \
196196
--name rauthy \
197-
ghcr.io/sebadob/rauthy:0.24.1-lite
197+
ghcr.io/sebadob/rauthy:0.25.0-lite
198198
</code></pre>
199199
<div id="admonition-note" class="admonition admonish-note">
200200
<div class="admonition-title">
@@ -279,7 +279,7 @@ <h2 id="production-setup"><a class="header" href="#production-setup">Production
279279
-v $(pwd)/rauthy/data:/app/data \
280280
-p 8080:8080 \
281281
--name rauthy \
282-
ghcr.io/sebadob/rauthy:0.24.1-lite
282+
ghcr.io/sebadob/rauthy:0.25.0-lite
283283
</code></pre>
284284
<p><strong>6. Restrict DB files access even more</strong><br />
285285
After rauthy has done the first start, you could harden the access rights of the SQLite files even more.<br />

docs/getting_started/k8s.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
351351
fsGroup: 10001
352352
containers:
353353
- name: rauthy
354-
image: ghcr.io/sebadob/rauthy:0.24.1-lite
354+
image: ghcr.io/sebadob/rauthy:0.25.0-lite
355355
imagePullPolicy: IfNotPresent
356356
securityContext:
357357
# User ID 10001 is actually built into the container at the creation for

docs/print.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
440440
-e COOKIE_MODE=danger-insecure \
441441
-p 8080:8080 \
442442
--name rauthy \
443-
ghcr.io/sebadob/rauthy:0.24.1-lite
443+
ghcr.io/sebadob/rauthy:0.25.0-lite
444444
</code></pre>
445445
<p>This will start the container in interactive mode with an in-memory SQLite database. Just take a look at the log at the
446446
logs to see the URL and first password.</p>
@@ -450,7 +450,7 @@ <h2 id="testing--local-evaluation"><a class="header" href="#testing--local-evalu
450450
-e DATABASE_URL=sqlite:data/rauthy.db \
451451
-p 8080:8080 \
452452
--name rauthy \
453-
ghcr.io/sebadob/rauthy:0.24.1-lite
453+
ghcr.io/sebadob/rauthy:0.25.0-lite
454454
</code></pre>
455455
<div id="admonition-note" class="admonition admonish-note">
456456
<div class="admonition-title">
@@ -535,7 +535,7 @@ <h2 id="production-setup"><a class="header" href="#production-setup">Production
535535
-v $(pwd)/rauthy/data:/app/data \
536536
-p 8080:8080 \
537537
--name rauthy \
538-
ghcr.io/sebadob/rauthy:0.24.1-lite
538+
ghcr.io/sebadob/rauthy:0.25.0-lite
539539
</code></pre>
540540
<p><strong>6. Restrict DB files access even more</strong><br />
541541
After rauthy has done the first start, you could harden the access rights of the SQLite files even more.<br />
@@ -721,7 +721,7 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
721721
fsGroup: 10001
722722
containers:
723723
- name: rauthy
724-
image: ghcr.io/sebadob/rauthy:0.24.1-lite
724+
image: ghcr.io/sebadob/rauthy:0.25.0-lite
725725
imagePullPolicy: IfNotPresent
726726
securityContext:
727727
# User ID 10001 is actually built into the container at the creation for

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)