mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
59 lines
1.6 KiB
TOML
59 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "searxng"
|
|
name = "SearXNG"
|
|
description.en = "Internet metasearch engine which aggregates results from more than 70 search services"
|
|
description.fr = "Méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche"
|
|
|
|
version = "2024.07.08~ynh2"
|
|
|
|
maintainers = ["mh4ckt3mh4ckt1c4s", "ewilly"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://docs.searxng.org"
|
|
demo = "https://searx.be"
|
|
admindoc = "https://docs.searxng.org/admin/"
|
|
userdoc = "https://docs.searxng.org/user/"
|
|
code = "https://github.com/searxng/searxng"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.14"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "210M"
|
|
ram.build = "250M"
|
|
ram.runtime = "200M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/searxng"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/searxng/searxng/archive/9a4fa7cc4f0339a1ea696f6fb7068fd6156f03e2.tar.gz"
|
|
sha256 = "c9cb4ed3806f29827057cd772016e55e2aa5254c167948d56497eb7576118b42"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
dir = "/var/www/__APP__"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "git, build-essential, libxslt-dev, python3-dev, python3-venv, python3-cffi, python3-babel, zlib1g-dev, libffi-dev, libssl-dev, python3-lxml, uwsgi, uwsgi-plugin-python3, shellcheck"
|