1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00
snipeit_ynh/manifest.toml
eric_G bbf3549adc
Testing (#68)
* Upgrade to v7.0.10 (#63)

* Upgrade sources
- `main` v7.0.10: https://github.com/snipe/snipe-it/releases/tag/7.0.10

* Auto-update READMEs

* Update manifest.toml (#65)

* Upgrade to v7.0.11 (#67)

* Upgrade sources
- `main` v7.0.11: https://github.com/snipe/snipe-it/releases/tag/7.0.11

* Auto-update READMEs

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2024-08-16 12:50:11 +02:00

83 lines
1.9 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "snipeit"
name = "Snipe-IT"
description.en = "Manage assets for IT operations"
description.fr = "Gestionnaire de ressources informatiques"
version = "7.0.11~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-or-later"
website = "https://snipeitapp.com"
demo = "https://snipeitapp.com/demo/"
admindoc = "https://snipe-it.readme.io/docs/introduction"
userdoc = "https://snipe-it.readme.io/docs/overview"
code = "https://github.com/snipe/snipe-it"
cpe = "cpe:2.3:a:snipeitapp:snipe-it"
fund = "https://snipeitapp.com/donate"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "200M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "fr", "it", "nl", "uk"]
default = "fr"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/snipe/snipe-it/archive/refs/tags/v7.0.11.tar.gz"
sha256 = "25cdf6085b87074ffcfd1faf40d72b5603841796a89c639bc510bedf8973df2b"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"mariadb-server",
"openssl",
"php8.2-curl",
"php8.2-ldap",
"php8.2-mysql",
"php8.2-gd",
"php8.2-xml",
"php8.2-mbstring",
"php8.2-zip",
"php8.2-bcmath",
"php8.2-redis",
]
[resources.database]
type = "mysql"