Initial Pantheon infrastructure
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user