ishan jain
ishan jain
Explore posts from servers
IImmich
Created by ishan jain on 11/14/2023 in #help-desk-support
500 error on the home page after setting it up
And it works! Thank you @bo0tzz this
PUBLIC_IMMICH_SERVER_URL=https://photos.ishanjain.me
PUBLIC_IMMICH_SERVER_URL=https://photos.ishanjain.me
needs to point to the server. the base domain here will send traffic to immich-web and changing it to, https://photos.ishanjain.me/api fixes it.
8 replies
IImmich
Created by ishan jain on 11/14/2023 in #help-desk-support
500 error on the home page after setting it up
I'll double check again
8 replies
IImmich
Created by ishan jain on 11/14/2023 in #help-desk-support
500 error on the home page after setting it up
I believe caddy is setup properly.
{
"group": "immich",
"match": [
{
"host": ["photos.ishanjain.me"]
}
],
"handle": [
{
"handler": "subroute",
"routes": [
{
"handle": [
{
"handler": "headers",
"response": {
"deferred": true,
"delete": ["Server"]
}
},
{
"handler": "rewrite",
"strip_path_prefix": "/api"
},
{
"handler": "reverse_proxy",
"upstreams": [
{
"dial": "10.0.50.36:3001"
}
]
}
],
"match": [
{
"path": ["/api*"]
}
],
"terminal": true
},
{
"handle": [
{
"handler": "headers",
"response": {
"deferred": true,
"delete": ["Server"]
}
},
{
"handler": "reverse_proxy",
"upstreams": [
{
"dial": "10.0.50.36:3000"
}
]
}
]
}
]
}
]
},
{
"group": "immich",
"match": [
{
"host": ["photos.ishanjain.me"]
}
],
"handle": [
{
"handler": "subroute",
"routes": [
{
"handle": [
{
"handler": "headers",
"response": {
"deferred": true,
"delete": ["Server"]
}
},
{
"handler": "rewrite",
"strip_path_prefix": "/api"
},
{
"handler": "reverse_proxy",
"upstreams": [
{
"dial": "10.0.50.36:3001"
}
]
}
],
"match": [
{
"path": ["/api*"]
}
],
"terminal": true
},
{
"handle": [
{
"handler": "headers",
"response": {
"deferred": true,
"delete": ["Server"]
}
},
{
"handler": "reverse_proxy",
"upstreams": [
{
"dial": "10.0.50.36:3000"
}
]
}
]
}
]
}
]
},
8 replies
IImmich
Created by ishan jain on 11/14/2023 in #help-desk-support
500 error on the home page after setting it up
I have
8 replies