Initial Pantheon infrastructure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
email n.becroft@hotmail.com
|
||||
}
|
||||
|
||||
import sites/*.caddy
|
||||
@@ -0,0 +1,23 @@
|
||||
zeus.mrredportal.com {
|
||||
reverse_proxy 192.168.1.219:8080
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
fitness.mrredportal.com {
|
||||
reverse_proxy 192.168.1.167:80
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
friends.mrredportal.com {
|
||||
reverse_proxy 192.168.1.183:80
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
home.mrredportal.com {
|
||||
reverse_proxy 192.168.1.136:8123
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
proxmox.mrredportal.com {
|
||||
reverse_proxy 192.168.1.20:8006
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
dashboard.mrredportal.com {
|
||||
reverse_proxy 192.168.1.122:3000
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
router.mrredportal.com {
|
||||
reverse_proxy 192.168.1.1:8443
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
radarr.mrredportal.com {
|
||||
reverse_proxy 192.168.1.126:7878
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
sonarr.mrredportal.com {
|
||||
reverse_proxy 192.168.1.203:8989
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
prowlarr.mrredportal.com {
|
||||
reverse_proxy 192.168.1.231:9696
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
jellyseerr.mrredportal.com {
|
||||
reverse_proxy 192.168.1.49:5055
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
qbit.mrredportal.com {
|
||||
reverse_proxy 192.168.1.154:8090
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
nzb.mrredportal.com {
|
||||
reverse_proxy 192.168.1.144:6789
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
tautulli.mrredportal.com {
|
||||
reverse_proxy 192.168.1.243:8181
|
||||
}
|
||||
|
||||
unmanic.mrredportal.com {
|
||||
reverse_proxy 192.168.1.215:8888
|
||||
}
|
||||
|
||||
books.mrredportal.com {
|
||||
reverse_proxy 192.168.1.115:6060
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
comics.mrredportal.com {
|
||||
reverse_proxy 192.168.1.191:25600
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
db.mrredportal.com {
|
||||
reverse_proxy 192.168.1.191:5984
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
tools.mrredportal.com {
|
||||
reverse_proxy 192.168.1.190:80
|
||||
}
|
||||
|
||||
project.mrredportal.com {
|
||||
reverse_proxy 192.168.1.168:80
|
||||
}
|
||||
|
||||
vtt.mrredportal.com {
|
||||
reverse_proxy 192.168.1.47:30000
|
||||
|
||||
handle_errors {
|
||||
respond file:/var/www/fallback/index.html 503
|
||||
}
|
||||
}
|
||||
|
||||
mrredportal.com, www.mrredportal.com {
|
||||
redir https://zeus.mrredportal.com{uri}
|
||||
}
|
||||
Reference in New Issue
Block a user