1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja_ynh.git synced 2024-09-03 19:26:22 +02:00
invoiceninja_ynh/manifest.toml

94 lines
2.1 KiB
TOML
Raw Normal View History

2024-01-05 23:51:07 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "invoiceninja"
name = "InvoiceNinja"
description.en = "Create and email invoices, track payments and expenses"
description.fr = "Créez et envoyez des factures par e-mail, suivez les paiements"
2024-04-16 20:42:48 +02:00
version = "4.5.50~ynh2"
2024-01-05 23:51:07 +01:00
maintainers = ["rndmh3ro"]
[upstream]
license = "AAL"
website = "https://invoiceninja.org"
demo = "https://app.invoiceninja.com/dashboard"
admindoc = "https://docs.invoiceninja.com/index.html"
code = "https://github.com/invoiceninja/invoiceninja"
cpe = "cpe:2.3:a:invoiceninja:invoice_ninja"
[integration]
2024-01-12 22:05:29 +01:00
yunohost = ">= 11.2"
2024-01-05 23:51:07 +01:00
architectures = "all"
multi_instance = true
2024-01-12 22:05:29 +01:00
2024-01-05 23:51:07 +01:00
ldap = false
2024-01-12 22:05:29 +01:00
2024-01-05 23:51:07 +01:00
sso = false
2024-01-12 22:05:29 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2024-01-05 23:51:07 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/invoiceninja"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["fr", "en"]
default = "en"
[install.admin]
type = "user"
2024-01-05 23:55:34 +01:00
[install.init_main_permission]
type = "group"
default = "all_users"
2024-01-05 23:51:07 +01:00
[resources]
[resources.sources]
[resources.sources.main]
url = "https://download.invoiceninja.com/ninja-v4.5.50.zip"
sha256 = "54ba1cd5747892b346684294dc3512541dc86c6d67bc28126bcd3bf6c206b0d2"
[resources.sources.phantomjs]
url = "https://github.com/ariya/phantomjs/archive/0a0b0facb16acfbabb7804822ecaf4f4b9dce3d2.tar.gz"
sha256 = "5fa3d4be85f3aecc066fa2d5bbf55f856957f4fb329da52ec63398195ad9ceaa"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"g++",
"cmake",
"libqt5webkit5-dev",
# "qtbase5-dev", "qtchooser", "qt5-qmake", "qtbase5-dev-tools"
2024-05-01 22:33:35 +02:00
"php7.4-curl",
2024-01-05 23:51:07 +01:00
"php7.4-gd",
"php7.4-gmp",
"php7.4-json",
2024-05-01 22:33:35 +02:00
"php7.4-xml",
2024-01-05 23:51:07 +01:00
"php7.4-zip",
"php7.4-mysql",
2024-01-05 23:51:07 +01:00
"mariadb-server",
]
[resources.database]
type = "mysql"