Skip to content

Commit

Permalink
add doc about deleting user
Browse files Browse the repository at this point in the history
  • Loading branch information
mein Name authored and alphatownsman committed Feb 9, 2025
1 parent 62a0cd6 commit 44e4104
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ neodb-manage user --staff <username>
neodb-manage user --super <username>
```

create a super user; delete a user / remote identity (`takahe-stator` and `neodb-worker` containers must be running to complete the deletion)
```
neodb-manage createsuperuser
neodb-manage user --delete username
neodb-manage user --delete [email protected]
```

Create an invite link

```
Expand All @@ -104,7 +111,7 @@ neodb-manage crawl <url> # crawl all recognizable links from a page
```


## Run without Docker
## Run PostgresQL/Redis/Typesense without Docker

It's currently possible but quite cumbersome to run without Docker, hence not recommended. However it's possible to only use docker to run neodb server but reuse existing PostgresQL/Redis/Typesense servers with `compose.override.yml`, an example for reference:

Expand Down

0 comments on commit 44e4104

Please sign in to comment.