Compare commits

..

3 Commits

Author SHA1 Message Date
Sebastian Steinbeißer
d1c1d2fab9
Merge c9e902baa329dd7468cd2c80b7ace1e71482ca0d into 97d59dce9c24a1c49ebf62979c46283a67771d4e 2025-03-29 09:54:58 +00:00
Sebastian Steinbeißer
c9e902baa3
Chore: switch from os.path to pathlib.Path 2025-03-29 10:54:28 +01:00
Timon
97d59dce9c
Documentation: correct static url description (#9506) 2025-03-27 13:24:41 -07: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
subdomain like /paperless/, you probably don't need to change this. specific path 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/".