- Replace all AdventureLog references with Voyage across ~102 files (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG, AdventUrelog, AdventureLOG, adventure-log, adventure_log) - Rename brand, static, and documentation assets to use voyage naming - Rename install_adventurelog.sh → install_voyage.sh - Update README.md and voyage_overview.md to credit AdventureLog as the upstream project and Sean Morley as its original creator
11 lines
353 B
Markdown
11 lines
353 B
Markdown
# 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 Voyage.'
|
|
```
|