1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00
tandoor_ynh/manifest.toml

101 lines
2.5 KiB
TOML
Raw Normal View History

2024-01-27 15:12:48 +01:00
#: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 !"
2024-02-02 21:35:32 +01:00
version = "1.5.12~ynh1"
2024-01-27 15:12:48 +01:00
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]
2024-02-02 21:35:32 +01:00
url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.12.tar.gz"
sha256 = "7f40b603808981684530601f500c93f84d8d879de42943ddbb5d55c827c58935"
2024-01-27 15:12:48 +01:00
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"