Uniform display and listing of related projects

tooomm 2024-10-26 12:01:45 +02:00
parent 7fb08ad227
commit a5971eb33c

@ -7,51 +7,63 @@ _Please note that the current Paperless-ngx team does not explicitly endorse, su
If you're one of them, please reach out and we can add your project to the list or you can update this wiki yourself. Current projects include:
- **Mobile**
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile): <kbd>Android</kbd> A modern, feature rich app for Paperless-ngx.
- [Paperless Share](https://github.com/qcasey/paperless_share): <kbd>Android</kbd> Share any files from your application with Paperless-ngx. Very simple, but works with all mobile scanning apps that allow you to share scanned documents.
- [Swift Paperless](https://github.com/paulgessinger/swift-paperless): <kbd>iOS</kbd> A native iOS mobile app for Paperless-ngx written in Swift.
- [QuickScan](https://www.quickscanapp.com): <kbd>iOS</kbd> Free, feature-rich app, that supports scanning directly into Paperless
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile): <kbd>Android</kbd>
A modern, feature rich app for Paperless-ngx.
- [Paperless Share](https://github.com/qcasey/paperless_share): <kbd>Android</kbd>
Share any files from your application with Paperless-ngx. Very simple, but works with all mobile scanning apps that allow you to share scanned documents.
- [Swift Paperless](https://github.com/paulgessinger/swift-paperless): <kbd>iOS</kbd>
A native iOS mobile app for Paperless-ngx written in Swift.
- [QuickScan](https://www.quickscanapp.com): <kbd>iOS</kbd>
Free, feature-rich app, that supports scanning directly into Paperless
- see also the Wiki page about [recommended scanner apps](https://github.com/paperless-ngx/paperless-ngx/wiki/Scanner-&-Software-Recommendations#mobile-phone-software)
- **Desktop**
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): <kbd>Python</kbd> Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
- [Scan to Paperless](https://github.com/sbrunner/scan-to-paperless): <kbd>Python</kbd>
Scan and prepare (crop, deskew, OCR, ...) your documents for use in Paperless-ngx.
- **Cross-Device**
- [Paperparrot](https://apps.apple.com/us/app/paperparrot/id1663665267): <kbd>iOS/macOS</kbd> A native Swift/SwiftUI client. Works offline and supports network scanners.
- [Paperless Swift](https://apps.apple.com/de/app/swift-paperless/id6448698521): <kbd>iOS/iPadOS</kbd> A native Swift Paperless-ngx app.
- [Less Paper](https://apps.apple.com/app/apple-store/id6464425056): <kbd>iOS/iPadOS/macOS</kbd> Yet another native iOS app for paperless-ngx (supporting forward-auth like Authelia or Authentik).
- [Paperparrot](https://apps.apple.com/us/app/paperparrot/id1663665267): <kbd>iOS/macOS</kbd>
A native Swift/SwiftUI client. Works offline and supports network scanners.
- [Paperless Swift](https://apps.apple.com/de/app/swift-paperless/id6448698521): <kbd>iOS/iPadOS</kbd>
A native Swift Paperless-ngx app.
- [Less Paper](https://apps.apple.com/app/apple-store/id6464425056): <kbd>iOS/iPadOS/macOS</kbd>
Yet another native iOS app for paperless-ngx (supporting forward-auth like Authelia or Authentik).
<details>
<summary>Former Projects</summary><br>
- **Mobile**
- [~~Paperless App~~](https://github.com/bauerj/paperless_app): <kbd>Android</kbd> A mobile application for Paperless-ngx.
- [~~Paperless App~~](https://github.com/bauerj/paperless_app): <kbd>Android</kbd>
A mobile application for Paperless-ngx.
- **Desktop**
- [~~Paperless Desktop~~](https://github.com/thomasbrueggemann/paperless-desktop): <kbd>macOS</kbd> macOS app that uses the paperless API to manage your document scans.
- [~~Paperless Desktop~~](https://github.com/thomasbrueggemann/paperless-desktop): <kbd>macOS</kbd>
macOS app that uses the paperless API to manage your document scans.
</details>
# API clients
- [astubenbord/paperless-mobile](https://github.com/astubenbord/paperless-mobile/) <kbd>Dart</kbd>
uses its own API client.
- [hansmi/paperhooks](https://github.com/hansmi/paperhooks/) <kbd>Go</kbd> is a toolkit
for writing consumption hooks and includes a REST API client.
- [tb1337/paperless-api](https://github.com/tb1337/paperless-api) <kbd>Python</kbd> is
an asynchronous wrapper for the REST API.
- [marcelbrueckner/paperless-ngx-cli](https://github.com/marcelbrueckner/paperless-ngx-cli) <kbd>Python</kbd> is
a command-Line interface for Paperless-ngx.
- [boul2gom/paperless-rs](https://github.com/boul2gom/paperless-rs) <kbd>Rust</kbd> is
an asynchronous Rust library for the Paperless-ngx document manager
- [Paperless Mobile](https://github.com/astubenbord/paperless-mobile/): <kbd>Dart</kbd>
Uses its own API client.
- [Paperhooks](https://github.com/hansmi/paperhooks/): <kbd>Go</kbd>
Toolkit for writing consumption hooks, includes a REST API client.
- [PyPaperless](https://github.com/tb1337/paperless-api): <kbd>Python</kbd>
Asynchronous wrapper for the REST API.
- [Paperless-ngx CLI](https://github.com/marcelbrueckner/paperless-ngx-cli): <kbd>Python</kbd>
A command-line interface for Paperless-ngx.
- [paperless-rs](https://github.com/boul2gom/paperless-rs): <kbd>Rust</kbd>
An asynchronous library for the Paperless-ngx document manager.
# Monitoring
- [prometheus-paperless-exporter](https://github.com/hansmi/prometheus-paperless-exporter) <kbd>Go</kbd> is a [Prometheus](https://prometheus.io/) metrics exporter. Uses the REST API.
- [prometheus-paperless-exporter](https://github.com/hansmi/prometheus-paperless-exporter): <kbd>Go</kbd>
A [Prometheus](https://prometheus.io/) metrics exporter. Uses the REST API.
# Add-ons
- [paperless-mailservice](https://github.com/carlosz1986/paperless-mailservice) <kbd>Go</kbd> sends custom tagged documents to one or more defined email addresses (different rulesets possible)
- [Paperless Mailservice](https://github.com/carlosz1986/paperless-mailservice): <kbd>Go</kbd>
Sends custom tagged documents to one or more defined email addresses (different rulesets possible).
# Hosting providers
_As noted above, the Paperless-ngx team does not explicitly verify or endorse any of the products listed here._
_As noted above, the Paperless-ngx team does not explicitly verify or endorse any of the products listed here. List in alphabetical order_
- [Cloudron](https://www.cloudron.io/store/com.paperlessng.cloudronapp.html)
- [DigitizerSpace](https://www.digitizerspace.com/solutions/paperless)