feat: Dan Pollock’s hosts file #5

Merged
ange merged 12 commits from devel into staging 2024-12-23 03:04:53 +00:00
3 changed files with 661 additions and 659 deletions
Showing only changes of commit 29465145e6 - Show all commits

2
.env
View File

@ -1,2 +1,2 @@
PROD_URL=searx.gmoker.com
IMAGEAPP=docker.io/searxng/searxng:2024.9.26-6a3375be3
IMAGEAPP=docker.io/searxng/searxng:2024.6.7-f5eb56b63

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,6 @@
DOCKER_API='https://hub.docker.com/v2/namespaces/searxng/repositories/searxng'
REPO='https://github.com/searxng/searxng/raw'
tmp="$(mktemp)"
new_tag="$(curl -L "$DOCKER_API/tags" | jq -r '.results[2].name')"
new_commit="$(grep -Eo '\w+$' <<< "$new_tag")"