2023-09-18 18:10:55 +02:00
packaging_format = 2
id = "searxng"
name = "SearXNG"
description . en = "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled"
description . fr = "Un méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche. Les utilisateurs ne sont ni suivis ni espionnés"
2024-06-14 03:45:16 +02:00
version = "2024.06.13~ynh1"
2023-09-18 18:10:55 +02:00
2024-06-10 21:23:51 +02:00
maintainers = [ "mh4ckt3mh4ckt1c4s" , "ewilly" ]
2023-09-18 18:10:55 +02:00
[ 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 ]
2024-06-11 21:23:30 +02:00
yunohost = ">= 11.2.14.1"
2023-09-18 18:10:55 +02:00
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "210M"
2023-09-27 22:08:09 +02:00
ram . build = "250M"
ram . runtime = "200M"
2023-09-18 18:10:55 +02:00
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
default = "/searxng"
[ install . init_main_permission ]
type = "group"
default = "visitors"
[ resources ]
2024-06-10 21:23:51 +02:00
[ resources . sources ]
[ resources . sources . main ]
2024-06-14 03:45:16 +02:00
url = "https://github.com/searxng/searxng/archive/cb945276b692bf1f38c75f5ba5e84bf59836aa17.tar.gz"
sha256 = "faa42d5421b05a3d605010ab56ee69f69e12889c8674b725f8d1645d9e9f9d8b"
2024-06-10 21:23:51 +02:00
autoupdate . strategy = "latest_github_commit"
2023-09-18 18:10:55 +02:00
[ 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"