You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ assignees: ''
8
8
---
9
9
10
10
<!---
11
-
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html
11
+
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ngx.readthedocs.io/en/latest/troubleshooting.html
12
12
=> Please also make sure that you followed the installation instructions.
13
13
=> Please search the issues and look for similar issues before opening a bug report.
14
14
15
-
=> If you would like to submit a feature request please submit one under https://github.com/jonaswinkler/paperless-ng/discussions/categories/feature-requests
15
+
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
16
16
17
17
=> If you encounter issues while installing of configuring Paperless-ng, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably an issue with your system, and not an issue of paperless.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/other.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ assignees: ''
11
11
12
12
=> Discussions, Feedback and other suggestions belong in the "Discussion" section and not on the issue tracker.
13
13
14
-
=> If you would like to submit a feature request please submit one under https://github.com/jonaswinkler/paperless-ng/discussions/categories/feature-requests
14
+
=> If you would like to submit a feature request please submit one under https://github.com/paperless-ngx/paperless-ngx/discussions/categories/feature-requests
15
15
16
16
=> If you encounter issues while installing of configuring Paperless-ng, please post that in the "Support" section of the discussions. Remember that Paperless successfully runs on a variety of different systems. If paperless does not start, it's probably is an issue with your system, and not an issue of paperless.
Copy file name to clipboardexpand all lines: docs/setup.rst
+16-16
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Setup
6
6
Overview of Paperless-ng
7
7
########################
8
8
9
-
Compared to paperless, paperless-ng works a little different under the hood and has
9
+
Compared to paperless, paperless-ngx works a little different under the hood and has
10
10
more moving parts that work together. While this increases the complexity of
11
11
the system, it also brings many benefits.
12
12
@@ -125,7 +125,7 @@ Install Paperless from Docker Hub
125
125
126
126
1. Login with your user and create a folder in your home-directory `mkdir -v ~/paperless-ng` to have a place for your configuration files and consumption directory.
127
127
128
-
2. Go to the `/docker/compose directory on the project page <https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose>`_
128
+
2. Go to the `/docker/compose directory on the project page <https://github.com/paperless-ngx/paperless-ngx/tree/master/docker/compose>`_
129
129
and download one of the `docker-compose.*.yml` files, depending on which database backend you
130
130
want to use. Rename this file to `docker-compose.yml`.
131
131
If you want to enable optional support for Office documents, download a file with `-tika` in the file name.
@@ -244,7 +244,7 @@ Build the Docker image yourself
The master branch always reflects the latest stable version.
250
250
@@ -338,7 +338,7 @@ writing. Windows is not and will never be supported.
338
338
3. Optional. Install ``postgresql`` and configure a database, user and password for paperless. If you do not wish
339
339
to use PostgreSQL, SQLite is available as well.
340
340
341
-
4. Get the release archive from `<https://github.com/jonaswinkler/paperless-ng/releases>`_.
341
+
4. Get the release archive from `<https://github.com/paperless-ngx/paperless-ngx/releases>`_.
342
342
If you clone the git repo as it is, you also have to compile the front end by yourself.
343
343
Extract the archive to a place from where you wish to execute it, such as ``/opt/paperless``.
344
344
@@ -483,7 +483,7 @@ Install Paperless using ansible
483
483
Additionally, only i386 or amd64 based hosts are supported right now, i.e. installation on arm hosts will fail.
484
484
485
485
1. Install ansible 2.7+ on the management node.
486
-
This may be the target host paperless-ng is being installed on or any remote host which can access the target host.
486
+
This may be the target host paperless-ngx is being installed on or any remote host which can access the target host.
487
487
For further details, check the ansible `inventory <https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html>`_ documentation.
488
488
489
489
On Debian and Ubuntu, the official repositories should provide a suitable version:
@@ -580,12 +580,12 @@ Install Paperless using ansible
580
580
581
581
ansible-playbook playbook.yml
582
582
583
-
When this step completes successfully, paperless-ng will be available on the target host at ``http://127.0.0.1:8000`` (or the address you configured).
583
+
When this step completes successfully, paperless-ngx will be available on the target host at ``http://127.0.0.1:8000`` (or the address you configured).
584
584
585
-
Migration to paperless-ng
585
+
Migration to paperless-ngx
586
586
#########################
587
587
588
-
At its core, paperless-ng is still paperless and fully compatible. However, some
588
+
At its core, paperless-ngx is still paperless and fully compatible. However, some
589
589
things have changed under the hood, so you need to adapt your setup depending on
590
590
how you installed paperless.
591
591
@@ -601,10 +601,10 @@ The important things to keep in mind are as follows:
601
601
such as email checking and maintenance, requires a `redis`_ message broker
602
602
instance. The docker-compose route takes care of that.
603
603
* The layout of the folder structure for your documents and data remains the
604
-
same, so you can just plug your old docker volumes into paperless-ng and
604
+
same, so you can just plug your old docker volumes into paperless-ngx and
605
605
expect it to find everything where it should be.
606
606
607
-
Migration to paperless-ng is then performed in a few simple steps:
607
+
Migration to paperless-ngx is then performed in a few simple steps:
608
608
609
609
1. Stop paperless.
610
610
@@ -614,20 +614,20 @@ Migration to paperless-ng is then performed in a few simple steps:
614
614
$ docker-compose down
615
615
616
616
2. Do a backup for two purposes: If something goes wrong, you still have your
617
-
data. Second, if you don't like paperless-ng, you can switch back to
617
+
data. Second, if you don't like paperless-ngx, you can switch back to
618
618
paperless.
619
619
620
-
3. Download the latest release of paperless-ng. You can either go with the
621
-
docker-compose files from `here <https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose>`__
620
+
3. Download the latest release of paperless-ngx. You can either go with the
621
+
docker-compose files from `here <https://github.com/paperless-ngx/paperless-ngx/tree/master/docker/compose>`__
622
622
or clone the repository to build the image yourself (see :ref:`above <setup-docker_build>`).
623
-
You can either replace your current paperless folder or put paperless-ng
623
+
You can either replace your current paperless folder or put paperless-ngx
624
624
in a different location.
625
625
626
626
.. caution::
627
627
628
628
Paperless-ng includes a ``.env`` file. This will set the
629
629
project name for docker compose to ``paperless``, which will also define the name
630
-
of the volumes by paperless-ng. However, if you experience that paperless-ng
630
+
of the volumes by paperless-ngx. However, if you experience that paperless-ngx
631
631
is not using your old paperless volumes, verify the names of your volumes with
632
632
633
633
.. code:: shell-session
@@ -657,7 +657,7 @@ Migration to paperless-ng is then performed in a few simple steps:
657
657
This will migrate your database and create the search index. After that,
658
658
paperless will take care of maintaining the index by itself.
0 commit comments