TrueChartsClone/charts/stable/slink/docs/installation_notes.md

22 lines
322 B
Markdown
Raw Normal View History

---
title: Slink Installation Notes
---
## Ingress
Ingress is required.
## User Approval
Currently users can only be approved using the app shell. Below are the commands that can be used to approve an account:
```bash
slink user:activate --email=<user-email>
```
or
```bash
slink user:activate --uuid=<user-id>
```