|
|
|
|
@ -85,6 +85,26 @@ all: |
|
|
|
|
# These secrets are used for the session encryption |
|
|
|
|
secrets: "{{ vault_panel_config_secrets }}" |
|
|
|
|
|
|
|
|
|
# There are three user registration systems: |
|
|
|
|
# |
|
|
|
|
# 1. open allows anyone to register an account, if they can access the website. |
|
|
|
|
# 2. invite allows anyone to register an account, if they can access the website |
|
|
|
|
# and have an invite code that is provided to them by an admin. |
|
|
|
|
# 3. stripe allows anyone to register an account, if they can make a subscription |
|
|
|
|
# with stripe. |
|
|
|
|
# |
|
|
|
|
# Any registration system that is enabled can be used. |
|
|
|
|
# |
|
|
|
|
# Whichever system is set to the default will be what is used when users click |
|
|
|
|
# 'register' on the website. |
|
|
|
|
# |
|
|
|
|
# Valid values for default are 'stripe', 'invite', 'open'. |
|
|
|
|
register: |
|
|
|
|
default: stripe |
|
|
|
|
enable_stripe: 1 |
|
|
|
|
enable_invite: 1 |
|
|
|
|
enable_open: 0 |
|
|
|
|
|
|
|
|
|
# Configuration specific to the panel server. |
|
|
|
|
panel: |
|
|
|
|
hosts: |
|
|
|
|
|