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

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.'
```