- 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
1.6 KiB
1.6 KiB
Advanced Configuration
In addition to the primary configuration variables listed above, there are several optional environment variables that can be set to further customize your Voyage instance. These variables are not required for a basic setup but can enhance functionality and security.
| Name | Required | Description | Default Value | Variable Location |
|---|---|---|---|---|
ACCOUNT_EMAIL_VERIFICATION |
No | Enable email verification for new accounts. Options are none, optional, or mandatory |
none |
Backend |
FORCE_SOCIALACCOUNT_LOGIN |
No | When set to True, only social login is allowed (no password login). The login page will show only social providers or redirect directly to the first provider if only one is configured. |
False |
Backend |
SOCIALACCOUNT_ALLOW_SIGNUP |
No | When set to True, signup will be allowed via social providers even if registration is disabled. |
False |
Backend |