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

104 lines
2.4 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"
2024-07-22 11:04:58 +02:00
description.en = "Manage and share recipes, plan meals, build shopping lists"
description.fr = "Gérez et partagez des recettes, planifiez des repas, créez des listes de courses"
2024-01-27 15:12:48 +01:00
2024-07-22 11:04:58 +02:00
version = "1.5.18~ynh2"
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"
2024-01-27 15:12:48 +01:00
[integration]
2024-07-22 11:04:58 +02:00
yunohost = ">= 11.2.20"
2024-01-27 15:12:48 +01:00
architectures = "all"
multi_instance = true
ldap = false
sso = false
2024-07-22 11:04:58 +02:00
disk = "1000M"
ram.build = "2000M"
ram.runtime = "1500M"
2024-01-27 15:12:48 +01:00
[install]
[install.domain]
type = "domain"
2024-07-22 11:15:57 +02:00
[install.path]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "path"
default = "/recipies"
2024-01-27 15:12:48 +01:00
[install.init_main_permission]
type = "group"
[resources]
[resources.sources.main]
2024-07-09 03:44:15 +02:00
url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.18.tar.gz"
sha256 = "1f8b3f32bc3bfa362ecf5e172f671ba9b2e6584d388718b764c51d23f7d98400"
2024-01-27 15:12:48 +01:00
in_subdir = true
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.system_user]
2024-07-22 11:21:07 +02:00
allow_email = true
2024-01-27 15:12:48 +01:00
[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"