1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00
paperless-ngx_ynh/manifest.toml

87 lines
2.6 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "paperless-ngx"
name = "Paperless-ngx"
description.en = "Scan, index and archive all your physical documents"
description.fr = "Scannez, triez et archivez tous vos documents papiers"
2023-09-26 15:50:17 +02:00
version = "1.17.4~ynh1"
maintainers = ["Tagada"]
[upstream]
license = "GPL-3.0-or-later"
website = "https://paperless-ngx.com"
demo = "https://demo.paperless-ngx.com/"
admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html"
userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html"
code = "https://github.com/paperless-ngx/paperless-ngx"
cpe = "???" # XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=paperless
[integration]
yunohost = ">= 11.0.0"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "350M"
ram.runtime = "350M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
full_domain = true
[install.admin]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "user"
[install.admin_pw]
ask.en = "Please chose a password for admin user."
type = "password"
[install.init_main_permission]
type = "group"
default = "all_users"
[install.init_api_permission]
ask.en = "Paperless-ngx API access list"
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
2023-09-02 20:16:47 +02:00
url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.17.4/paperless-ngx-v1.17.4.tar.xz"
sha256 = "c05c4c2c59ee09fe130adc9ab9f86ff866c780c14bba3024c26a5078f307dc0b"
autoupdate.strategy = "latest_github_release"
2023-06-19 21:08:52 +02:00
autoupdate.asset = "paperless-ngx-.*.tar.xz"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ["consume", "data", "media"]
[resources.permissions]
main.url = "/"
main.auth_header = false
api.url = "/api/"
api.show_tile = false
api.auth_header = false
[resources.ports]
main.default = 8095
[resources.apt]
2023-09-26 15:50:30 +02:00
packages = "python3, python3-pip, python3-dev, python3-venv, default-libmysqlclient-dev, fonts-liberation, imagemagick, gnupg, libpq-dev, libmagic-dev, mime-support, libzbar0, poppler-utils, postgresql, postgresql-contrib, unpaper, ghostscript, icc-profiles-free, qpdf, liblept5, libxml2, pngquant, zlib1g, tesseract-ocr, libatlas-base-dev, libxslt1-dev, redis-server, pkg-config"
[resources.database]
type = "postgresql"