forked from mCaptcha/website
fix: parent section
This commit is contained in:
parent
f370053af4
commit
41be1291fa
7 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "help"
|
parent: "Help"
|
||||||
weight: 630
|
weight: 630
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "help"
|
parent: "Help"
|
||||||
weight: 620
|
weight: 620
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title : "self-hosted"
|
title : "Self-Hosted"
|
||||||
description: "Instructions to self-host mCaptcha"
|
description: "Instructions to self-host mCaptcha"
|
||||||
lead: ""
|
lead: ""
|
||||||
date: 2021-07-21 15:44
|
date: 2021-07-21 15:44
|
||||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "self-hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 120
|
weight: 120
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Databse and cache"
|
title: "Database and cache"
|
||||||
description: "mCaptcha server requires dependencies like a Postgres
|
description: "mCaptcha server requires dependencies like a Postgres
|
||||||
database and a Redis cache"
|
database and a Redis cache"
|
||||||
lead: "mCaptcha server requires dependencies like a Postgres
|
lead: "mCaptcha server requires dependencies like a Postgres
|
||||||
|
@ -10,7 +10,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "self-hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 130
|
weight: 130
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
@ -56,7 +56,7 @@ Download and run Postgres
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker create --name mcaptcha-postgres \
|
docker create --name mcaptcha-postgres \
|
||||||
-e POSTGRES_PASSWORD=<databse-password> \
|
-e POSTGRES_PASSWORD=<database-password> \
|
||||||
-p 5432:5432 \
|
-p 5432:5432 \
|
||||||
postgres && docker start mcaptcha-postgres
|
postgres && docker start mcaptcha-postgres
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "self-hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 110
|
weight: 110
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
||||||
images: []
|
images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "self-hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 100
|
weight: 100
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue