mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
fix linter
This commit is contained in:
parent
4f2679ae21
commit
e5480c7272
1 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,9 @@ demo = "https://demo.paperless-ngx.com/"
|
||||||
admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html"
|
admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html"
|
||||||
userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html"
|
userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html"
|
||||||
code = "https://github.com/paperless-ngx/paperless-ngx"
|
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]
|
[integration]
|
||||||
yunohost = ">= 11.0.0"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -30,11 +29,9 @@ ram.runtime = "350M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[install.admin_pw]
|
[install.admin_pw]
|
||||||
|
|
Loading…
Reference in a new issue