User Tools

Site Tools


public:paperless

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:paperless [2025/08/27 16:24] – Corrected markup error danielpublic:paperless [2025/09/02 02:49] (current) – Inserted missing index.html specification daniel
Line 13: Line 13:
 Log out and back in Log out and back in
  
-Referencing [[https://docs.paperless-ngx.com/setup/#docker_script|docs.paperless-ngx.com]], as a non-privileged user, fetch the Paperless-NGX Docker image and spawn a container from it:+Referencing [[https://docs.paperless-ngx.com/setup/#docker_script|docs.paperless-ngx.com]], as a non-privileged user, provision Paperless using the //installation script//:
  
   * **Database:** //sqlite//   * **Database:** //sqlite//
-  * **URL:** //[blank] (default)// 
   * Accept all other defaults   * Accept all other defaults
  
Line 36: Line 35:
 ===Place Paperless-NGX Behind Apache Reverse Proxy=== ===Place Paperless-NGX Behind Apache Reverse Proxy===
  
-Bind Paperless-NGX exclusively to loopback interface:+In /home/jdoe/paperless-ngx/docker-compose.yml, upsert...
  
-  In /home/jdoe/paperless-ngx/docker-compose.yml, upsert: +Under //webserver// > //ports// 
-   +  "127.0.0.1:8000:8000" 
-    - "127.0.0.1:8000:8000" +  "[::1]:8000:8000" 
-    "[::1]:8000:8000"+ 
 +Under //webserver// > //environment// 
 +  PAPERLESS_URL: https://mysite.example.com
  
 Install, start Apache and certbot Install, start Apache and certbot
Line 59: Line 60:
   sudo mkdir -p /var/www/letsencrypt/.well-known/acme-challenge/   sudo mkdir -p /var/www/letsencrypt/.well-known/acme-challenge/
  
-Into /var/www/mysite, write+Into /var/www/mysite/index.html, write
   <html>   <html>
   <head>   <head>
public/paperless.1756311847.txt.gz · Last modified: 2025/08/27 16:24 by daniel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki