move some services from nginx to caddy
This commit is contained in:
@@ -34,4 +34,8 @@ authentik.rik.veenboer.xyz {
|
|||||||
}
|
}
|
||||||
|
|
||||||
import proxy app host:12345
|
import proxy app host:12345
|
||||||
import proxy daggos host:3000
|
import proxy dagster host:3000
|
||||||
|
import proxy photoprism host:2342
|
||||||
|
import proxy qbittorrent host:9092
|
||||||
|
import proxy esp host:6052
|
||||||
|
import proxy dsmr host:8888
|
||||||
|
|||||||
@@ -53,18 +53,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
# dsmr
|
|
||||||
listen 80;
|
|
||||||
|
|
||||||
server_name dsmr.rik.veenboer.xyz;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://host:8888;
|
|
||||||
rewrite ^/dsmr(.*)$ $1 break;
|
|
||||||
include /etc/nginx/conf/proxy.conf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# homeassistant
|
# homeassistant
|
||||||
listen 80;
|
listen 80;
|
||||||
@@ -88,17 +76,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
# esphome
|
|
||||||
listen 80;
|
|
||||||
|
|
||||||
server_name esp.rik.veenboer.xyz;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://host:6052;
|
|
||||||
include /etc/nginx/conf/proxy.conf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# homarr
|
# homarr
|
||||||
listen 80;
|
listen 80;
|
||||||
@@ -183,26 +160,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
# qbittorrent
|
|
||||||
listen 80;
|
|
||||||
server_name qbittorrent.rik.veenboer.xyz;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://host:9092;
|
|
||||||
include /etc/nginx/conf/proxy.conf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
|
||||||
# photoprism
|
|
||||||
listen 80;
|
|
||||||
server_name photoprism.rik.veenboer.xyz;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://host:2342;
|
|
||||||
include /etc/nginx/conf/proxy.conf;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# pgadmin
|
# pgadmin
|
||||||
listen 80;
|
listen 80;
|
||||||
@@ -213,22 +170,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
# dagster
|
|
||||||
listen 80;
|
|
||||||
server_name dagster.rik.veenboer.xyz;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://host:3000;
|
|
||||||
include /etc/nginx/conf/proxy.conf;
|
|
||||||
|
|
||||||
# auth_basic "Private";
|
|
||||||
# auth_basic_user_file /host/etc/.htpasswd;
|
|
||||||
|
|
||||||
include /etc/nginx/conf/headers.conf;
|
|
||||||
}
|
|
||||||
include /etc/nginx/conf/vouch.conf;
|
|
||||||
}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# test
|
# test
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|||||||
Reference in New Issue
Block a user