# vim:set ft=apache:
ServerName local.desu.ltd
DocumentRoot /usr/local/apache2/htdocs
AllowOverride All
Options -Indexes +FollowSymLinks
Require all granted
ServerName jellyfin.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /socket http://192.168.102.200:8081/
ProxyPass / http://192.168.102.200:8081/
ServerName grafana.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8082/
ServerName sonarr.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8083/
ServerName transmission.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8084/
ServerName jackett.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8085/
ServerName radarr.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8086/
ServerName netbox.local.desu.ltd
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8087/