An open API service indexing awesome lists of open source software.

https://github.com/paulgessinger/swift-paperless

Native iOS app for interacting with a Paperless-ngx installation to manage documents
https://github.com/paulgessinger/swift-paperless

document-management-system ios swiftui

Last synced: 25 days ago
JSON representation

Native iOS app for interacting with a Paperless-ngx installation to manage documents

Awesome Lists containing this project

README

          


Swift Paperless



Get it on the App Store!


iOS app for Paperless-ngx


Localization status on Crowdin



App preview

---

**Swift Paperless** native iOS app for the
[Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) software.
Paperless-ngx is a self-hosted document management system that helps you
organize your documents digitally.

This application requires a self-hosted instance to function!

- [Documentation](https://paulgessinger.github.io/swift-paperless/)

## TestFlight

To get the latest development version of the app, grab it on
[TestFlight](https://testflight.apple.com/join/bOpOdzwL)!

## Contact

If you have any questions or need support create an issue on [GitHub](https://github.com/paulgessinger/swift-paperless/issues/new) or send me a [message](mailto:swift-paperless@paulgessinger.com).

## Maintenance

- Run the screenshot automation:

```console
swpngx capture setup
# Or pin the screenshot backend:
swpngx capture setup --pngx-tag 2.19.4
# Or add random tags for UI stress testing:
swpngx capture setup --random-tags 1000
# Or add multiple random metadata types:
swpngx capture setup --random-tags 1000 --random-correspondents 500 --random-document-types 250
swpngx capture capture
swpngx frame
fastlane deliver
```

- Concatenate screenshots for panorama:

```console
montage fastlane/screenshots/framed/en-US/iPhone\ 15\ Pro\ Max-0* \
-tile 4x1 -geometry +20+0 panorama.png
```