Compare commits

..
2 Commits
2 changed files with 3 additions and 18 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
netbird.archfox.org { netbird.archfox.org {
@grpc header Content-Type application/grpc* @grpc header Content-Type application/grpc*
reverse_proxy @grpc h2c://10.0.1.135:80 reverse_proxy @grpc h2c://10.0.1.47:80
@backend path /relay* /ws-proxy/* /api/* /oauth2/* @backend path /relay* /ws-proxy/* /api/* /oauth2/*
reverse_proxy @backend 10.0.1.135:80 reverse_proxy @backend 10.0.1.47:80
reverse_proxy /* 10.0.1.135:80 reverse_proxy /* 10.0.1.47:80
} }
matrix.archfox.org { matrix.archfox.org {
-15
View File
@@ -1,15 +0,0 @@
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
environment:
- BASE_URL=https://searxng.archfox.org
volumes:
- ${Volumes}/searxng:/etc/searxng
restart: unless-stopped
networks:
- caddy
networks:
caddy:
name: caddy
external: true