mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Update README
This commit is contained in:
15
README.md
15
README.md
@@ -52,6 +52,16 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
|
||||
|
||||
**Hint**: If this configuration is present before the installation, the LimeSurvey Web Installer will not run automatically.
|
||||
|
||||
## Data Encryption
|
||||
|
||||
LimeSurvey 4 supports data encryption, this image give you these options:
|
||||
|
||||
* Provide a security.php file directly (volume)
|
||||
* Provide encryption keys for the security.php file (environment variables)
|
||||
* Provide nothing and get a non-persistent security.php file
|
||||
|
||||
For further details on the settings see: https://manual.limesurvey.org/Data_encryption
|
||||
|
||||
# Environment Variables
|
||||
|
||||
| Parameter | Description |
|
||||
@@ -70,6 +80,11 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
|
||||
| ADMIN_PASSWORD | Initial LimeSurvey Admin Password |
|
||||
| PUBLIC_URL | Public URL for public scripts |
|
||||
| URL_FORMAT | URL Format. path or get |
|
||||
| DEBUG | Debug level (0, 1, 2). Default: 0 |
|
||||
| DEBUG_SQL | SQL Debug level (0, 1, 2). Default 0 |
|
||||
| ENCRYPT_KEYPAIR | Data encryption keypair |
|
||||
| ENCRYPT_PUBLIC_KEY | Data encryption public key |
|
||||
| ENCRYPY_SECRET_KEY | Data encryption secret key |
|
||||
|
||||
For further details on the settings see: https://manual.limesurvey.org/Optional_settings#Advanced_Path_Settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user