From b6a7e8ac1f14a5930a3af75cbea4baff921a9685 Mon Sep 17 00:00:00 2001 From: Lino <168556219+lino-b@users.noreply.github.com> Date: Fri, 3 May 2024 12:10:30 +0200 Subject: [PATCH] Start a list mentioning hosting providers --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75c8d8edd..da5a54cbf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Thanks to the generous folks at [DigitalOcean](https://m.do.co/c/8d70b916d462), - [Features](#features) - [Getting started](#getting-started) + - [Self-hosting](#self-hosting) + - [Hosting Providers](#hosting-providers) - [Contributing](#contributing) - [Community Support](#community-support) - [Translation](#translation) @@ -52,9 +54,12 @@ Thanks to the generous folks at [DigitalOcean](https://m.do.co/c/8d70b916d462), A full list of [features](https://docs.paperless-ngx.com/#features) and [screenshots](https://docs.paperless-ngx.com/#screenshots) are available in the [documentation](https://docs.paperless-ngx.com/). - # Getting started +You can either host your paperless by yourself or go with a hosting provider. + +## Self-hosting + The easiest way to deploy paperless is `docker compose`. The files in the [`/docker/compose` directory](https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose) are configured to pull the image from GitHub Packages. If you'd like to jump right in, you can configure a `docker compose` environment with our install script: @@ -67,6 +72,12 @@ Alternatively, you can install the dependencies and setup apache and a database Migrating from Paperless-ng is easy, just drop in the new docker image! See the [documentation on migrating](https://docs.paperless-ngx.com/setup/#migrating-to-paperless-ngx) for more details. +## Hosting Providers + +| Provider | Free plan? | Description | +| --------------- | ------------- | ------------ | +| [Paperless‑home](https://paperless-home.com) |
✔️
| Hosting service dedicated to Paperless. Features: Import over WebDAV or FTP, import of docx and other office document types. | + ### Documentation