1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00
searxng_ynh/manifest.toml
yunohost-bot acc504a04b Upgrade sources
- `main` v2024.08.09: e76a4f72ef...f1c05e7c16
2024-08-12 03:43:07 +02:00

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.08.09~ynh1"
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/f1c05e7c16e59a8d5d98640bc057958ea268cddf.tar.gz"
sha256 = "582562e0788dcda2bcc9213b4c2192fa886387e4e780232fffbd48f68a3e6f50"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
dir = "/var/www/__APP__"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "python3-dev, python3-babel, python3-venv, uwsgi, uwsgi-plugin-python3, git, build-essential, libxslt-dev, zlib1g-dev, libffi-dev, libssl-dev"