mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update meta file.
This commit is contained in:
parent
6814582f32
commit
b94885f8ba
19
.env.example
19
.env.example
@ -38,12 +38,6 @@ TRUSTED_PROXIES=
|
|||||||
# Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself.
|
# Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself.
|
||||||
# A rotating log option is 'daily', creates 5 files that (surprise) rotate.
|
# A rotating log option is 'daily', creates 5 files that (surprise) rotate.
|
||||||
# Default setting 'stack' will log to 'daily' and to 'stdout' at the same time.
|
# Default setting 'stack' will log to 'daily' and to 'stdout' at the same time.
|
||||||
|
|
||||||
# - Docker + versions <= 4.8.1.8 and before: use "stdout"
|
|
||||||
# - Docker + versions > 4.8.1.8 : use "docker_out"
|
|
||||||
# - Docker + versions >= 5.1.1 : use "stack"
|
|
||||||
# - For everything else (als not Docker) : use 'stack'
|
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
|
|
||||||
# Log level. You can set this from least severe to most severe:
|
# Log level. You can set this from least severe to most severe:
|
||||||
@ -174,23 +168,21 @@ MAP_DEFAULT_ZOOM=6
|
|||||||
# - 'remote_user_guard' for Authelia etc
|
# - 'remote_user_guard' for Authelia etc
|
||||||
# Read more about these settings in the documentation.
|
# Read more about these settings in the documentation.
|
||||||
# https://docs.firefly-iii.org/advanced-installation/authentication
|
# https://docs.firefly-iii.org/advanced-installation/authentication
|
||||||
|
|
||||||
#
|
|
||||||
# Set to 'ldap' to enable LDAP
|
|
||||||
#
|
|
||||||
AUTHENTICATION_GUARD=web
|
AUTHENTICATION_GUARD=web
|
||||||
|
|
||||||
#
|
#
|
||||||
# LDAP connection settings:
|
# LDAP connection settings:
|
||||||
#
|
#
|
||||||
LDAP_HOST=ldap.yourserver.com
|
LDAP_HOST=ldap.yourserver.com
|
||||||
LDAP_USERNAME="uid=X,ou=,o=,dc=something,dc=com"
|
|
||||||
LDAP_PASSWORD=super_secret
|
|
||||||
LDAP_PORT=389
|
LDAP_PORT=389
|
||||||
LDAP_BASE_DN="o=something,dc=site,dc=com"
|
|
||||||
LDAP_TIMEOUT=5
|
LDAP_TIMEOUT=5
|
||||||
LDAP_SSL=false
|
LDAP_SSL=false
|
||||||
LDAP_TLS=false
|
LDAP_TLS=false
|
||||||
|
|
||||||
|
LDAP_BASE_DN="o=something,dc=site,dc=com"
|
||||||
|
LDAP_USERNAME="uid=X,ou=,o=,dc=something,dc=com"
|
||||||
|
LDAP_PASSWORD=super_secret
|
||||||
|
|
||||||
LDAP_AUTH_FIELD=uid
|
LDAP_AUTH_FIELD=uid
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -199,7 +191,6 @@ LDAP_AUTH_FIELD=uid
|
|||||||
AUTHENTICATION_GUARD_HEADER=REMOTE_USER
|
AUTHENTICATION_GUARD_HEADER=REMOTE_USER
|
||||||
AUTHENTICATION_GUARD_EMAIL=
|
AUTHENTICATION_GUARD_EMAIL=
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Extra authentication settings
|
# Extra authentication settings
|
||||||
#
|
#
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"bacon/bacon-qr-code": "2.*",
|
"bacon/bacon-qr-code": "2.*",
|
||||||
"diglactic/laravel-breadcrumbs": "^7.0",
|
"diglactic/laravel-breadcrumbs": "^7.0",
|
||||||
"directorytree/ldaprecord-laravel": "^2.2",
|
|
||||||
"doctrine/dbal": "3.*",
|
"doctrine/dbal": "3.*",
|
||||||
"fideloper/proxy": "4.*",
|
"fideloper/proxy": "4.*",
|
||||||
"gdbots/query-parser": "^2.0",
|
"gdbots/query-parser": "^2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user