Skip to content

Commit 5ee4fac

Browse files
committed
add some more docs
1 parent 9c7f713 commit 5ee4fac

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

comparison.md renamed to docs/3comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# competitors to Kubero
1+
# Comparison to alternatives
22

33
- Coolify https://coolify.io/
44
- Capover https://caprover.com/

docs/installation/3authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Authentication
22
The UI has a built-in authentication to restrict access. All methods can be used simultaneously.
33

4-
## local
4+
## Local
55
This may fit for single users and very small teams. The authentication credentials are stored in the environment variable KUBERO_USERS as a base64 encoded string.
66

77
> ⚠️ **Warning** <br>
@@ -60,7 +60,7 @@ stringData:
6060
kubectl apply -f secrets.yaml -n kubero
6161
```
6262

63-
## github
63+
## Github
6464
If you have already have a Github team and want to grant access to them, use this section.
6565

6666
## Oauth2 (gitea)

mkdocs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,25 @@ markdown_extensions:
1414
- markdown_include.include:
1515
base_path: .
1616
- admonition
17+
nav:
18+
- Home: 'index.md'
19+
- '1quickstart.md'
20+
- '2screenshots.md'
21+
- '3comparison.md'
22+
- Installation:
23+
- 'prerequisites.md'
24+
- 'base.md'
25+
- 3authentication.md
26+
- configuration.md
27+
- 'User manual':
28+
- 'buildpacks.md'
29+
- deployment.md
30+
- services.md
31+
- 'Developer manual':
32+
- 'setup.md'
33+
#- 'architecture.md'
34+
#- 'development.md'
35+
#- 'testing.md'
36+
#- 'release.md'
37+
#- 'deployment.md'
38+
#- 'changelog.md'

0 commit comments

Comments
 (0)