apps
adguard
audiobookshelf
files
finance
homeassistant
immich
linkding
media
minecraft
monitoring
ntfy
paperless
recipes
rss
todos
README.md
ingress.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
values.yaml
whoami
infrastructure
kluster-deployments
.gitignore
README.md
renovate.json
7 lines
178 B
Markdown
7 lines
178 B
Markdown
### Adding a user
|
|
```bash
|
|
kubectl exec -it -n todos deployments/todos-vikunja -- /app/vikunja/vikunja user create -u <username> -e "<user-email>"
|
|
```
|
|
|
|
Password will be prompted.
|