new start !
This commit is contained in:
commit
b909f1a107
8 changed files with 260 additions and 0 deletions
19
Containers/Navidrome/serveconfig/serve-config.json
Normal file
19
Containers/Navidrome/serveconfig/serve-config.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"TCP": {
|
||||
"443": {
|
||||
"HTTPS": true
|
||||
}
|
||||
},
|
||||
"Web": {
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://127.0.0.1:4533"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowFunnel": {
|
||||
"${TS_CERT_DOMAIN}:443": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue