Start a list mentioning hosting providers

This commit is contained in:
Lino 2024-05-03 12:10:30 +02:00 committed by GitHub
parent efd9b8e433
commit b6a7e8ac1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,8 @@ Thanks to the generous folks at [DigitalOcean](https://m.do.co/c/8d70b916d462),
- [Features](#features) - [Features](#features)
- [Getting started](#getting-started) - [Getting started](#getting-started)
- [Self-hosting](#self-hosting)
- [Hosting Providers](#hosting-providers)
- [Contributing](#contributing) - [Contributing](#contributing)
- [Community Support](#community-support) - [Community Support](#community-support)
- [Translation](#translation) - [Translation](#translation)
@ -52,9 +54,12 @@ Thanks to the generous folks at [DigitalOcean](https://m.do.co/c/8d70b916d462),
</picture> </picture>
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/). 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 # 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. 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: 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. 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&#x2011;home](https://paperless-home.com) | <p align="center">✔️</p> | Hosting service dedicated to Paperless. Features: Import over WebDAV or FTP, import of docx and other office document types. |
<!-- omit in toc --> <!-- omit in toc -->
### Documentation ### Documentation