1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

better signup disable

This commit is contained in:
Sean Morley 2024-08-16 12:21:43 -04:00
parent 80883202bc
commit 9f574c8505
9 changed files with 138 additions and 69 deletions

View file

@ -0,0 +1,8 @@
{
"label": "Configuration ⚙️",
"position": 3,
"link": {
"type": "generated-index",
"description": "Options for AdventureLog settings."
}
}

View file

@ -0,0 +1,12 @@
---
sidebar_position: 1
---
# Disable Registration
To disable registration, you can set the following variable in your docker-compose.yml under the server service:
```yaml
environment:
- DISABLE_REGISTRATION=True
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB