diff --git a/paperless-ngx.json b/paperless-ngx.json index 9016813e..17c74b45 100644 --- a/paperless-ngx.json +++ b/paperless-ngx.json @@ -70,6 +70,21 @@ "description": "This will be the password of the automatically created superuser.", "label": "Superuser password", "index": 3 + }, + "PAPERLESS_SECRET_KEY": { + "description": "Adjust this key if you plan to make paperless available publicly.", + "label": "Paperless Secretkey", + "index": 4 + }, + "PAPERLESS_URL" : { + "description": "This is required if you will be exposing Paperless-ngx on a public domain. E.g. https://paperless.domain.com", + "label": "Paperless URL", + "index": 5 + }, + "PAPERLESS_CSRF_TRUSTED_ORIGINS" : { + "description": "Set to the value of Paperless URL", + "label": "CSRF Trusted Origins", + "index": 6 } } },