Skip to content
Home » Home Assistant: Install Paperless-NGX addon with Ingress

Home Assistant: Install Paperless-NGX addon with Ingress

Advertisements

Some of the links shared in this post are affiliate links. If you click on the link and make a purchase, we will receive an affiliate commission at no additional cost to you.


In this guide, I’ll show you how to install Paperless-NGX as an add-on in Home Assistant. Paperless-NGX is a powerful document management system that allows you to digitize, store and search your documents. Thanks to the integration in Home Assistant, you can manage and automate documents conveniently. Paperless-NGX will be displayed as a menu item and with the Ingress integration, Paperless can be accessed directly from the Home Assistant WebUI.

Prerequisites

  • A running Home Assistant (ideally in a Docker or Home Assistant OS setup)
  • Access to the Home Assistant interface
  • Some basic knowledge in dealing with addons and Docker

Step 1: Accessing the add-on store

  1. Open Home Assistant in your web browser and log in.
  2. Go to “Settings” in the left sidebar.
  3. Select “Add-ons, backups & supervisor” there.
  4. Click on “Add-on store” to open the store for additional packages.

Step 2: Installing a community repository

Paperless-NGX is not included in the official add-on store by default. You must therefore add a community repository.

  1. Scroll down in the add-on store and click on the three dots at the top right.
  2. Select “Add repository”.
  3. Enter the following URL in the field and confirm:
    https://github.com/BenoitAnastay/home-assistant-addons-repository/

This gives you access to various community add-ons:

Benoit Anastay's Addons

Step 3: Installing Paperless-NGX

  1. After you have added the repository, search for “Paperless-NGX” in the add-on store
  2. Click on the add-on and then on “Install”.
  3. Wait until the installation process is complete. This may take a few minutes.

Step 4: Configuring the memory

If you do not want to save your documents on the Home Assistant server itself, but rather on your NAS, you need to create a share for this. To do this, you need to go to “Settings” -> “Storage” -> “Add network storage”

The name must be in lower case “paperless” and the type (Usage) must be “Share”. The other data must be adapted to the individual circumstances.

This memory path is therefore stored in the add-on hardcoded and cannot be changed.

home-assistant-paperless-ngx-addon-network-storage

Step 5: Configuring the add-on

After installation, you must configure Paperless-NGX:

  1. Click on “Settings” in the Paperless NGX add-on.
  2. You can set various parameters here, for example:
    • TZ: Your time zone, e.g. Europe/Berlin.
    • PAPERLESS_OCR_LANGUAGE: If you want to use the OCR function, enter the language, e.g. deu for German.
    • Default Superuser: Enter the data for the admin user here.
    • Consume Directory Polling Interval: Sets the interval at which Paperless scans the Consum folder for new files. Required for network drives.
    • Barcode consuming: Activates the processing of barcodes.
    • ASN Barcodes: Activates ASN barcodes.
    • Recusive consuming: If “Active”, folders in the “Consum” folder are also searched for documents.
    • Enable Ingress authentication: If this field is activated, you will be logged in automatically if the Home Assistant and the Paperless Username match.
    • Change the ports on your host that are exposed by the add-on: Here you can specify a port via which Paperless-ngx can be reached directly. This is only required if the API is to be accessed via the Paperless APP.
  3. Save the configuration and close the settings window.

Step 6: Starting the add-on

  1. Go back to the Paperless NGX page in the add-on store.
  2. Click on “Start” to activate the add-on.
  3. Wait until the add-on has started. You can monitor the status in the log window.

Step 7: Access to Paperless-NGX

Once the add-on is running, you can access the Paperless NGX web interface:

  1. Click on the “Open Web UI” button on the add-on page.
  2. Log in with the standard login data. You have entered the initial access data in the setup.

Step 8: Document management and automation

You can now start uploading and managing your documents. Optionally, you can also set up Home Assistant automations to automatically process certain documents in Paperless-NGX.

What is Paperless-NGX?

Paperless-NGX is an open source document management system that helps you digitize, organize and make paper documents searchable. It allows you to scan documents, automatically capture content using OCR (Optical Character Recognition) and categorize them using tags or metadata. Paperless-NGX is ideal for running a paperless office as it efficiently manages documents and simplifies retrieval with a powerful search function.

What is OCR?

OCR (Optical Character Recognition) is a technology that allows printed or handwritten text in digital images, such as scanned documents or photos, to be recognized and converted into machine-readable text. OCR is often used to digitize documents so that the text can be searched, edited or further processed. In systems such as Paperless-NGX, OCR helps to automatically capture scanned documents and make them searchable.

What is “Ingress”?

The Ingress feature in Home Assistant allows you to access add-ons directly from the Home Assistant interface, without separate logins or additional network configurations. This means you can access the user interfaces of add-ons like Paperless-NGX without having to enter a separate URL or share ports. Everything is handled securely through the Home Assistant web interface, making add-on management easier and more user-friendly.

What does Paperless-NGX use barcodes for?

Paperless-NGX can use barcodes to automatically organize and categorize documents. Barcodes on documents contain specific information that is recognized by Paperless-NGX to automatically sort the documents into the correct categories or folders. This is particularly useful for processing large volumes of documents quickly and efficiently as the barcode replaces the manual entry of metadata or tags.

What are ASN barcodes?

ASN (Advanced Shipment Notice) barcodes in Paperless-NGX are special barcodes that are often used in logistics to encode delivery information such as order numbers, delivery dates or product details. In Paperless-NGX, such barcodes can be automatically recognized and used to efficiently capture and organize documents such as delivery bills or invoices and provide them with the appropriate metadata. This makes it easier to manage delivery documents and assign them to specific orders or processes.

What are Home Assistant add-ons?

Home Assistant add-ons are extensions that add additional functions and services to Home Assistant. They run in isolated containers and can perform various tasks, such as:
Integration of third-party services: They enable the connection of external applications or platforms.
Extended functions: Add-ons can offer special functions such as backup, media management or document management.
User interfaces: Many add-ons offer their own web interfaces for managing or displaying information.
Add-ons are easy to install, configure and manage via the Home Assistant add-on store, which significantly extends the functionality of Home Assistant.

Leave a Reply

Your email address will not be published. Required fields are marked *

Mastodon