Skip to content

Instantly share code, notes, and snippets.

View elpatron68's full-sized avatar

Markus Busche elpatron68

View GitHub Profile
@itsChris
itsChris / Speedtest CLI by Ookla.md
Created January 4, 2021 08:25
Speedtest CLI by Ookla
<title>Speedtest CLI by Ookla</title>
@ironicbadger
ironicbadger / compose.yaml
Created November 12, 2024 15:03
searxng docker compose yaml
services:
searxng:
container_name: searxng
image: docker.io/searxng/searxng:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./searxng:/etc/searxng:rw
environment: