mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
100 lines
2.5 KiB
TOML
100 lines
2.5 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "tandoor"
|
|
name = "Tandoor"
|
|
description.en = "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!"
|
|
description.fr = "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
|
|
|
|
version = "1.5.17~ynh1"
|
|
|
|
maintainers = ["Navan Chauhan"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://tandoor.dev"
|
|
demo = "https://app.tandoor.dev/accounts/login/?demo"
|
|
admindoc = "https://docs.tandoor.dev"
|
|
userdoc = "https://docs.tandoor.dev"
|
|
code = "https://github.com/TandoorRecipes/recipes"
|
|
cpe = "cpe:2.3:a:tandoor:recipes"
|
|
fund = "???"
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "Should the login be exposed to public?"
|
|
help.fr = "La connexion doit-elle être exposée au public ?"
|
|
type = "group"
|
|
default = false
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.17.tar.gz"
|
|
sha256 = "d46246f07c644c995a5c51a4d3157fe437e5532a709edb74ff875cc2d0015219"
|
|
in_subdir = true
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
autoupdate.asset = "tarball"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8095
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"git",
|
|
"curl",
|
|
"python3",
|
|
"python3-pip",
|
|
"python3-venv",
|
|
"libpq-dev",
|
|
"postgresql",
|
|
"libsasl2-dev",
|
|
"python3-dev",
|
|
"libldap2-dev",
|
|
"libssl-dev",
|
|
"libffi-dev",
|
|
"autoconf",
|
|
"build-essential",
|
|
# "tk-dev",
|
|
# "libncurses5-dev",
|
|
# "libncursesw5-dev",
|
|
# "libreadline6-dev",
|
|
# "libdb5.3-dev",
|
|
# "libgdbm-dev",
|
|
# "libsqlite3-dev",
|
|
# "libbz2-dev",
|
|
# "libexpat1-dev",
|
|
# "liblzma-dev",
|
|
# "wget",
|
|
# "tar",
|
|
]
|
|
|
|
[resources.apt.extras.yarn]
|
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
packages = ["yarn"]
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|