app-store/apps/paperless-ngx/config.json
sclaren 136ff1b408
Paperless ngx (#392)
* Added paperless-ngx with Tika support

* Squashed commit of the following:

commit 1c0b3abb0d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Apr 26 08:08:49 2023 -0400

    chore(deps): update grafana/grafana-oss docker tag to v9.5.1 (#398)

    * chore(deps): update grafana/grafana-oss docker tag to v9.5.1

    * Update app version

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: github-action update-app-version <githubaction@githubaction.com>

commit c86bbe9161
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Apr 26 08:06:37 2023 -0400

    chore(deps): update lscr.io/linuxserver/jackett docker tag to v0.20.3996 (#396)

    * chore(deps): update lscr.io/linuxserver/jackett docker tag to v0.20.3996

    * Update app version

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: github-action update-app-version <githubaction@githubaction.com>

commit fe1dcaefed
Author: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
Date:   Tue Apr 25 16:30:29 2023 -0400

    Add Package Rules to ignore Dependency Images (#394)

commit c0e1bcc18b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Apr 25 15:21:45 2023 -0400

    chore(deps): update 1dev/server docker tag to v8.1.3 (#389)

    * chore(deps): update 1dev/server docker tag to v8.1.3

    * Update app version

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: github-action update-app-version <githubaction@githubaction.com>

commit 8779ff2f3a
Author: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Date:   Tue Apr 25 15:20:45 2023 -0400

    [ImgBot] Optimize images (#391)

    *Total -- 176.57kb -> 165.21kb (6.43%)

    /apps/lidarr-deemix/metadata/logo.jpg -- 111.09kb -> 102.11kb (8.09%)
    /apps/kanboard/metadata/logo.jpg -- 52.36kb -> 50.06kb (4.4%)
    /apps/actual-budget/metadata/logo.jpg -- 13.11kb -> 13.05kb (0.49%)

    Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
    Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

commit 8f51624561
Author: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
Date:   Tue Apr 25 13:11:00 2023 -0400

    Update Homarr to v0.12.1 (#393)

* chore(paperless-ngx): update logo and container name

---------

Co-authored-by: Sascha Claren <sascha@saschas-macbook-pro.local>
Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
2023-04-26 13:49:16 -04:00

47 lines
1.4 KiB
JSON

{
"$schema": "../schema.json",
"name": "Paperless-ngx",
"available": true,
"exposable": true,
"port": 8012,
"id": "paperless-ngx",
"tipi_version": 1,
"version": "1.14.0",
"categories": [
"utilities"
],
"description": "Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.",
"short_desc": "Document Management System (DMS)",
"author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team",
"source": "https://github.com/paperless-ngx/paperless-ngx",
"form_fields": [
{
"type": "text",
"label": "Administrator Username",
"required": true,
"min": 5,
"max": 20,
"hint": "Username for the paperless-ngx Admin user",
"env_variable": "PAPERLESS_ADMIN_USERNAME"
},
{
"type": "password",
"label": "Administrator password",
"required": true,
"min": 5,
"max": 64,
"hint": "Password for the paperless-ngx Admin user",
"env_variable": "PAPERLESS_ADMIN_PASSWORD"
},
{
"type": "text",
"label": "Enable Tika (1 or 0)",
"required": true,
"min": 1,
"max": 1,
"hint": "1 = yes, 2= no",
"env_variable": "PAPERLESS_TIKA_ENABLED"
}
]
}