LiberaForms-E2EE

Packages

liberaforms
Version: 3.1.1

Options

services.liberaforms.bind

Bind address to be used by gunicorn.

Type:
string
Default:
"127.0.0.1:5000"
services.liberaforms.cryptoKeyFile

A file that contains a key to encrypt files uploaded to liberaforms. Created at default location by liberaforms-init script with flask cryptokey create.

Type:
string
Default:
"/etc/liberaforms/crypto.key"
services.liberaforms.dbHost

Hostname of postgres database.

Type:
string
Default:
"localhost"
services.liberaforms.dbPasswordFile

A file that contains a password for the liberaforms user in postgres, must be set. Created at default location by liberaforms-init script with openssl rand -base64 32.

Type:
string
Default:
"/etc/liberaforms/db-password.key"
services.liberaforms.defaultLang

Default language of LiberaForms.

Type:
string
Default:
"en"
services.liberaforms.domain

Domain for LiberaForms instance.

Type:
string
Default:
"liberaforms.local"
services.liberaforms.enable

Whether to enable LiberaForms server.

Type:
boolean
Default:
false
services.liberaforms.enableDatabaseBackup

Whether to enable Cron job for pg_dump.

Type:
boolean
Default:
false
services.liberaforms.enableHTTPS

Whether to enable HTTPS for connections to nginx.

Type:
boolean
Default:
false
services.liberaforms.enableNginx

Whether to enable Nginx reverse proxy web server.

Type:
boolean
Default:
false
services.liberaforms.enablePostgres

Whether to enable Postgres database.

Type:
boolean
Default:
false
services.liberaforms.extraConfig

Extra configuration for LiberaForms to be appended on the configuration. see https://gitlab.com/liberaforms/liberaforms/-/blob/develop/dotenv.example for all options.

Type:
strings concatenated with "\n"
Default:
""
services.liberaforms.flaskConfig

Sets the config to use (see config.py). Can be 'production' or 'development'.

Type:
string
Default:
"production"
services.liberaforms.flaskEnv

Sets the Flask running mode. Can be 'production' or 'development'.

Type:
string
Default:
"production"
services.liberaforms.package

LiberaForms package to use.

Type:
package
Default:
.packages..default
services.liberaforms.rootEmail

Email address used for root user of LiberaForms.

Type:
string
Default:
""
services.liberaforms.secretKeyFile

A file that contains the server secret for safe session cookies, must be set. Created at default location by liberaforms-init script with openssl rand -base64 32.

Type:
string
Default:
"/etc/liberaforms/secret.key"
services.liberaforms.sessionType

Session management backend (see docs/INSTALL).

Type:
string
Default:
"filesystem"
services.liberaforms.workDir

Path to the working directory for LiberaForms.

Type:
string
Default:
"/var/lib/liberaforms"
services.liberaforms.workers

The number of gunicorn worker processes for handling requests.

Type:
signed integer
Default:
3