LDAP support, #build

Changed:
- configure LDAP over environment variables
- fix reverse proxy CSRF error
This commit is contained in:
simon 2022-07-30 21:13:13 +07:00
parent 36d0f08efb
commit 07f50b6619
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -193,4 +193,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.2.0"
TA_VERSION = "v0.2.1-unstable"