add nginx proxy to jellyfin
This commit is contained in:
parent
361bb6a563
commit
4084e764e4
3 changed files with 36 additions and 5 deletions
|
@ -17,6 +17,7 @@ nodes['home.nas'] = {
|
|||
},
|
||||
'groups': {
|
||||
'debian-bullseye',
|
||||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
|
@ -135,6 +136,14 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'jellyfin': {
|
||||
'domain': 'jellyfin.home.kunbox.net',
|
||||
'ssl': '_.home.kunbox.net',
|
||||
},
|
||||
},
|
||||
},
|
||||
'rsyslogd': {
|
||||
'restrict-to': {
|
||||
'home',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue