Compare commits

..

2 Commits

Author SHA1 Message Date
Sebastian Steinbeißer
46236f5294
Merge 8fbd99ffe2a8371a3789a1706ae96e8204a3f413 into 7a07f1e81ddf826476a2add2f1262661f7daad03 2025-03-21 19:38:46 +00:00
Sebastian Steinbeißer
8fbd99ffe2
Chore: switch from os.path to pathlib.Path 2025-03-21 20:36:15 +01:00

View File

@ -404,7 +404,7 @@ set this value to /paperless. No trailing slash!
#### [`PAPERLESS_STATIC_URL=<path>`](#PAPERLESS_STATIC_URL) {#PAPERLESS_STATIC_URL} #### [`PAPERLESS_STATIC_URL=<path>`](#PAPERLESS_STATIC_URL) {#PAPERLESS_STATIC_URL}
: Override the STATIC_URL here. Unless you're hosting Paperless off a : Override the STATIC_URL here. Unless you're hosting Paperless off a
specific path like /paperless/, you probably don't need to change this. subdomain like /paperless/, you probably don't need to change this.
If you do change it, be sure to include the trailing slash. If you do change it, be sure to include the trailing slash.
Defaults to "/static/". Defaults to "/static/".