notes/self_host/self_host
2025-09-24 13:05:41 -07:00
..
searxng 📝 Change configs and notes 2025-09-24 13:05:41 -07:00
docker-compose.yaml 📝 Change configs and notes 2025-09-24 13:05:41 -07:00
gen_new_tokens.sh 🔧 Just a hacky script to get searxng etc. working 2025-09-13 14:14:48 -07:00
README.md 🔧 Just a hacky script to get searxng etc. working 2025-09-13 14:14:48 -07:00
searxng-docker.service.template 🔧 Just a hacky script to get searxng etc. working 2025-09-13 14:14:48 -07:00

This is just a compilation of my most common locally run applications via docker.

Just:

# To spin up
docker compose up -d
# To spin down
docker compose down