Skip to content

Commit 3c00ef1

Browse files
committed
Add README
1 parent b9cd998 commit 3c00ef1

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Alexander Korn
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# paperless-asn-index
2+
3+
A simple web app that allows the user to generate a printable document index with ASN numbers from documents in a [Paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) instance. To achieve this, the app uses the Paperless-ngx API. This can be useful when filing documents in a folder sorted by ASN numbers. In this case, a printed index can provide reference for finding documents in case of any technical problems with the corresponding Paperless-ngx instance.
4+
5+
![A screenshot showing all available options.](docs/options-screenshot.jpg)
6+
7+
## Usage
8+
9+
### Rust
10+
11+
If you have the Rust compiler installed on your system, you can simply clone this repository and run `cargo build` to obtain an executable which can be used to locally run the web app on your system.
12+
13+
### Docker
14+
15+
You can use the provided Docker image to run the web app inside of a Docker container.
16+
17+
## Warning
18+
19+
This web app is in an early stage of development and is provided "as is" without any warranty under the terms of the attached license.

docs/options-screenshot.jpg

491 KB
Loading

0 commit comments

Comments
 (0)