🔧 Just a hacky script to get searxng etc. working

This commit is contained in:
tomit4 2025-09-13 14:14:48 -07:00
parent cd9b459ea8
commit a1cb8b4a0b
7 changed files with 393 additions and 0 deletions

4
scripts/rs Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
docker compose -f "$HOME"/aur_packages/self_host/docker-compose.yaml down 2>/dev/null
docker compose -f "$HOME"/aur_packages/self_host/docker-compose.yaml up -d 2>/dev/null