Added Meilisearch package

This commit is contained in:
2026-08-23 20:24:32 +02:00
parent 2c2c017e6a
commit 0b90bea261
9 changed files with 276 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
if [ "$(apk version -t "$2" '1.1.1-r0')" = '<' ]; then
cat >&2 <<-EOF
*
* Meilisearch configuration has been moved from /etc/conf.d/meilisearch
* to /etc/meilisearch/config.toml. Remove all env variables from the former
* and adjust the latter.
*
EOF
fi
exit 0