Migration to new documentation and information site

This commit is contained in:
Sean Morley
2024-11-26 10:31:25 -05:00
parent 8e5a20ec62
commit 17d8784d8c
59 changed files with 1967 additions and 11276 deletions

View File

@@ -0,0 +1,10 @@
# 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
# OPTIONAL: Set the message to display when registration is disabled
- DISABLE_REGISTRATION_MESSAGE='Registration is disabled for this instance of AdventureLog.'
```