2024-04-20 09:04:17 -04:00
|
|
|
nginx_sites:
|
|
|
|
- name: tv.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
2024-04-22 05:46:14 -04:00
|
|
|
port: 8989
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: movies.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8081
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: index.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8082
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: torrent.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 9090
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: jellyfin.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8096
|
2024-04-20 09:04:17 -04:00
|
|
|
- name: kodi.balsillie.house
|
2024-04-22 08:49:49 -04:00
|
|
|
type: proxy
|
2024-04-21 09:37:46 -04:00
|
|
|
upstream:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8082
|
|
|
|
|
2024-04-22 05:46:14 -04:00
|
|
|
nginx_user: "http"
|