Compare commits
2
Commits
37cd781494
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7eb95b76d | ||
|
|
877be8a0bb |
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user