gluecontainers/desu.local/frontend/vhost.conf

54 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-02-20 10:09:35 -06:00
# vim:set ft=apache:
2021-03-01 19:47:06 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName local.desu.ltd
2021-03-01 19:51:39 -06:00
DocumentRoot /usr/local/apache2/htdocs
<Directory "/usr/local/apache2/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Require all granted
</Directory>
2021-03-01 19:47:06 -06:00
</VirtualHost>
2021-02-20 10:09:35 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName jellyfin.local.desu.ltd
2021-03-01 15:02:01 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass /socket http://192.168.102.200:8081/
ProxyPass / http://192.168.102.200:8081/
2021-03-01 15:02:01 -06:00
</VirtualHost>
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName grafana.local.desu.ltd
2021-03-01 15:02:01 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass / http://192.168.102.200:8082/
2021-02-20 10:09:35 -06:00
</VirtualHost>
2021-03-01 15:10:49 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName sonarr.local.desu.ltd
2021-03-01 15:10:49 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass / http://192.168.102.200:8083/
2021-03-01 15:10:49 -06:00
</VirtualHost>
2021-03-01 15:37:06 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName transmission.local.desu.ltd
2021-03-01 15:37:06 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass / http://192.168.102.200:8084/
2021-03-01 15:37:06 -06:00
</VirtualHost>
2021-03-02 03:24:55 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName jackett.local.desu.ltd
2021-03-02 03:24:55 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass / http://192.168.102.200:8085/
2021-03-02 03:24:55 -06:00
</VirtualHost>
2021-03-04 11:39:45 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName radarr.local.desu.ltd
2021-03-04 11:39:45 -06:00
ProxyPreserveHost On
ProxyRequests Off
2021-03-11 10:29:34 -06:00
ProxyPass / http://192.168.102.200:8086/
2021-03-04 11:39:45 -06:00
</VirtualHost>
2021-03-11 10:34:19 -06:00
<VirtualHost *:80>
2021-04-20 22:04:29 -05:00
ServerName netbox.local.desu.ltd
2021-03-11 10:34:19 -06:00
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.200:8087/
</VirtualHost>