move domains from nginx to caddy

This commit is contained in:
2024-11-16 17:36:56 +01:00
parent 011e56454a
commit dbeb4ed370
2 changed files with 21 additions and 71 deletions

View File

@@ -31,16 +31,6 @@ server {
proxy_pass http://host:16767;
include /etc/nginx/conf/proxy.conf;
}
location /jellyseerr {
# jellyseerr
proxy_pass http://host:15055;
include /etc/nginx/conf/proxy.conf;
}
location /jellyfin {
# jellyfin
proxy_pass http://host:8097;
include /etc/nginx/conf/proxy.conf;
}
location /droppy/ {
# droppy
proxy_pass http://host:8989/;
@@ -53,26 +43,6 @@ server {
}
}
server {
# homarr
listen 80;
server_name homarr.rik.veenboer.xyz;
location / {
proxy_pass http://host:17575;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# jellyseerr
listen 80;
server_name jellyseerr.rik.veenboer.xyz;
location / {
proxy_pass http://host:15055;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# minio
listen 80;
@@ -96,36 +66,6 @@ server {
}
}
server {
# jupyter
listen 80;
server_name jupyter.rik.veenboer.xyz;
location / {
proxy_pass http://host:9999;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# grafana
listen 80;
server_name grafana.rik.veenboer.xyz;
location / {
proxy_pass http://host:3333;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# pgadmin
listen 80;
server_name pgadmin.rik.veenboer.xyz;
location / {
proxy_pass http://host:5050/;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# test
listen 80;